summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/foxtrotgps
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-02 19:25:58 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:56:55 +0200
commit05de0ca43d325d32faa6067013cd7c596f2001bf (patch)
tree72d4781ed700c25c75f4fe33930b66e5532049ca /meta-oe/recipes-navigation/foxtrotgps
parent621de68d6217b1707db6184d19f1f650d8ca2ef4 (diff)
downloadmeta-openembedded-05de0ca43d325d32faa6067013cd7c596f2001bf.tar.gz
meta-oe: 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-oe/recipes-navigation/foxtrotgps')
-rw-r--r--meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb
index 7ed3bf2bf..2050dd027 100644
--- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb
+++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4" 7DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4"
8 8
9SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" 9SRC_URI = "http://www.foxtrotgps.org/releases/${BP}.tar.gz"
10SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" 10SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163"
11SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb" 11SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb"
12 12