diff options
-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 6a8fdd6902..24627413e5 100644 --- a/meta/recipes-extended/polkit/polkit_0.104.bb +++ b/meta/recipes-extended/polkit/polkit_0.104.bb | |||
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ | |||
6 | file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4 \ | 6 | file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4 \ |
7 | file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38" | 7 | file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38" |
8 | 8 | ||
9 | DEPENDS = "expat dbus-glib eggdbus intltool-native" | 9 | DEPENDS = "expat glib-2.0 intltool-native" |
10 | 10 | ||
11 | PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 11 | PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" |
12 | PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam" | 12 | PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam" |
13 | 13 | ||
14 | PR = "r5" | 14 | PR = "r6" |
15 | 15 | ||
16 | PAM_SRC_URI = "file://polkit-1_pam.patch" | 16 | PAM_SRC_URI = "file://polkit-1_pam.patch" |
17 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ | 17 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ |