From 12b5cd248b5b2a8824669ca44283572c70c23566 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Oct 2011 09:54:43 +0200 Subject: memtester: Remove version 4.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Versions 4.0.6 and 4.1.3 are in the repository for a long time. Signed-off-by: Paul Menzel --- recipes/memtester/memtester_4.0.5.bb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 recipes/memtester/memtester_4.0.5.bb (limited to 'recipes') 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" -- cgit 1.2.3-korg