From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-benchmark/bonnie++/bonnie++_1.03e.bb | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-benchmark/bonnie++/bonnie++_1.03e.bb (limited to 'meta/recipes-benchmark/bonnie++/bonnie++_1.03e.bb') diff --git a/meta/recipes-benchmark/bonnie++/bonnie++_1.03e.bb b/meta/recipes-benchmark/bonnie++/bonnie++_1.03e.bb new file mode 100644 index 0000000000..8a292c3755 --- /dev/null +++ b/meta/recipes-benchmark/bonnie++/bonnie++_1.03e.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Tests large file IO and creation/deletion of small files." +HOMEPAGE = "http://www.coker.com.au/bonnie++/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0" + +SRC_URI = "http://www.coker.com.au/bonnie++/bonnie++-${PV}.tgz \ + " +SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968" +SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb" + +inherit autotools + +SCRIPTS = "bon_csv2html bon_csv2txt" +EXES = "bonnie++ zcav" + +TARGET_CC_ARCH += "${LDFLAGS}" + +do_install () { + install -d ${D}/usr/bin + install -d ${D}/usr/sbin + install -m 0755 ${EXES} ${D}/usr/sbin + install -m 0755 ${SCRIPTS} ${D}/usr/bin +} + +PACKAGES =+ "bonnie-scripts" + +FILES_${PN} = "${sbindir}" +FILES_bonnie-scripts = "${bindir}" -- cgit v1.2.3-54-g00ecf