diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-28 15:24:13 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:24 +0000 |
commit | f49a3c49448d3664a1a1349df457ecc296acb6b4 (patch) | |
tree | 7ceb868bc7e8df21e2a15ed9a230895a5e801e9e /meta/recipes-support/consolekit | |
parent | 4fd6d32578a5cfd648adbf903ecc43dd7504f1b2 (diff) | |
download | poky-f49a3c49448d3664a1a1349df457ecc296acb6b4.tar.gz |
consolekit: Update to 0.4.3
Rebased nopolkit.patch.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support/consolekit')
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.3.0.bb | 16 | ||||
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.3.bb | 21 | ||||
-rw-r--r-- | meta/recipes-support/consolekit/files/nopolkit.patch | 8 |
3 files changed, 25 insertions, 20 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.3.0.bb b/meta/recipes-support/consolekit/consolekit_0.3.0.bb deleted file mode 100644 index 0d0dfeab69..0000000000 --- a/meta/recipes-support/consolekit/consolekit_0.3.0.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats." | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
4 | DEPENDS = "dbus" | ||
5 | |||
6 | inherit gnome | ||
7 | |||
8 | SRC_URI = "http://people.freedesktop.org/~mccann/dist/ConsoleKit-${PV}.tar.bz2 \ | ||
9 | file://nopolkit.patch;patch=1" | ||
10 | S = "${WORKDIR}/ConsoleKit-${PV}" | ||
11 | |||
12 | FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" | ||
13 | |||
14 | |||
15 | |||
16 | |||
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.3.bb b/meta/recipes-support/consolekit/consolekit_0.4.3.bb new file mode 100644 index 0000000000..f1da72bb78 --- /dev/null +++ b/meta/recipes-support/consolekit/consolekit_0.4.3.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats." | ||
2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" | ||
3 | BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" | ||
4 | |||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
7 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" | ||
8 | |||
9 | DEPENDS = "dbus" | ||
10 | |||
11 | inherit gnome | ||
12 | |||
13 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-0.4.3.tar.bz2 \ | ||
14 | file://nopolkit.patch;patch=1" | ||
15 | S = "${WORKDIR}/ConsoleKit-${PV}" | ||
16 | |||
17 | FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" | ||
18 | |||
19 | |||
20 | |||
21 | |||
diff --git a/meta/recipes-support/consolekit/files/nopolkit.patch b/meta/recipes-support/consolekit/files/nopolkit.patch index bebbcaffff..7a1f02ac46 100644 --- a/meta/recipes-support/consolekit/files/nopolkit.patch +++ b/meta/recipes-support/consolekit/files/nopolkit.patch | |||
@@ -1,13 +1,13 @@ | |||
1 | Index: ConsoleKit-0.3.0/configure.ac | 1 | Index: ConsoleKit-0.4.3/configure.ac |
2 | =================================================================== | 2 | =================================================================== |
3 | --- ConsoleKit-0.3.0.orig/configure.ac 2009-05-22 12:53:27.000000000 +0100 | 3 | --- ConsoleKit-0.4.3.orig/configure.ac 2010-10-26 22:34:03.000000000 +0800 |
4 | +++ ConsoleKit-0.3.0/configure.ac 2009-05-22 12:53:56.000000000 +0100 | 4 | +++ ConsoleKit-0.4.3/configure.ac 2010-11-28 15:28:26.000000000 +0800 |
5 | @@ -55,10 +55,7 @@ | 5 | @@ -55,10 +55,7 @@ |
6 | gthread-2.0 >= $GLIB_REQUIRED_VERSION | 6 | gthread-2.0 >= $GLIB_REQUIRED_VERSION |
7 | ) | 7 | ) |
8 | 8 | ||
9 | -PKG_CHECK_MODULES(POLKIT, | 9 | -PKG_CHECK_MODULES(POLKIT, |
10 | - polkit >= $POLKIT_REQUIRED_VERSION, | 10 | - polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION, |
11 | - have_polkit=yes, | 11 | - have_polkit=yes, |
12 | - have_polkit=no) | 12 | - have_polkit=no) |
13 | +have_polkit=no | 13 | +have_polkit=no |