summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/polkit/polkit_0.101.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/polkit/polkit_0.101.bb')
-rw-r--r--meta/recipes-extended/polkit/polkit_0.101.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.101.bb b/meta/recipes-extended/polkit/polkit_0.101.bb
index 6769914881..56ceca46cb 100644
--- a/meta/recipes-extended/polkit/polkit_0.101.bb
+++ b/meta/recipes-extended/polkit/polkit_0.101.bb
@@ -7,8 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
7 file://docs/polkit/html/license.html;md5=07ddbf5f29e44c80c99be19c1690ec1f" 7 file://docs/polkit/html/license.html;md5=07ddbf5f29e44c80c99be19c1690ec1f"
8 8
9SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ 9SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
10 file://introspection.patch" 10 file://introspection.patch \
11PR = "r0" 11 ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
12
13PAM_SRC_URI = "file://polkit-1_pam.patch"
14PR = "r1"
12DEPENDS = "libpam expat dbus-glib eggdbus intltool" 15DEPENDS = "libpam expat dbus-glib eggdbus intltool"
13RDEPENDS_${PN} = "libpam" 16RDEPENDS_${PN} = "libpam"
14EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" 17EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"