[oe-commits] Thomas Zimmermann : policykit: fix depends it requires intltool >= 0.36.0

git version control git at git.openembedded.org
Tue Nov 24 13:09:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a096adb7a6064974fcb89b7609a55241a79a3ed8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a096adb7a6064974fcb89b7609a55241a79a3ed8

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Tue Nov 24 10:59:46 2009 +0000

policykit: fix depends it requires intltool >= 0.36.0

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/policykit/policykit_0.9.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/policykit/policykit_0.9.bb b/recipes/policykit/policykit_0.9.bb
index 2a31701..b13bff6 100644
--- a/recipes/policykit/policykit_0.9.bb
+++ b/recipes/policykit/policykit_0.9.bb
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://www.packagekit.org/"
-DEPENDS = "libpam expat dbus-glib"
+DEPENDS = "libpam expat dbus-glib intltool-native"
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-${PV}.tar.gz \
            file://PolicyKit.conf \





More information about the Openembedded-commits mailing list