aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-10-24 09:54:43 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-10-24 09:54:43 +0200
commit12b5cd248b5b2a8824669ca44283572c70c23566 (patch)
treeb7f88a1efc1eca44be0981fccfbe139e20513d8e
parent55ec76de8944f1b288184d8e1ea2f5924e692af2 (diff)
downloadopenembedded-12b5cd248b5b2a8824669ca44283572c70c23566.tar.gz
memtester: Remove version 4.0.5
• Versions 4.0.6 and 4.1.3 are in the repository for a long time. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--recipes/memtester/memtester_4.0.5.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes/memtester/memtester_4.0.5.bb b/recipes/memtester/memtester_4.0.5.bb
deleted file mode 100644
index b829758809..0000000000
--- a/recipes/memtester/memtester_4.0.5.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Utility to test for faulty memory subsystem"
-HOMEPAGE = "http://pyropus.ca/software/memtester/"
-SECTION = "console/utils"
-LICENSE = "GPLv2"
-PR = "r3"
-
-SRC_URI = "http://pyropus.ca/software/memtester/old-versions/memtester-${PV}.tar.gz"
-SRC_URI += "file://Makefile.patch"
-
-do_compile () {
- echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc
- echo '${CC} ${LDFLAGS}' > conf-ld
- oe_runmake
-}
-
-do_install () {
- install -d ${D}${bindir}
- install -d ${D}${mandir}/man8
- install -m 0755 memtester ${D}${bindir}/
- install -m 0755 memtester.8 ${D}${mandir}/man8/
-}
-
-SRC_URI[md5sum] = "f6328b4863caf8f2013489c82c26cd1d"
-SRC_URI[sha256sum] = "cd907918ff4a7d1eea4ed618c181da0e0894bcfcdb1e3e4909a2795da120ae4c"