mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Using ${PN} in URL's will get messed up in multi-lib configs, where
that can be expanded to things like lib32-${BPN}.
We should use ${BPN} instead.
Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 0e10dc716a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
20 lines
534 B
PHP
20 lines
534 B
PHP
DESCRIPTION = "E17 ${PN} module"
|
|
SECTION = "x11/multimedia"
|
|
DEPENDS = "e-wm"
|
|
|
|
SRCREV = "${EFL_SRCREV}"
|
|
INC_PR = "r0"
|
|
|
|
SRCNAME = "E-MODULES-EXTRA/${BPN}"
|
|
|
|
inherit e gettext
|
|
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
|
|
S = "${WORKDIR}/${SRCNAME}"
|
|
|
|
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
|
|
|
|
FILES_${PN} += "${libdir}/enlightenment/modules/${PN}"
|
|
FILES_${PN}-dbg += "${libdir}/enlightenment/modules/${PN}/*/.debug"
|
|
FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/${PN}/*/*.a"
|
|
|