summaryrefslogtreecommitdiff
path: root/packages/mbw
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mbw')
-rw-r--r--packages/mbw/mbw_1.1.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/mbw/mbw_1.1.bb b/packages/mbw/mbw_1.1.bb
deleted file mode 100644
index 31ba432431..0000000000
--- a/packages/mbw/mbw_1.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Memory bandwidth benchmark"
-AUTHOR = "Andras Horvath <Andras.Horvath@cern.ch>"
-
-SRC_URI = "http://ahorvath.web.cern.ch/ahorvath/mbw/mbw-${PV}-1.tar.gz"
-
-S = "${WORKDIR}/mbw/"
-
-inherit autotools
-
-do_install() {
- install -d ${D}${bindir} ${D}${mandir}
- install -m 755 mbw ${D}${bindir}
- install -m 644 mbw.1 ${D}${mandir}/man1/
-}