[oe-commits] Jackie Huang : libgnome-keyring: add missing DEPENDS on intltool-native

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 13:53:49 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 3d07587cc530f856c985c03a9b9b42cfb89c502c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3d07587cc530f856c985c03a9b9b42cfb89c502c

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Tue Sep 11 23:13:22 2012 +0800

libgnome-keyring: add missing DEPENDS on intltool-native

libgnome-keyring requires command 'intltoolize' in configure,
so add DEPENDS intltool-native.

[YOCTO #3081]

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |    4 ++--
 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 cf18732..8ed44f3 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 \
                     file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08"
 
 SECTION = "x11/gnome/libs"
-PR = "r2"
+PR = "r3"
 
 inherit gnome gtk-doc
 
-DEPENDS = "dbus libgcrypt glib-2.0"
+DEPENDS = "dbus libgcrypt glib-2.0 intltool-native"
 
 SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
 SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"





More information about the Openembedded-commits mailing list