aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2010-01-28 10:17:10 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2010-03-08 14:09:00 -0300
commit96270fd7d3bba9728fd442aaa3a4e7d887a8d4ea (patch)
treeca567d7cf41248bdf3f797782e1b01fba5816a1a /recipes/hal
parentd4d8d8ce571c075877fc134ac0554d2f42049f10 (diff)
downloadopenembedded-96270fd7d3bba9728fd442aaa3a4e7d887a8d4ea.tar.gz
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.bb8
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"