mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
glib-2.0-native: Break circular dependency on shared-mime-utils
If we fix native RDEPENDS handling, it exposes a problem where there is a circular dependency between shared-mime-utils and glib-2.0-native. Break this dependency in the -native case. (From OE-Core rev: d2616aa222e98fa1bc6f0b7892ad358642144be1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -80,6 +80,7 @@ FILES_${PN}-utils = "${bindir}/*"
|
||||
RRECOMMENDS_${PN} += "shared-mime-info"
|
||||
# When cross compiling for Windows we don't want to include this
|
||||
RRECOMMENDS_${PN}_remove_mingw32 = "shared-mime-info"
|
||||
RRECOMMENDS_${PN}_class-native = ""
|
||||
|
||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||
ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||
|
||||
Reference in New Issue
Block a user