diff mbox series

[kirkstone,3/5] meta-world-pkgdata: Inherit nopackages

Message ID fc8ad580c5d76266ad722c9429f39adf5370c2fb.1728490465.git.steve@sakoman.com
State Accepted, archived
Commit fc8ad580c5d76266ad722c9429f39adf5370c2fb
Delegated to: Steve Sakoman
Headers show
Series [kirkstone,1/5] cups: Backport fix for CVE-2024-47175 | expand

Commit Message

Steve Sakoman Oct. 9, 2024, 4:16 p.m. UTC
From: Martin Jansa <martin.jansa@gmail.com>

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.

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>
---
 meta/recipes-core/meta/meta-world-pkgdata.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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() {
     oe.copy_buildsystem.generate_locked_sigs(sigfile, d)
 }
 
+inherit nopackages
 deltask do_fetch
 deltask do_unpack
 deltask do_patch