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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Robert Yang 2014-07-02 19:25:55 -07:00 committed by Martin Jansa
parent b35e2f0246
commit aabcff134a

View File

@ -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"