[oe] [meta-oe] [PATCH] dfu-util: use BP in SRC_URI

Robert Yang liezhi.yang at windriver.com
Mon Jan 11 05:08:27 UTC 2016


The PN caused multilib do_fetch error.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta-oe/recipes-support/dfu-util/dfu-util_0.8.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 51d00c6..51f4ae1 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 \
 "
 
-- 
1.7.9.5




More information about the Openembedded-devel mailing list