diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-06 08:57:46 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-10-12 05:17:57 -0700 |
| commit | 592f0221d1672871d3b7d3602821f50a389d5b11 (patch) | |
| tree | ff22c91094fb6d3fdaa6122d522d81633e4f6606 | |
| parent | ef4d24afa17cfaabbb7aaa9265675a15abf99b20 (diff) | |
| download | poky-592f0221d1672871d3b7d3602821f50a389d5b11.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: fc8ad580c5d76266ad722c9429f39adf5370c2fb)
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 b299861375..96051cdf9d 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 |
