mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12 lines
222 B
BlitzBasic
12 lines
222 B
BlitzBasic
require edbus.inc
|
|
|
|
SRCREV = "${EFL_SRCREV}"
|
|
PV = "1.0.999+svnr${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "\
|
|
${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}"
|