diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-20 15:09:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-22 09:05:39 +0000 |
commit | 917c8a88e245cbc59ac662fc81a3f40997aae092 (patch) | |
tree | ee9e8c7585fe1c3dc783da2a756b14aac50890b9 /meta/recipes-gnome | |
parent | b523b2cc8023c47fce5b648280d5c05e939be36a (diff) | |
download | poky-917c8a88e245cbc59ac662fc81a3f40997aae092.tar.gz |
epiphany: Fix dependencies for recipe specific sysroot
gettext and glib-2.0 tools are required during build.
(From OE-Core rev: 082db0d21e4b628b6063b1ec713a8f15fe2caa4e)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.22.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.22.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.22.3.bb index 9803a16aba..78a5bc7752 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.22.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.22.3.bb | |||
@@ -3,9 +3,10 @@ LICENSE = "GPLv2+" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \ | 5 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \ |
6 | gsettings-desktop-schemas gnome-desktop3 libxml2-native intltool-native" | 6 | gsettings-desktop-schemas gnome-desktop3 libxml2-native \ |
7 | intltool-native glib-2.0 glib-2.0-native" | ||
7 | 8 | ||
8 | inherit gnomebase gsettings distro_features_check upstream-version-is-even | 9 | inherit gnomebase gsettings distro_features_check upstream-version-is-even gettext |
9 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 11 | ||
11 | SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch" | 12 | SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch" |