python-pyrex: Rework DEPENDS updates
[openembedded.git] / recipes / devmem2 / devmem2.bb
blob0a5c13af050a3bb48547bfeec23582eb9edba7cb
1 DESCRIPTION = "Simple program to read/write from/to any location in memory."
2 SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c"
3 LICENSE = "GPLv2"
4 PR = "r3"
6 S = "${WORKDIR}"
8 do_compile() {
9 ${CC} -o devmem2 devmem2.c ${CFLAGS} ${LDFLAGS}
12 do_install() {
13 install -d ${D}${bindir}
14 install devmem2 ${D}${bindir}
17 SRC_URI[md5sum] = "be12c0132a1ae118cbf5e79d98427c1d"
18 SRC_URI[sha256sum] = "ec382c90af3ef2f49695ff14a4d6521e58ac482c4e29d6c9ebca8768f699c191"