vblade: add from OE-Classic, update and tidy up

* Update to version 20
* Add LIC_FILES_CHKSUM
* Make LICENSE more accurate
* Set SUMMARY (which sets DESCRIPTION)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton
2012-11-27 11:25:50 +00:00
committed by Joe MacDonald
parent 85c1a1a454
commit 5ea9b7527a
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Remove CC and CFLAGS values, we set these ourselves
Upstream-status: Inappropriate [config]
diff -urN vblade-19.old//makefile vblade-19//makefile
--- vblade-19.old//makefile 2008-10-08 22:07:40.000000000 +0100
+++ vblade-19//makefile 2008-11-18 19:07:51.700365029 +0000
@@ -9,8 +9,6 @@
mandir = ${sharedir}/man
O=aoe.o bpf.o ${PLATFORM}.o ata.o
-CFLAGS += -Wall -g -O2
-CC = gcc
vblade: $O
${CC} -o vblade $O

View File

@@ -0,0 +1,20 @@
SUMMARY = "Virtual EtherDrive blade AoE target"
SECTION = "console/network"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "${SOURCEFORGE_MIRROR}/aoetools/${PN}-${PV}.tgz \
file://cross.patch"
SRC_URI[md5sum] = "3c80e4a6bc7d66ae0c235b88cb44bd59"
SRC_URI[sha256sum] = "c8fe2fc4f2fba8e07e5cfdf17335982584eef2cd5c78bf8b1db93f2b56e7121d"
inherit autotools
do_install() {
install -D -m 0755 ${S}/vblade ${D}/${sbindir}/vblade
install -D -m 0755 ${S}/vbladed ${D}/${sbindir}/vbladed
install -D -m 0644 ${S}/vblade.8 ${D}/${mandir}/man8/vblade.8
}