From: Martin Jansa Date: Thu, 15 Aug 2024 13:36:43 +0000 (+0200) Subject: meta-world-pkgdata: Inherit nopackages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94b18885fc4a684d5b403f864c7da2cb8b0d188;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/meta-world-pkgdata.bb b/meta/recipes-core/meta/meta-world-pkgdata.bb index 244175ddd44..1bfaf2c1e3e 100644 --- a/meta/recipes-core/meta/meta-world-pkgdata.bb +++ b/meta/recipes-core/meta/meta-world-pkgdata.bb @@ -27,7 +27,7 @@ python do_collect_packagedata() { oe.copy_buildsystem.generate_locked_sigs(sigfile, d) } -inherit nospdx +inherit nospdx nopackages deltask do_fetch deltask do_unpack deltask do_patch