DESCRIPTION = "Memtester 4.3.0 for DDR test" HOMEPAGE = "http://pyropus.ca/software/memtester/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" SRC_URI = " \ http://pyropus.ca/software/memtester/memtester-${PV}.tar.gz \ file://memtester_${PV}.patch \ " S="${WORKDIR}/${PN}-${PV}" do_compile () { oe_runmake } do_install () { install -d ${D}${bindir} install -m 0755 ${S}/memtester ${D}${bindir} }