diff options
| author | Randy MacLeod <randy.macleod@windriver.com> | 2013-02-01 18:01:53 -0500 |
|---|---|---|
| committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-02-04 10:52:13 -0500 |
| commit | 7448ece4048ec7fa8f38dadedf4fd1078dc6d95e (patch) | |
| tree | 9a098b8fae750666fbd93e790e60427d01d9e3ca /meta-networking/recipes-support/aoetools | |
| parent | 74ec0813562525d02da6ac45eb0237382e98a72f (diff) | |
| download | meta-openembedded-7448ece4048ec7fa8f38dadedf4fd1078dc6d95e.tar.gz | |
multilib: Fix PN - BPN to make fetch work.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-support/aoetools')
| -rw-r--r-- | meta-networking/recipes-support/aoetools/aoetools_34.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/aoetools/aoetools_34.bb b/meta-networking/recipes-support/aoetools/aoetools_34.bb index 07bfb0f155..68ff4bbd06 100644 --- a/meta-networking/recipes-support/aoetools/aoetools_34.bb +++ b/meta-networking/recipes-support/aoetools/aoetools_34.bb | |||
| @@ -4,7 +4,7 @@ The aoetools are programs for users of the ATA over Ethernet (AoE)network \ | |||
| 4 | storage protocol, a simple protocol for using storage over anethernet LAN. \ | 4 | storage protocol, a simple protocol for using storage over anethernet LAN. \ |
| 5 | The vblade program (storage target) exports a blockdevice using AoE. \ | 5 | The vblade program (storage target) exports a blockdevice using AoE. \ |
| 6 | " | 6 | " |
| 7 | HOMEPAGE = "http://sourceforge.net/projects/${PN}" | 7 | HOMEPAGE = "http://sourceforge.net/projects/${BPN}" |
| 8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
| 9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| @@ -12,7 +12,7 @@ RRECOMMENDS_${PN} = "kernel-module-aoe" | |||
| 12 | PR = "r0" | 12 | PR = "r0" |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | SRC_URI = "http://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${PN}-${PV}.tar.gz" | 15 | SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz" |
| 16 | SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0" | 16 | SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0" |
| 17 | SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85" | 17 | SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85" |
| 18 | 18 | ||
