From afc895b67e8906b93e54b62d8489e56d527f7552 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Aug 2024 16:18:54 +0100 Subject: 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. (From OE-Core rev: 731c3d6f16fdf7f9eb862a477a5363c82cac237c) Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb | 1 + 1 file changed, 1 insertion(+) 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 7da2838265..acec7e9676 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 -- cgit v1.2.3-54-g00ecf