]> code.ossystems Code Review - openembedded-core.git/commitdiff
depmodwrapper-cross: Set PACKAGES=''
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Dec 2017 09:46:33 +0000 (09:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Dec 2017 15:32:11 +0000 (15:32 +0000)
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@linuxfoundation.org>
meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb

index 44d013f29d57fc22882eca2009b1311968247420..68d3f84c0b18c77ce2e37eceff4892a28e59c3c5 100644 (file)
@@ -45,4 +45,5 @@ EOF
 
 SYSROOT_DIRS += "${bindir_crossscripts}"
 
+PACKAGES = ""
 inherit nopackages