mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 21:21:58 +02:00
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
465 B
BlitzBasic
18 lines
465 B
BlitzBasic
DESCRIPTION = "An EFL base at/alarm wakeup daemon"
|
|
LICENSE = "LGPL"
|
|
DEPENDS = "ecore edbus"
|
|
SECTION = "console"
|
|
PV = "0.0.0+svnr${SRCPV}"
|
|
SRCREV = "${EFL_SRCREV}"
|
|
|
|
inherit efl
|
|
|
|
SRC_URI = "\
|
|
${E_SVN}/trunk/TMP/st;module=${SRCNAME};protocol=http \
|
|
file://0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}"
|
|
|
|
FILES_${PN} += "${bindir}/* ${libdir}/lib*.so.*"
|
|
FILES_${PN} += "/etc/X11/Xsession.d/80x-enlightenment-wakerd"
|