diff options
Diffstat (limited to 'meta-networking/recipes-support/aoetools')
-rw-r--r-- | meta-networking/recipes-support/aoetools/aoetools_34.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/aoetools/aoetools_34.bb b/meta-networking/recipes-support/aoetools/aoetools_34.bb new file mode 100644 index 0000000000..07bfb0f155 --- /dev/null +++ b/meta-networking/recipes-support/aoetools/aoetools_34.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "ATA over Ethernet Tools" | ||
2 | DESCRIPTION = " \ | ||
3 | 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. \ | ||
5 | The vblade program (storage target) exports a blockdevice using AoE. \ | ||
6 | " | ||
7 | HOMEPAGE = "http://sourceforge.net/projects/${PN}" | ||
8 | SECTION = "console/network" | ||
9 | LICENSE = "GPLv2" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
11 | RRECOMMENDS_${PN} = "kernel-module-aoe" | ||
12 | PR = "r0" | ||
13 | |||
14 | |||
15 | SRC_URI = "http://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${PN}-${PV}.tar.gz" | ||
16 | SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0" | ||
17 | SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85" | ||
18 | |||
19 | # EXTRA_OEMAKE is typically: -e MAKEFLAGS= | ||
20 | # the -e causes problems as CFLAGS is modified in the Makefile. | ||
21 | EXTRA_OEMAKE = "" | ||
22 | |||
23 | do_install() { | ||
24 | oe_runmake DESTDIR=${D} install | ||
25 | } | ||