diff options
Diffstat (limited to 'meta/recipes-extended/polkit/polkit_0.104.bb')
-rw-r--r-- | meta/recipes-extended/polkit/polkit_0.104.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb index 5dc82c5df6..dfbd300582 100644 --- a/meta/recipes-extended/polkit/polkit_0.104.bb +++ b/meta/recipes-extended/polkit/polkit_0.104.bb | |||
@@ -11,12 +11,14 @@ DEPENDS = "expat dbus-glib eggdbus intltool-native" | |||
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=none,libpam,libpam" | 12 | PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=none,libpam,libpam" |
13 | 13 | ||
14 | PR = "r3" | 14 | PR = "r4" |
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 \ |
18 | file://introspection.patch \ | 18 | file://introspection.patch \ |
19 | ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ | 19 | ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ |
20 | file://0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch \ | ||
21 | file://0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch \ | ||
20 | " | 22 | " |
21 | 23 | ||
22 | SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1" | 24 | SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1" |