summaryrefslogtreecommitdiff
path: root/packages/unixbench
diff options
context:
space:
mode:
Diffstat (limited to 'packages/unixbench')
-rw-r--r--packages/unixbench/unixbench_4.1.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/unixbench/unixbench_4.1.0.bb b/packages/unixbench/unixbench_4.1.0.bb
deleted file mode 100644
index a5cbfe8aa2..0000000000
--- a/packages/unixbench/unixbench_4.1.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "The BYTE UNIX Benchmarks"
-# NOTE: There are no copyright headers or license information of any kind in
-# the unixbench source tree. Not sure what to make of this.
-LICENSE = "unknown"
-SRC_URI = "http://www.tux.org/pub/tux/benchmarks/System/unixbench/unixbench-${PV}.tgz"
-S = "${WORKDIR}/unixbench-${PV}"
-EXTRA_OEMAKE = "'CC=${CC}'"
-FILES_${PN} = "${prefix}/src/unixbench-${PV}"
-
-do_install () {
- install -d ${D}${prefix}/src
- cp -pPR ${S} ${D}${prefix}/src/
-}