[oe-commits] [openembedded-core] 01/06: depmodwrapper-cross: Set PACKAGES=''

git at git.openembedded.org git at git.openembedded.org
Wed Dec 20 15:32:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b8a603d3f1d3adac41d042e42a2283b7fdf2ae7c
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Dec 19 09:46:33 2017 +0000

    depmodwrapper-cross: Set PACKAGES=''
    
    This recipe inherits nopackages but has a non-empty PACKAGES which confuses
    the archiver class when:
    
    INHERIT += "archiver"
    ARCHIVER_MODE[srpm] = "1"
    
    Ensuring PACKAGES is empty removes the errors that occur in this configuration.
    
    [YOCTO #11121]
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
index 44d013f..68d3f84 100644
--- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
+++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
@@ -45,4 +45,5 @@ EOF
 
 SYSROOT_DIRS += "${bindir_crossscripts}"
 
+PACKAGES = ""
 inherit nopackages

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list