diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-22 12:14:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:56:51 +0100 |
commit | 14f3bab4d10503d59a3e938d3e17f41f96686edf (patch) | |
tree | c2d538131b95a5185548058b1b40e36f651195b9 /meta | |
parent | cf927d85cec21657c876285e91aa15d622e4d6b5 (diff) | |
download | poky-14f3bab4d10503d59a3e938d3e17f41f96686edf.tar.gz |
consolekit 0.4.5: fix PAM installation dir
(From OE-Core rev: b4c23fce3eadaff8fc621d38759d493cd03cc131)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.5.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb index 661cca65ec..562dfb3386 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login | |||
2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" | 2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" |
3 | BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" | 3 | BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" |
4 | 4 | ||
5 | PR = "r4" | 5 | PR = "r5" |
6 | 6 | ||
7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
@@ -20,12 +20,13 @@ SRC_URI[sha256sum] = "43e0780c53078e125efcec3f847e484dc3533e49b408ce6a0ab1b22368 | |||
20 | S = "${WORKDIR}/ConsoleKit-${PV}" | 20 | S = "${WORKDIR}/ConsoleKit-${PV}" |
21 | 21 | ||
22 | EXTRA_OECONF = "--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ | 22 | EXTRA_OECONF = "--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ |
23 | ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module --with-pam-module-dir=${libdir}/security', '--disable-pam-module', d)} \ | 23 | ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module --with-pam-module-dir=${base_libdir}/security', '--disable-pam-module', d)} \ |
24 | " | 24 | " |
25 | 25 | ||
26 | FILES_${PN} += "${libdir}/ConsoleKit ${base_libdir} ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" | 26 | FILES_${PN} += "${libdir}/ConsoleKit ${base_libdir} ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" |
27 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | ||
27 | 28 | ||
28 | PACKAGES =+ "pam-plugin-ck-connector" | 29 | PACKAGES =+ "pam-plugin-ck-connector" |
29 | FILES_pam-plugin-ck-connector += "${libdir}/security/*.so" | 30 | FILES_pam-plugin-ck-connector += "${base_libdir}/security/*.so" |
30 | RDEPENDS_pam-plugin-ck-connector += "${PN}" | 31 | RDEPENDS_pam-plugin-ck-connector += "${PN}" |
31 | 32 | ||