mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
* remove HAL from DESCRIPTION, it's from e_dbus Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
305 B
BlitzBasic
15 lines
305 B
BlitzBasic
require ${BPN}.inc
|
|
|
|
SRCREV = "${EFL_SRCREV}"
|
|
PV = "1.7.99+svnr${SRCPV}"
|
|
PR = "${INC_PR}.2"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "\
|
|
${E_SVN}/trunk/IN-EFL;module=${SRCNAME};protocol=http;scmdata=keep \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}"
|
|
|
|
PACKAGES =+ "${PN}-utils"
|
|
FILES_${PN}-utils = "${bindir}/edbus-codegen"
|