From: Richard Purdie Date: Wed, 7 Aug 2024 15:18:54 +0000 (+0100) Subject: glib-initial: Inherit nopackages X-Git-Tag: yocto-5.1~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731c3d6f16fdf7f9eb862a477a5363c82cac237c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git glib-initial: Inherit nopackages Since this is a bootstrap 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: Richard Purdie --- diff --git a/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb b/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb index 7da28382650..acec7e9676b 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb @@ -2,4 +2,5 @@ require glib.inc PACKAGES = "" PACKAGECONFIG = "" +inherit nopackages