Skip to content

Commit

Permalink
meta-gpe: use BPN in SRC_URI
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
robertlinux authored and shr-project committed Jul 15, 2014
1 parent b35e2f0 commit aabcff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-gpe/recipes-graphics/minilite/minilite_0.50.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aabcff1

Please sign in to comment.