]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0-native: Break circular dependency on shared-mime-utils
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Feb 2019 14:51:27 +0000 (14:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2019 10:18:49 +0000 (10:18 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib.inc

index c9093cee8668056829d26b9813d928ccc7bee0be..7e2847d4b22859ee36331d5225a23ddb1d5096bf 100644 (file)
@@ -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"