mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 01:17:41 +00:00
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>
This commit is contained in:
parent
2bb65c29c8
commit
eb59419107
@ -157,6 +157,8 @@ CODEGEN_PYTHON_RDEPENDS:mingw32 = ""
|
||||
|
||||
RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}"
|
||||
|
||||
RDEPENDS:${PN}-dev += "${PN}-utils"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
coreutils \
|
||||
libgcc \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user