diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-05 12:57:17 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-05 13:03:29 -0800 |
commit | d62b083fe1ee33cbd3ea3929e592c403000fb3b0 (patch) | |
tree | bdae6e2ff9af254d5ee4d50c0b9cea5369037587 /meta/recipes-extended/polkit | |
parent | 065dab7480ea0fae66db4b5a01d09814b1f38e03 (diff) | |
download | openembedded-core-d62b083fe1ee33cbd3ea3929e592c403000fb3b0.tar.gz openembedded-core-d62b083fe1ee33cbd3ea3929e592c403000fb3b0.tar.bz2 openembedded-core-d62b083fe1ee33cbd3ea3929e592c403000fb3b0.zip |
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.
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.bb | 4 |
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 \ 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 \ |