summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-08-04 20:52:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-07 12:11:16 +0100
commiteb59419107236ec3d870e5ab306850180cce5e41 (patch)
treef64fd3aabcd17b3a0f94dc46a9f7a70243c02658
parent2bb65c29c8862e780b8a6c47c007809d7cc73940 (diff)
downloadpoky-eb59419107236ec3d870e5ab306850180cce5e41.tar.gz
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. (From OE-Core rev: 442c24ceabcb2bf5b585972280f7a8ab90dfbf38) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc2
1 files changed, 2 insertions, 0 deletions
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 = ""
157 157
158RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" 158RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}"
159 159
160RDEPENDS:${PN}-dev += "${PN}-utils"
161
160RDEPENDS:${PN}-ptest += "\ 162RDEPENDS:${PN}-ptest += "\
161 coreutils \ 163 coreutils \
162 libgcc \ 164 libgcc \