diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-02 19:25:55 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:56:55 +0200 |
commit | aabcff134a643590213219fd2b779a3b403651f7 (patch) | |
tree | 47af27528ff68d8bb7878f6f43990c6a771c0778 | |
parent | b35e2f02466fcbea7431c9be95947cdb640708c8 (diff) | |
download | meta-openembedded-aabcff134a643590213219fd2b779a3b403651f7.tar.gz |
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>
-rw-r--r-- | meta-gpe/recipes-graphics/minilite/minilite_0.50.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb index 81095beea..90960a2b0 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" | |||
8 | 8 | ||
9 | inherit gpe | 9 | inherit gpe |
10 | 10 | ||
11 | SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ | 11 | SRC_URI = "${GPE_MIRROR}/${BP}.tar.gz \ |
12 | file://makefile-fix.patch" | 12 | file://makefile-fix.patch" |
13 | SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332" | 13 | SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332" |
14 | SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e" | 14 | SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e" |