]> code.ossystems Code Review - openembedded-core.git/commitdiff
epiphany: Fix dependencies for recipe specific sysroot
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Fri, 20 Jan 2017 13:09:38 +0000 (15:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jan 2017 18:06:23 +0000 (18:06 +0000)
gettext and glib-2.0 tools are required during build.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/epiphany/epiphany_3.22.3.bb

index 9803a16aba712d485b58219b419ed115fb684b1d..78a5bc775279d01d1a577aed7a6b44a434f965ae 100644 (file)
@@ -3,9 +3,10 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
 DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \
-          gsettings-desktop-schemas gnome-desktop3 libxml2-native intltool-native"
+          gsettings-desktop-schemas gnome-desktop3 libxml2-native \
+          intltool-native glib-2.0 glib-2.0-native"
 
-inherit gnomebase gsettings distro_features_check upstream-version-is-even
+inherit gnomebase gsettings distro_features_check upstream-version-is-even gettext
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch"