mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 06:49:39 +01:00
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
16 lines
392 B
BlitzBasic
16 lines
392 B
BlitzBasic
DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats."
|
|
LICENSE = "GPLv2"
|
|
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"
|
|
|
|
|
|
|
|
|