diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-16 14:51:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-17 10:19:59 +0000 |
commit | 3a434dc5df83b3308cd0bc60ef0678161fe5c011 (patch) | |
tree | 30c98039c39b418ddf6590d21cac43bbd6fc61cb | |
parent | d56011fc2f13abee86dd1bf16330bb4a3a74d766 (diff) | |
download | poky-3a434dc5df83b3308cd0bc60ef0678161fe5c011.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index c9093cee86..7e2847d4b2 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -80,6 +80,7 @@ FILES_${PN}-utils = "${bindir}/*" | |||
80 | RRECOMMENDS_${PN} += "shared-mime-info" | 80 | RRECOMMENDS_${PN} += "shared-mime-info" |
81 | # When cross compiling for Windows we don't want to include this | 81 | # When cross compiling for Windows we don't want to include this |
82 | RRECOMMENDS_${PN}_remove_mingw32 = "shared-mime-info" | 82 | RRECOMMENDS_${PN}_remove_mingw32 = "shared-mime-info" |
83 | RRECOMMENDS_${PN}_class-native = "" | ||
83 | 84 | ||
84 | ARM_INSTRUCTION_SET_armv4 = "arm" | 85 | ARM_INSTRUCTION_SET_armv4 = "arm" |
85 | ARM_INSTRUCTION_SET_armv5 = "arm" | 86 | ARM_INSTRUCTION_SET_armv5 = "arm" |