[oe-commits] [meta-openembedded] 04/26: dfu-util: use BP in SRC_URI

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:42:05 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 9ba1fa91b94fba7b55afe62b781bf9a270260cd0
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Sun Jan 10 21:08:27 2016 -0800

    dfu-util: use BP in SRC_URI
    
    The PN caused multilib do_fetch error.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 \
 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list