mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
efl e-module.inc: fix fetching in multi-lib configs
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>
This commit is contained in:
parent
9ecd1e0e13
commit
f87dd8d516
|
|
@ -5,7 +5,7 @@ DEPENDS = "e-wm"
|
|||
SRCREV = "${EFL_SRCREV}"
|
||||
INC_PR = "r0"
|
||||
|
||||
SRCNAME = "E-MODULES-EXTRA/${PN}"
|
||||
SRCNAME = "E-MODULES-EXTRA/${BPN}"
|
||||
|
||||
inherit e gettext
|
||||
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user