diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 12:53:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 15:48:29 +0100 |
commit | 67119c5a2d8534d36dcdc6fce1217c2311775e92 (patch) | |
tree | cd10fb2d92b7c6e92481669e9d911389779eb3c1 /meta/recipes-support | |
parent | f28c134cc6fb7e4671309fa7fdb3a21bd822889f (diff) | |
download | poky-67119c5a2d8534d36dcdc6fce1217c2311775e92.tar.gz |
consolekit: update to 0.4.5
(From OE-Core rev: 3c5009a0d19c8e27d3687e27880d5c1088086adc)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.5.bb (renamed from meta/recipes-support/consolekit/consolekit_0.4.4.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.4.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb index 0aec63916e..f3b1ef88c7 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.4.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb | |||
@@ -8,19 +8,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
8 | 8 | ||
9 | DEPENDS = "dbus" | 9 | DEPENDS = "dbus" |
10 | 10 | ||
11 | PR = "r0" | ||
12 | |||
13 | inherit gnome | 11 | inherit gnome |
14 | 12 | ||
15 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.bz2 \ | 13 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.bz2 \ |
16 | file://nopolkit.patch" | 14 | file://nopolkit.patch" |
15 | SRC_URI[md5sum] = "f2657f93761206922d558471a936fbc3" | ||
16 | SRC_URI[sha256sum] = "43e0780c53078e125efcec3f847e484dc3533e49b408ce6a0ab1b223686b9c38" | ||
17 | 17 | ||
18 | SRC_URI[md5sum] = "b57eb18eae8c4d3631d5f4f030218a29" | ||
19 | SRC_URI[sha256sum] = "f0c00969fb6fe7d628071f0f43ac0d411982a5e798d7dc31747caa772c9716ae" | ||
20 | S = "${WORKDIR}/ConsoleKit-${PV}" | ||
21 | 18 | ||
22 | FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" | 19 | S = "${WORKDIR}/ConsoleKit-${PV}" |
23 | 20 | ||
21 | EXTRA_OECONF = "--with-systemdsystemunitdir=${base_libdir}/systemd/system/" | ||
24 | 22 | ||
23 | FILES_${PN} += "${libdir}/ConsoleKit ${base_libdir} ${datadir}/dbus-1 ${datadir}/PolicyKit" | ||
25 | 24 | ||
26 | 25 | ||