diff options
Diffstat (limited to 'meta-oe/recipes-extended/polkit/polkit_0.113.bb')
| -rw-r--r-- | meta-oe/recipes-extended/polkit/polkit_0.113.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.113.bb b/meta-oe/recipes-extended/polkit/polkit_0.113.bb index 29e889615d..b85122e0b5 100644 --- a/meta-oe/recipes-extended/polkit/polkit_0.113.bb +++ b/meta-oe/recipes-extended/polkit/polkit_0.113.bb | |||
| @@ -20,7 +20,6 @@ PACKAGECONFIG[consolekit] = ",,,consolekit" | |||
| 20 | PAM_SRC_URI = "file://polkit-1_pam.patch" | 20 | PAM_SRC_URI = "file://polkit-1_pam.patch" |
| 21 | SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \ | 21 | SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.gz \ |
| 22 | ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ | 22 | ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ |
| 23 | file://0001-do-not-hardcoded-libdir.patch \ | ||
| 24 | " | 23 | " |
| 25 | SRC_URI[md5sum] = "4b77776c9e4f897dcfe03b2c34198edf" | 24 | SRC_URI[md5sum] = "4b77776c9e4f897dcfe03b2c34198edf" |
| 26 | SRC_URI[sha256sum] = "e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6413c81" | 25 | SRC_URI[sha256sum] = "e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6413c81" |
| @@ -31,10 +30,12 @@ PACKAGES =+ "${PN}-examples" | |||
| 31 | 30 | ||
| 32 | FILES_${PN} += " \ | 31 | FILES_${PN} += " \ |
| 33 | ${libdir}/${BPN}-1 \ | 32 | ${libdir}/${BPN}-1 \ |
| 33 | ${nonarch_libdir}/${BPN}-1 \ | ||
| 34 | ${datadir}/dbus-1 \ | 34 | ${datadir}/dbus-1 \ |
| 35 | ${datadir}/${BPN}-1 \ | 35 | ${datadir}/${BPN}-1 \ |
| 36 | " | 36 | " |
| 37 | FILES_${PN}-dbg += "${libdir}/${BPN}-1/.debug" | 37 | FILES_${PN}-dbg += "${libdir}/${BPN}-1/.debug \ |
| 38 | ${nonarch_libdir}/${BPN}-1/.debug" | ||
| 38 | 39 | ||
| 39 | FILES_${PN}-examples = "${bindir}/*example*" | 40 | FILES_${PN}-examples = "${bindir}/*example*" |
| 40 | 41 | ||
