diff options
author | Ross Burton <ross.burton@intel.com> | 2017-06-16 20:19:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:52:18 +0100 |
commit | b2ea3557f9c6eb5887abe796bb6963893ca1ca52 (patch) | |
tree | abd647f0519ec3b90edf68776e3822038472a3a9 | |
parent | a99dafbfe1c9f46e987b6e58e15163eb0e81544a (diff) | |
download | poky-b2ea3557f9c6eb5887abe796bb6963893ca1ca52.tar.gz |
epiphany: remove unused intltool build-dependency
(From OE-Core rev: ef347ad8b8d61d287bf787a558563f52994f4277)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.24.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb index b51f54fced..77c19331cb 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
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 \ | 6 | gsettings-desktop-schemas gnome-desktop3 libxml2-native \ |
7 | intltool-native glib-2.0 glib-2.0-native json-glib" | 7 | glib-2.0 glib-2.0-native json-glib" |
8 | 8 | ||
9 | inherit gnomebase gsettings distro_features_check upstream-version-is-even gettext | 9 | inherit gnomebase gsettings distro_features_check upstream-version-is-even gettext |
10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |