aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-22 14:02:04 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-22 14:02:04 +0200
commitf2ec20f4984dfa2c6e7ca39a5b998df6cdfc68ba (patch)
tree0a9b90df9aa101baf9881833342de222547859ca /recipes/hal
parent567e88579c580194d560f4c422930d4de6487d3c (diff)
downloadopenembedded-f2ec20f4984dfa2c6e7ca39a5b998df6cdfc68ba.tar.gz
consolekit: fixes suggested by RP
Diffstat (limited to 'recipes/hal')
-rw-r--r--recipes/hal/consolekit_0.3.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/hal/consolekit_0.3.0.bb b/recipes/hal/consolekit_0.3.0.bb
index 9e100b60ca..10f1879e38 100644
--- a/recipes/hal/consolekit_0.3.0.bb
+++ b/recipes/hal/consolekit_0.3.0.bb
@@ -1,6 +1,8 @@
DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats."
LICENSE = "GPLv2"
-DEPENDS = "libpam dbus"
+DEPENDS = "policykit libpam dbus"
+
+PR = "r1"
inherit gnome
@@ -11,7 +13,7 @@ do_stage () {
autotools_stage_all
}
-FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1"
+FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit"