From 0ee108356873f69229642d0c6f025f3328c5ff2f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 21 Jun 2014 11:02:06 +0200 Subject: recipes: add missing dependency on intltool-native * These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome/gvfs') diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb index d6373999cb..131c849480 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb @@ -1,6 +1,6 @@ require gvfs.inc -DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2" +DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2 intltool-native" # optional: obexftp libcdio libimobiledevice PR = "${INC_PR}.0" -- cgit 1.2.3-korg