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 = "admin" 9LICENSE = "GPL-2.0-only" 10LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 11RRECOMMENDS:${PN} = "kernel-module-aoe" 12 13SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${BPN}-${PV}.tar.gz \ 14 file://aoe-stat-no-bashism.patch \ 15 file://makefile-add-ldflags.patch \ 16 file://reproducible-build.patch \ 17 " 18SRC_URI[md5sum] = "bff30daa988a65f69d4448ce4726a6db" 19SRC_URI[sha256sum] = "fb5e2cd0de7644cc1ec04ee3aeb43211cf7445a0c19e13d6b3ed5a8fbdf215ff" 20 21# EXTRA_OEMAKE is typically: -e MAKEFLAGS= 22# the -e causes problems as CFLAGS is modified in the Makefile. 23EXTRA_OEMAKE = "" 24 25do_install() { 26 oe_runmake DESTDIR=${D} install 27} 28