aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-01-10 21:08:27 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-27 12:36:30 +0100
commit9ba1fa91b94fba7b55afe62b781bf9a270260cd0 (patch)
tree9d024864f6128d0a6b0a049620806093b2da4c49 /meta-oe
parent21492e2b769bab6607dd7410aa679e2981e77720 (diff)
downloadmeta-openembedded-contrib-9ba1fa91b94fba7b55afe62b781bf9a270260cd0.tar.gz
dfu-util: use BP in SRC_URI
The PN caused multilib do_fetch error. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb
index 51d00c6db7..51f4ae1e10 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-SRC_URI = "http://dfu-util.gnumonks.org/releases/${PN}-${PV}.tar.gz \
+SRC_URI = "http://dfu-util.gnumonks.org/releases/${BP}.tar.gz \
file://0001-configure.ac-Don-t-check-for-usbpath.patch \
"