From 6763d7506f0afdd1c66a7ab226bccdde205923ee Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 16 Apr 2010 11:36:16 +0100 Subject: polkit: fix DEPENDS, requires intltool Signed-off-by: Joshua Lock --- meta/packages/polkit/polkit_0.96.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/packages/polkit/polkit_0.96.bb') diff --git a/meta/packages/polkit/polkit_0.96.bb b/meta/packages/polkit/polkit_0.96.bb index 4b9ead854..246fbe95b 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 -- cgit v1.2.3