diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-19 09:46:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-21 10:21:00 +0000 |
commit | 246dc1b5ebb170c2bfd43a1c5c48a325eba3eca4 (patch) | |
tree | 974765b111fd0d45d3df83d36d83b3ad651ef8b6 /meta | |
parent | 370483fce1c2429c81b19dcf8a36394dc3fc3d92 (diff) | |
download | poky-246dc1b5ebb170c2bfd43a1c5c48a325eba3eca4.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index 44d013f29d..68d3f84c0b 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 | |||
45 | 45 | ||
46 | SYSROOT_DIRS += "${bindir_crossscripts}" | 46 | SYSROOT_DIRS += "${bindir_crossscripts}" |
47 | 47 | ||
48 | PACKAGES = "" | ||
48 | inherit nopackages | 49 | inherit nopackages |