diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-04-13 13:24:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 22:48:28 +0100 |
commit | d95246309f24022f693c2a0958a48830e000abec (patch) | |
tree | ecf78f4201098d1fee7b27a0a166acc3415914dc | |
parent | 7849a88d6da22b2381c062a9c7b3dcced73524c6 (diff) | |
download | poky-d95246309f24022f693c2a0958a48830e000abec.tar.gz |
consolekit: Upgrade to 0.4.4 (from 0.4.3)
(From OE-Core rev: 115099178ed68105bd5719348b4ea0baef4ade80)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.4.bb (renamed from meta/recipes-support/consolekit/consolekit_0.4.3.bb) | 10 | ||||
-rw-r--r-- | meta/recipes-support/consolekit/files/nopolkit.patch | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.3.bb b/meta/recipes-support/consolekit/consolekit_0.4.4.bb index 5bf4c527e1..0aec63916e 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.3.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.4.bb | |||
@@ -8,13 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
8 | 8 | ||
9 | DEPENDS = "dbus" | 9 | DEPENDS = "dbus" |
10 | 10 | ||
11 | PR = "r0" | ||
12 | |||
11 | inherit gnome | 13 | inherit gnome |
12 | 14 | ||
13 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-0.4.3.tar.bz2 \ | 15 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.bz2 \ |
14 | file://nopolkit.patch;patch=1" | 16 | file://nopolkit.patch" |
15 | 17 | ||
16 | SRC_URI[md5sum] = "4c39c6eacc75334b890f21eead1d2945" | 18 | SRC_URI[md5sum] = "b57eb18eae8c4d3631d5f4f030218a29" |
17 | SRC_URI[sha256sum] = "fe02aca2b4c21df59aa5fbe6f28ea3ea4b3c9dd64c48c50634e9a53cf9c0dcc5" | 19 | SRC_URI[sha256sum] = "f0c00969fb6fe7d628071f0f43ac0d411982a5e798d7dc31747caa772c9716ae" |
18 | S = "${WORKDIR}/ConsoleKit-${PV}" | 20 | S = "${WORKDIR}/ConsoleKit-${PV}" |
19 | 21 | ||
20 | FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" | 22 | FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" |
diff --git a/meta/recipes-support/consolekit/files/nopolkit.patch b/meta/recipes-support/consolekit/files/nopolkit.patch index 7a1f02ac46..a0d9d06500 100644 --- a/meta/recipes-support/consolekit/files/nopolkit.patch +++ b/meta/recipes-support/consolekit/files/nopolkit.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
1 | Index: ConsoleKit-0.4.3/configure.ac | 3 | Index: ConsoleKit-0.4.3/configure.ac |
2 | =================================================================== | 4 | =================================================================== |
3 | --- ConsoleKit-0.4.3.orig/configure.ac 2010-10-26 22:34:03.000000000 +0800 | 5 | --- ConsoleKit-0.4.3.orig/configure.ac 2010-10-26 22:34:03.000000000 +0800 |