From: Joshua Lock Date: Fri, 16 Apr 2010 10:36:16 +0000 (+0100) Subject: polkit: fix DEPENDS, requires intltool X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~50180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6763d7506f0afdd1c66a7ab226bccdde205923ee;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git polkit: fix DEPENDS, requires intltool Signed-off-by: Joshua Lock --- diff --git a/meta/packages/polkit/polkit_0.96.bb b/meta/packages/polkit/polkit_0.96.bb index 4b9ead8545c..246fbe95b16 100644 --- a/meta/packages/polkit/polkit_0.96.bb +++ b/meta/packages/polkit/polkit_0.96.bb @@ -1,9 +1,9 @@ HOMEPAGE = "http://www.packagekit.org/" SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" - -DEPENDS = "pam expat dbus-glib eggdbus" +PR="r1" +DEPENDS = "pam expat dbus-glib eggdbus intltool" RDEPENDS = "pam" EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig