diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-07-03 10:24:22 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:57:40 +0200 |
commit | 6a613feba90e8fed23e70fb9d1498b23eae3fb1c (patch) | |
tree | 43178044fd7b82b3ba1d59f02a2b60b805899f2d /meta-networking/recipes-support/aoetools | |
parent | c587fa5546da32068c9ced6585ac2122ecfba6da (diff) | |
download | meta-openembedded-6a613feba90e8fed23e70fb9d1498b23eae3fb1c.tar.gz |
aoetools: fix the SRC_URI
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/aoetools')
-rw-r--r-- | meta-networking/recipes-support/aoetools/aoetools_34.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/aoetools/aoetools_34.bb b/meta-networking/recipes-support/aoetools/aoetools_34.bb index 1557de96f..eb1e0feb6 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" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
11 | RRECOMMENDS_${PN} = "kernel-module-aoe" | 11 | RRECOMMENDS_${PN} = "kernel-module-aoe" |
12 | 12 | ||
13 | 13 | SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${BPN}-${PV}.tar.gz" | |
14 | SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz" | ||
15 | SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0" | 14 | SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0" |
16 | SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85" | 15 | SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85" |
17 | 16 | ||