diff options
| -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 | ||
