[oe-commits] Roy Li : aoetools: fix the SRC_URI

git at git.openembedded.org git at git.openembedded.org
Tue Jul 15 13:05:12 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 6a613feba90e8fed23e70fb9d1498b23eae3fb1c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6a613feba90e8fed23e70fb9d1498b23eae3fb1c

Author: Roy Li <rongqing.li at windriver.com>
Date:   Thu Jul  3 10:24:22 2014 +0800

aoetools: fix the SRC_URI

Signed-off-by: Roy Li <rongqing.li at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/aoetools/aoetools_34.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/aoetools/aoetools_34.bb b/meta-networking/recipes-support/aoetools/aoetools_34.bb
index 1557de9..eb1e0fe 100644
--- a/meta-networking/recipes-support/aoetools/aoetools_34.bb
+++ b/meta-networking/recipes-support/aoetools/aoetools_34.bb
@@ -10,8 +10,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 RRECOMMENDS_${PN} = "kernel-module-aoe"
 
-
-SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
+SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${BPN}-${PV}.tar.gz"
 SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0"
 SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85"
 



More information about the Openembedded-commits mailing list