]> code.ossystems Code Review - openembedded-core.git/commitdiff
polkit: Default to shadow, not none to fix build failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Mar 2012 20:57:17 +0000 (12:57 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Mar 2012 21:03:29 +0000 (13:03 -0800)
Without this builds would fail due to an invalid confiuration being
selected by the configure script.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/polkit/polkit_0.104.bb

index dfbd3005824af4651b8e503b223a051e82618187..6a8fdd6902a56c998ef802cc8f5394150e275791 100644 (file)
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
 DEPENDS = "expat dbus-glib eggdbus intltool-native"
 
 PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
-PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=none,libpam,libpam"
+PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam"
 
-PR = "r4"
+PR = "r5"
 
 PAM_SRC_URI = "file://polkit-1_pam.patch"
 SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \