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

git at git.openembedded.org git at git.openembedded.org
Thu Jun 23 13:21:54 UTC 2016


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

commit 0e10dc716aba73c8189e69c4da8858c48112541e
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>
---
 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