From: Ross Burton Date: Mon, 4 Aug 2025 19:52:34 +0000 (+0100) Subject: glib-2.0: -dev should depend on -utils X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=442c24ceabcb2bf5b585972280f7a8ab90dfbf38;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glib-2.0: -dev should depend on -utils The -dev package should depend on -utils, as there are a number of utilities in that package which are needed when compiling GLib-using code, such as glib-genmarshal and glib-compile-resources. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index ba7763c841..404c82ef6e 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -157,6 +157,8 @@ CODEGEN_PYTHON_RDEPENDS:mingw32 = "" RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" +RDEPENDS:${PN}-dev += "${PN}-utils" + RDEPENDS:${PN}-ptest += "\ coreutils \ libgcc \