From 07e215db9870db1a0f88edb328024781eb9ac852 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Oct 2011 09:55:58 +0200 Subject: memtester: Remove version 4.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Version 4.1.3 is in the repository for a long time. Signed-off-by: Paul Menzel --- recipes/memtester/memtester_4.0.6.bb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 recipes/memtester/memtester_4.0.6.bb diff --git a/recipes/memtester/memtester_4.0.6.bb b/recipes/memtester/memtester_4.0.6.bb deleted file mode 100644 index 15532764e3..0000000000 --- a/recipes/memtester/memtester_4.0.6.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 = "r1" - -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] = "0e6f7335075443ed0863a0df75689359" -SRC_URI[sha256sum] = "2a4bf8bdac96d6498e323b93954099fb13a9d92ddd5704aa6553940b86a071bb" -- cgit 1.2.3-korg