]> code.ossystems Code Review - openembedded-core.git/commitdiff
polkit: fix DEPENDS, requires intltool
authorJoshua Lock <josh@linux.intel.com>
Fri, 16 Apr 2010 10:36:16 +0000 (11:36 +0100)
committerJoshua Lock <josh@linux.intel.com>
Tue, 27 Apr 2010 15:58:42 +0000 (16:58 +0100)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/polkit/polkit_0.96.bb

index 4b9ead8545c6f8dee8a5bef0b2ddf55feb57fb8f..246fbe95b1636c614ef967e03ac6e8960daebe2a 100644 (file)
@@ -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