[oe-commits] [meta-openembedded] 46/60: efl e-module.inc: fix fetching in multi-lib configs

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 18:07:27 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit f87dd8d51685a5a346eaa50e8bf5130d050f50f2
Author: Frederico Cadete <frederico.cadete at awtce.be>
AuthorDate: Tue Jun 21 08:59:36 2016 +0200

    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 at awtce.be>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    (cherry picked from commit 0e10dc716aba73c8189e69c4da8858c48112541e)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-efl/recipes-efl/e17/e-module.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-efl/recipes-efl/e17/e-module.inc b/meta-efl/recipes-efl/e17/e-module.inc
index 0923575..770f794 100644
--- a/meta-efl/recipes-efl/e17/e-module.inc
+++ b/meta-efl/recipes-efl/e17/e-module.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list