Message ID | 20250804195237.149379-4-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/7] dbus-glib: package the binding tool into PN-tools, enable nativesdk | expand |
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index ba7763c8417..404c82ef6ef 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 \
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 <ross.burton@arm.com> --- meta/recipes-core/glib-2.0/glib.inc | 2 ++ 1 file changed, 2 insertions(+)