aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/aoetools/aoetools_34.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-09-01 15:11:36 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2014-09-08 16:57:27 -0400
commit1db575c2709aa4feaa94a6ea7b8ee74acfa6eaf3 (patch)
treed1ec2821fd6b201b037c5258b6faf98848b2aae2 /meta-networking/recipes-support/aoetools/aoetools_34.bb
parentf7bc53b8284e09f6c41330a313103f23e43bffae (diff)
downloadmeta-openembedded-contrib-1db575c2709aa4feaa94a6ea7b8ee74acfa6eaf3.tar.gz
aoetools: uprev to version 36
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/aoetools/aoetools_34.bb')
-rw-r--r--meta-networking/recipes-support/aoetools/aoetools_34.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-networking/recipes-support/aoetools/aoetools_34.bb b/meta-networking/recipes-support/aoetools/aoetools_34.bb
deleted file mode 100644
index eb1e0feb65..0000000000
--- a/meta-networking/recipes-support/aoetools/aoetools_34.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "ATA over Ethernet Tools"
-DESCRIPTION = " \
-The aoetools are programs for users of the ATA over Ethernet (AoE)network \
-storage protocol, a simple protocol for using storage over anethernet LAN. \
-The vblade program (storage target) exports a blockdevice using AoE. \
-"
-HOMEPAGE = "http://sourceforge.net/projects/${BPN}"
-SECTION = "console/network"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-RRECOMMENDS_${PN} = "kernel-module-aoe"
-
-SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "cde7f7cedc7cd9938a5ebfd009dd3ec0"
-SRC_URI[sha256sum] = "fd6c57244e9458d7cbe7a0171295ddee4d8cdcae291e40d6acbc641df7296d85"
-
-# EXTRA_OEMAKE is typically: -e MAKEFLAGS=
-# the -e causes problems as CFLAGS is modified in the Makefile.
-EXTRA_OEMAKE = ""
-
-do_install() {
- oe_runmake DESTDIR=${D} install
-}