[oe-commits] Koen Kooi : consolekit: add 0.4.1

git version control git at git.openembedded.org
Wed Feb 17 12:53:08 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 7194635729b20c15d41a08c89a30a5a8aabbc090
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7194635729b20c15d41a08c89a30a5a8aabbc090

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Feb 16 14:44:31 2010 +0100

consolekit: add 0.4.1

---

 recipes/hal/consolekit_0.4.1.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/hal/consolekit_0.4.1.bb b/recipes/hal/consolekit_0.4.1.bb
new file mode 100644
index 0000000..784ba3e
--- /dev/null
+++ b/recipes/hal/consolekit_0.4.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats."
+LICENSE = "GPLv2"
+DEPENDS = "policykit libpam dbus"
+
+inherit gnome
+
+SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.bz2;name=archive"
+SRC_URI[archive.md5sum] = "48eda4483cc97841d5f88e8e003eb6d7"
+SRC_URI[archive.sha256sum] = "f032adc6146d745034315054c5822a7a09f30e20a40d6e802221fa977354403e"
+
+S = "${WORKDIR}/ConsoleKit-${PV}"
+
+
+FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*"
+
+
+
+





More information about the Openembedded-commits mailing list