summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/polkit
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-05 12:57:17 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-05 13:04:11 -0800
commit9195e9670eac85151f3856eea65bc9c4cbe73232 (patch)
treefb8125618f80f112d64e251ef96ff8f9886004ed /meta/recipes-extended/polkit
parent5419dc1bb787d338f9aec238b627ae9eea2f948d (diff)
downloadpoky-9195e9670eac85151f3856eea65bc9c4cbe73232.tar.gz
polkit: Default to shadow, not none to fix build failures
Without this builds would fail due to an invalid confiuration being selected by the configure script. (From OE-Core rev: d62b083fe1ee33cbd3ea3929e592c403000fb3b0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/polkit')
-rw-r--r--meta/recipes-extended/polkit/polkit_0.104.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb
index dfbd300582..6a8fdd6902 100644
--- a/meta/recipes-extended/polkit/polkit_0.104.bb
+++ b/meta/recipes-extended/polkit/polkit_0.104.bb
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
9DEPENDS = "expat dbus-glib eggdbus intltool-native" 9DEPENDS = "expat dbus-glib eggdbus intltool-native"
10 10
11PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" 11PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
12PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=none,libpam,libpam" 12PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam"
13 13
14PR = "r4" 14PR = "r5"
15 15
16PAM_SRC_URI = "file://polkit-1_pam.patch" 16PAM_SRC_URI = "file://polkit-1_pam.patch"
17SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ 17SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \