diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/polkit/polkit_0.96.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |