mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 05:01:58 +02:00
13 lines
265 B
BlitzBasic
13 lines
265 B
BlitzBasic
require ecore.inc
|
|
|
|
SRCREV = "${EFL_SRCREV}"
|
|
PV = "1.1.0+svnr${SRCPV}"
|
|
PR = "${INC_PR}.1"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "\
|
|
${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \
|
|
file://fix-ecore-fb-initialization.patch \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}"
|