diff options
Diffstat (limited to 'meta/packages/polkit/polkit_0.96.bb')
-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 e17dc93f85..e6e030b19a 100644 --- a/meta/packages/polkit/polkit_0.96.bb +++ b/meta/packages/polkit/polkit_0.96.bb | |||
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ | |||
6 | file://docs/polkit/html/license.html;md5=4c17ef1587e0f096c82157160d4e340e" | 6 | file://docs/polkit/html/license.html;md5=4c17ef1587e0f096c82157160d4e340e" |
7 | 7 | ||
8 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" | 8 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" |
9 | PR="r1" | 9 | PR = "r2" |
10 | DEPENDS = "pam expat dbus-glib eggdbus intltool" | 10 | DEPENDS = "libpam expat dbus-glib eggdbus intltool" |
11 | RDEPENDS = "pam" | 11 | RDEPENDS = "libpam" |
12 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" | 12 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |