diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2010-01-28 10:17:10 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2010-03-08 14:09:00 -0300 |
commit | 96270fd7d3bba9728fd442aaa3a4e7d887a8d4ea (patch) | |
tree | ca567d7cf41248bdf3f797782e1b01fba5816a1a /recipes/hal | |
parent | d4d8d8ce571c075877fc134ac0554d2f42049f10 (diff) |
consolekit: add pam-plugin-ck-connector package
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/hal')
-rw-r--r-- | recipes/hal/consolekit_0.3.0.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/hal/consolekit_0.3.0.bb b/recipes/hal/consolekit_0.3.0.bb index 10f1879e38..d9b6761abc 100644 --- a/recipes/hal/consolekit_0.3.0.bb +++ b/recipes/hal/consolekit_0.3.0.bb @@ -2,19 +2,23 @@ DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login LICENSE = "GPLv2" DEPENDS = "policykit libpam dbus" -PR = "r1" +PR = "r2" inherit gnome SRC_URI = "http://people.freedesktop.org/~mccann/dist/ConsoleKit-${PV}.tar.bz2" S = "${WORKDIR}/ConsoleKit-${PV}" +EXTRA_OECONF += "--enable-pam-module --with-pam-module-dir=${libdir}/security" + do_stage () { autotools_stage_all } +PACKAGES += "pam-plugin-ck-connector" FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" - +FILES_${PN}-dbg += ""${libdir}/security/.debug/*.so" +FILES_pam-plugin-ck-connector += "${libdir}/security/*.so" |