aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgtkstylus
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-02 19:25:54 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:56:55 +0200
commitb35e2f02466fcbea7431c9be95947cdb640708c8 (patch)
tree6b3748fdc01e2728baa372101f402960936a3eeb /meta-gnome/recipes-gnome/libgtkstylus
parentf1363ffca46827b86258871dfdbcac202f2c7d7d (diff)
downloadmeta-openembedded-b35e2f02466fcbea7431c9be95947cdb640708c8.tar.gz
meta-gnome: 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>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgtkstylus')
-rw-r--r--meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
index 3fb5776ec4..3cd7910769 100644
--- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
+++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
@@ -7,7 +7,7 @@ PR = "r4"
inherit autotools pkgconfig
-SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.gz \
+SRC_URI = "http://burtonini.com/temp/${BP}.tar.gz \
file://gtkstylus.sh"
SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5"
SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c"