From 592f0221d1672871d3b7d3602821f50a389d5b11 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 6 Oct 2024 08:57:46 +0200 Subject: [PATCH] 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 Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-core/meta/meta-world-pkgdata.bb | 1 + 1 file changed, 1 insertion(+) 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