diff options
Diffstat (limited to 'meta/recipes-support/consolekit/consolekit_0.4.5.bb')
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.5.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb new file mode 100644 index 0000000000..f3b1ef88c7 --- /dev/null +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb | |||
@@ -0,0 +1,25 @@ | |||
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-${PV}.tar.bz2 \ | ||
14 | file://nopolkit.patch" | ||
15 | SRC_URI[md5sum] = "f2657f93761206922d558471a936fbc3" | ||
16 | SRC_URI[sha256sum] = "43e0780c53078e125efcec3f847e484dc3533e49b408ce6a0ab1b223686b9c38" | ||
17 | |||
18 | |||
19 | S = "${WORKDIR}/ConsoleKit-${PV}" | ||
20 | |||
21 | EXTRA_OECONF = "--with-systemdsystemunitdir=${base_libdir}/systemd/system/" | ||
22 | |||
23 | FILES_${PN} += "${libdir}/ConsoleKit ${base_libdir} ${datadir}/dbus-1 ${datadir}/PolicyKit" | ||
24 | |||
25 | |||