[oe-commits] [openembedded-core] 04/10: glib-2.0-native: Break circular dependency on shared-mime-utils

git at git.openembedded.org git at git.openembedded.org
Sun Feb 17 10:20:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d2616aa222e98fa1bc6f0b7892ad358642144be1
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Feb 16 14:51:27 2019 +0000

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glib-2.0/glib.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index c9093ce..7e2847d 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}/*"
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list