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>
This commit is contained in:
Jussi Kukkonen 2017-01-20 15:09:38 +02:00 committed by Richard Purdie
parent b523b2cc80
commit 917c8a88e2
1 changed files with 3 additions and 2 deletions

View 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"