mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
17 lines
465 B
BlitzBasic
17 lines
465 B
BlitzBasic
DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats."
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
DEPENDS = "dbus"
|
|
|
|
inherit gnome
|
|
|
|
SRC_URI = "http://people.freedesktop.org/~mccann/dist/ConsoleKit-${PV}.tar.bz2 \
|
|
file://nopolkit.patch;patch=1"
|
|
S = "${WORKDIR}/ConsoleKit-${PV}"
|
|
|
|
FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit"
|
|
|
|
|
|
|
|
|