mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
b35e2f0246
commit
aabcff134a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user