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 <[email protected]> --- 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 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#203079): https://lists.openembedded.org/g/openembedded-core/message/203079 Mute This Topic: https://lists.openembedded.org/mt/107770888/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
