summaryrefslogtreecommitdiff
path: root/packages/devmem2
diff options
context:
space:
mode:
Diffstat (limited to 'packages/devmem2')
-rw-r--r--packages/devmem2/devmem2.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/devmem2/devmem2.bb b/packages/devmem2/devmem2.bb
deleted file mode 100644
index 143883afea..0000000000
--- a/packages/devmem2/devmem2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Simple program to read/write from/to any location in memory."
-SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c"
-LICENSE = "GPL"
-PR = "r1"
-
-S = "${WORKDIR}"
-
-do_compile() {
- ${CC} -o devmem2 devmem2.c ${CFLAGS} ${LDFLAGS}
-}
-
-do_install() {
- install -d ${D}${bindir}
- install devmem2 ${D}${bindir}
-}