diff mbox series

glib-initial: Inherit nopackages

Message ID 20240807152034.223155-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 731c3d6f16fdf7f9eb862a477a5363c82cac237c
Headers show
Series glib-initial: Inherit nopackages | expand

Commit Message

Richard Purdie Aug. 7, 2024, 3:20 p.m. UTC
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 <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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