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