diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 11:48:50 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 11:48:50 +0000 |
commit | 4cd40dbaa8aef7b6b9ff9ce892a576b802f4b1ec (patch) | |
tree | 7fea16be8945750de01276f8787aefd23a8554a7 /meta/recipes-tbd/consolekit | |
parent | 127b82bdb6e48068b8ec0f278577f2deb6126880 (diff) | |
download | openembedded-core-4cd40dbaa8aef7b6b9ff9ce892a576b802f4b1ec.tar.gz openembedded-core-4cd40dbaa8aef7b6b9ff9ce892a576b802f4b1ec.tar.bz2 openembedded-core-4cd40dbaa8aef7b6b9ff9ce892a576b802f4b1ec.tar.xz openembedded-core-4cd40dbaa8aef7b6b9ff9ce892a576b802f4b1ec.zip |
Revert "consolekit: Update to 0.4.3" - was a duplicate commit
This reverts commit 47a1f50d17e217d8d9dd5d1074449369defbea65.
Diffstat (limited to 'meta/recipes-tbd/consolekit')
-rw-r--r-- | meta/recipes-tbd/consolekit/consolekit_0.4.3.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-tbd/consolekit/consolekit_0.4.3.bb b/meta/recipes-tbd/consolekit/consolekit_0.4.3.bb deleted file mode 100644 index f1da72bb7..000000000 --- a/meta/recipes-tbd/consolekit/consolekit_0.4.3.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats." -HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" -BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ - file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" - -DEPENDS = "dbus" - -inherit gnome - -SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-0.4.3.tar.bz2 \ - file://nopolkit.patch;patch=1" -S = "${WORKDIR}/ConsoleKit-${PV}" - -FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" - - - - |