summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2012-09-11 23:13:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-12 15:13:41 +0100
commit84f54d6a5d2e892470b88e83f2d2d05e90bfcffc (patch)
tree8776b946597a42a9bafc7fc154e2665a4c5cb866 /meta/recipes-gnome
parent844422dbe3a509f00808253c9992bc901de4b63d (diff)
downloadpoky-84f54d6a5d2e892470b88e83f2d2d05e90bfcffc.tar.gz
libgnome-keyring: add missing DEPENDS on intltool-native
libgnome-keyring requires command 'intltoolize' in configure, so add DEPENDS intltool-native. [YOCTO #3081] (From OE-Core rev: 3d07587cc530f856c985c03a9b9b42cfb89c502c) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
index cf18732dcb..8ed44f3a16 100644
--- a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
+++ b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf \
9 file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08" 9 file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08"
10 10
11SECTION = "x11/gnome/libs" 11SECTION = "x11/gnome/libs"
12PR = "r2" 12PR = "r3"
13 13
14inherit gnome gtk-doc 14inherit gnome gtk-doc
15 15
16DEPENDS = "dbus libgcrypt glib-2.0" 16DEPENDS = "dbus libgcrypt glib-2.0 intltool-native"
17 17
18SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" 18SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
19SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" 19SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"