[oe] [meta-gnome][PATCH][master-next 1/2] gnome-mime-data: add depends on glib-2.0-native

Max Krummenacher max.oss.09 at gmail.com
Wed Feb 15 00:22:53 UTC 2017


This installs the needed glib-gettextize.
Remove blacklist.

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---

Note that this is badly tested. On my host the build did pickup
glib-gettextize from /usr/bin/glib-gettextize..

I inspected the native sysroot with devshell. The binary was missing
without the patch and got installed with it.

Max

 meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb b/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb
index 6dc80b5..eeac1bb 100644
--- a/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb
@@ -15,7 +15,5 @@ SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c"
 SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7"
 GNOME_COMPRESS_TYPE="bz2"
 
-DEPENDS += "shared-mime-info intltool-native"
+DEPENDS += "shared-mime-info intltool-native glib-2.0-native"
 RDEPENDS_${PN} = "shared-mime-info"
-
-PNBLACKLIST[gnome-mime-data] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130589/"
-- 
2.6.6




More information about the Openembedded-devel mailing list