recipes: Add missing intltool-native dependencies

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Richard Purdie
2014-06-23 20:58:14 +01:00
committed by Martin Jansa
parent bda86d29af
commit 4bcd1d6b96
3 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
SUMMARY = "GNOME Terminal" SUMMARY = "GNOME Terminal"
LICENSE = "GPL-2.0" LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed" LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed"
DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte gnome-doc-utils" DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte gnome-doc-utils intltool-native"
PR = "r1" PR = "r1"
inherit gnome inherit gnome
@@ -2,7 +2,7 @@ require gvfs.inc
BPN = "gvfs" BPN = "gvfs"
DEPENDS = "gvfs gnome-disk-utility libgnome-keyring" DEPENDS = "gvfs gnome-disk-utility libgnome-keyring intltool-native"
PR = "${INC_PR}.0" PR = "${INC_PR}.0"
# we need gdu files only: reduce files to delete in libexecdir # we need gdu files only: reduce files to delete in libexecdir
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
SECTION = "x11/gnome/libs" SECTION = "x11/gnome/libs"
DEPENDS = "libgnome libgnomecanvas libbonoboui libgnome-keyring" DEPENDS = "libgnome libgnomecanvas libbonoboui libgnome-keyring intltool-native"
inherit gnome inherit gnome