mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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:
@@ -45,4 +45,5 @@ EOF
|
|||||||
|
|
||||||
SYSROOT_DIRS += "${bindir_crossscripts}"
|
SYSROOT_DIRS += "${bindir_crossscripts}"
|
||||||
|
|
||||||
|
PACKAGES = ""
|
||||||
inherit nopackages
|
inherit nopackages
|
||||||
|
|||||||
Reference in New Issue
Block a user