From: Joshua Lock Date: Fri, 16 Apr 2010 10:36:16 +0000 (+0100) Subject: polkit: fix DEPENDS, requires intltool X-Git-Tag: 2011-1~6024 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6763d7506f0afdd1c66a7ab226bccdde205923ee;p=openembedded-core.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 4b9ead8545..246fbe95b1 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