mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
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:
committed by
Martin Jansa
parent
bda86d29af
commit
4bcd1d6b96
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user