[oe-commits] Paul Menzel : memtester: Remove version 4.0.6

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 08:02:14 UTC 2011


Module: openembedded.git
Branch: master
Commit: 07e215db9870db1a0f88edb328024781eb9ac852
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=07e215db9870db1a0f88edb328024781eb9ac852

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Oct 24 09:55:58 2011 +0200

memtester: Remove version 4.0.6

• Version 4.1.3 is in the repository for a long time.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/memtester/memtester_4.0.6.bb |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/recipes/memtester/memtester_4.0.6.bb b/recipes/memtester/memtester_4.0.6.bb
deleted file mode 100644
index 1553276..0000000
--- 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"





More information about the Openembedded-commits mailing list