From: Thomas Zimmermann Date: Tue, 24 Nov 2009 10:59:46 +0000 (+0000) Subject: policykit: fix depends it requires intltool >= 0.36.0 X-Git-Tag: Release-2010-05/1~1648^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a096adb7a6064974fcb89b7609a55241a79a3ed8;p=openembedded.git policykit: fix depends it requires intltool >= 0.36.0 Signed-off-by: Martin Jansa --- diff --git a/recipes/policykit/policykit_0.9.bb b/recipes/policykit/policykit_0.9.bb index 2a31701fc3..b13bff6f49 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 \