[oe-commits] Robert Yang : meta-gpe: use BPN in SRC_URI

git at git.openembedded.org git at git.openembedded.org
Tue Jul 15 13:03:47 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: aabcff134a643590213219fd2b779a3b403651f7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=aabcff134a643590213219fd2b779a3b403651f7

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Jul  2 19:25:55 2014 -0700

meta-gpe: use BPN in SRC_URI

Fixed SRC_URI:
* ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -> ${BP}

Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gpe/recipes-graphics/minilite/minilite_0.50.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb
index 81095be..90960a2 100644
--- a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb
+++ b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb
@@ -8,7 +8,7 @@ DEPENDS = "libgpewidget"
 
 inherit gpe
 
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
+SRC_URI = "${GPE_MIRROR}/${BP}.tar.gz \
            file://makefile-fix.patch"
 SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332"
 SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e"



More information about the Openembedded-commits mailing list