diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-23 11:17:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:02 +0100 |
commit | 577c42eb929b06b61a2e5db3400f379e6e5960ed (patch) | |
tree | 6bfd25ef1834d7afe750789e4f9f1d30204b1b6b | |
parent | 3e3ab8e02da7f56a87759acbb3e51ccb76448854 (diff) | |
download | poky-577c42eb929b06b61a2e5db3400f379e6e5960ed.tar.gz |
consolekit: Update to 0.4.6
(From OE-Core rev: 6faa9c4e139cd1cf3feaef18cdd6c4c9d4f8173a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.6.bb (renamed from meta/recipes-support/consolekit/consolekit_0.4.5.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index 7d66b390d4..63da028f81 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb | |||
@@ -2,8 +2,6 @@ DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login | |||
2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" | 2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" |
3 | BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" | 3 | BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" |
4 | 4 | ||
5 | PR = "r10" | ||
6 | |||
7 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
9 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" | 7 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" |
@@ -13,11 +11,11 @@ RDEPENDS_${PN} += "base-files" | |||
13 | 11 | ||
14 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
15 | 13 | ||
16 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${PV}.tar.xz \ |
17 | file://sepbuildfix.patch" | 15 | file://sepbuildfix.patch" |
18 | SRC_URI[md5sum] = "f2657f93761206922d558471a936fbc3" | ||
19 | SRC_URI[sha256sum] = "43e0780c53078e125efcec3f847e484dc3533e49b408ce6a0ab1b223686b9c38" | ||
20 | 16 | ||
17 | SRC_URI[md5sum] = "611792b4d616253a5bdec9175f8b7678" | ||
18 | SRC_URI[sha256sum] = "b41d17e06f80059589fbeefe96ad07bcc564c49e65516da1caf975146475565c" | ||
21 | 19 | ||
22 | S = "${WORKDIR}/ConsoleKit-${PV}" | 20 | S = "${WORKDIR}/ConsoleKit-${PV}" |
23 | 21 | ||