[oe-commits] org.oe.dev packages/memtester: Fix download URL for memtester_4.0.5.bb

ifaistos commit openembedded-commits at lists.openembedded.org
Thu Feb 22 14:54:10 UTC 2007


packages/memtester: Fix download URL for memtester_4.0.5.bb
Add memtester_4.0.6.bb

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: bee9b207d8bbc177646fbaabe61c67b6f9861764
ViewMTN: http://monotone.openembedded.org/revision.psp?id=bee9b207d8bbc177646fbaabe61c67b6f9861764
Files:
1
packages/memtester/memtester_4.0.6.bb
packages/memtester/memtester_4.0.5.bb
Diffs:

#
# mt diff -r792a595ecc94e1c777aba03fdd166bd1a8118e27 -rbee9b207d8bbc177646fbaabe61c67b6f9861764
#
# 
# 
# add_file "packages/memtester/memtester_4.0.6.bb"
#  content [b96962daf2bf4aa314024b12832b41bc38217ebb]
# 
# patch "packages/memtester/memtester_4.0.5.bb"
#  from [736c7a053abff308e137f9d329f76d721b3b9b8a]
#    to [f0cb42237f53d2f14af09c634639ffd13ffd8251]
# 
============================================================
--- packages/memtester/memtester_4.0.6.bb	b96962daf2bf4aa314024b12832b41bc38217ebb
+++ packages/memtester/memtester_4.0.6.bb	b96962daf2bf4aa314024b12832b41bc38217ebb
@@ -0,0 +1,22 @@
+SECTION = "console/utils"
+DESCRIPTION = "Utility to test for faulty memory subsystem"
+LICENSE = "GPLv2"
+PR = "r0"
+
+SRC_URI = "http://pyropus.ca/software/memtester/old-versions/memtester-${PV}.tar.gz"
+SRC_URI += "file://Makefile.patch;patch=1"
+
+S = "${WORKDIR}/memtester-${PV}"
+
+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/
+}
============================================================
--- packages/memtester/memtester_4.0.5.bb	736c7a053abff308e137f9d329f76d721b3b9b8a
+++ packages/memtester/memtester_4.0.5.bb	f0cb42237f53d2f14af09c634639ffd13ffd8251
@@ -1,9 +1,9 @@ LICENSE = "GPLv2"
 SECTION = "console/utils"
 DESCRIPTION = "Utility to test for faulty memory subsystem"
 LICENSE = "GPLv2"
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "http://pyropus.ca/software/memtester/memtester-${PV}.tar.gz"
+SRC_URI = "http://pyropus.ca/software/memtester/old-versions/memtester-${PV}.tar.gz"
 SRC_URI += "file://Makefile.patch;patch=1"
 
 S = "${WORKDIR}/memtester-${PV}"






More information about the Openembedded-commits mailing list