diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-06 08:57:23 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-10-11 05:47:38 -0700 |
commit | 890f63b6bf0346ef563f32b56b1a46ae09ec81fc (patch) | |
tree | 14039f9400bd010cc823671016394b5647f5d15d | |
parent | a3987f60dfd788f16f75f4aa7a7a61aff3861488 (diff) | |
download | poky-890f63b6bf0346ef563f32b56b1a46ae09ec81fc.tar.gz |
meta-world-pkgdata: Inherit nopackages
Since this is a recipe with PACKAGES = "", inherit the nopackages
class to skip the various packaging functions which wouldn't do anything anyway.
This fixes errors from buildhistory changes where packages-split would be empty.
(From OE-Core rev: 5ea3ba00532265165e0d30f6d2eed568f5b5867f)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-core/meta/meta-world-pkgdata.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/meta-world-pkgdata.bb b/meta/recipes-core/meta/meta-world-pkgdata.bb index 0438bf6138..954675f383 100644 --- a/meta/recipes-core/meta/meta-world-pkgdata.bb +++ b/meta/recipes-core/meta/meta-world-pkgdata.bb | |||
@@ -27,6 +27,7 @@ python do_collect_packagedata() { | |||
27 | oe.copy_buildsystem.generate_locked_sigs(sigfile, d) | 27 | oe.copy_buildsystem.generate_locked_sigs(sigfile, d) |
28 | } | 28 | } |
29 | 29 | ||
30 | inherit nopackages | ||
30 | deltask do_fetch | 31 | deltask do_fetch |
31 | deltask do_unpack | 32 | deltask do_unpack |
32 | deltask do_patch | 33 | deltask do_patch |