summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/aoetools
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-networking/recipes-support/aoetools
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-networking/recipes-support/aoetools')
-rw-r--r--meta-networking/recipes-support/aoetools/aoetools_34.bb24
1 files changed, 24 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..1557de96fb
--- /dev/null
+++ b/meta-networking/recipes-support/aoetools/aoetools_34.bb
@@ -0,0 +1,24 @@
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/${BPN}"
8SECTION = "console/network"
9LICENSE = "GPLv2"
10LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
11RRECOMMENDS_${PN} = "kernel-module-aoe"
12
13
14SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
15SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0"
16SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85"
17
18# EXTRA_OEMAKE is typically: -e MAKEFLAGS=
19# the -e causes problems as CFLAGS is modified in the Makefile.
20EXTRA_OEMAKE = ""
21
22do_install() {
23 oe_runmake DESTDIR=${D} install
24}