1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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]

(From OE-Core rev: b8a603d3f1d3adac41d042e42a2283b7fdf2ae7c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2017-12-19 09:46:33 +00:00
parent 370483fce1
commit 246dc1b5eb
@@ -45,4 +45,5 @@ EOF
SYSROOT_DIRS += "${bindir_crossscripts}"
PACKAGES = ""
inherit nopackages