bonnie++: update to version 1.03e

Changes:
* use BPN in the file name in SRC_URI.
* install binaries in bindir and sbindir instead of base_bindir and base_sbindir.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Jackie Huang
2014-04-11 09:50:13 +08:00
committed by Martin Jansa
parent 3852219dcd
commit cba5550dd8
2 changed files with 30 additions and 32 deletions
@@ -1,32 +0,0 @@
SUMMARY = "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 \
file://gcc-4.3-fixes.patch \
"
SRC_URI[md5sum] = "77a1ba78f37bdd7f024b67e1e36ad151"
SRC_URI[sha256sum] = "c674f1182f4c20f1e6d038feceb0a6617fc3e7658dfbbac89396043b49612a26"
inherit autotools
SCRIPTS = "bon_csv2html bon_csv2txt"
EXES = "bonnie++ zcav"
TARGET_CC_ARCH += "${LDFLAGS}"
do_install () {
install -d ${D}/bin
install -d ${D}/sbin
install -m 0755 ${EXES} ${D}/sbin
install -m 0755 ${SCRIPTS} ${D}/bin
}
PACKAGES =+ "bonnie-scripts"
FILES_${PN} = "${base_sbindir}"
FILES_bonnie-scripts = "${base_bindir}"
@@ -0,0 +1,30 @@
SUMMARY = "Tests large file IO and creation/deletion of small files"
HOMEPAGE = "http://www.coker.com.au/bonnie++/"
SECTION = "benchmark/tests"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0"
SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
file://gcc-4.3-fixes.patch \
"
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}/${bindir}
install -d ${D}/${sbindir}
install -m 0755 ${EXES} ${D}/${sbindir}
install -m 0755 ${SCRIPTS} ${D}/${bindir}
}
PACKAGES =+ "bonnie-scripts"
FILES_${PN} = "${sbindir}"
FILES_bonnie-scripts = "${bindir}"