aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devmem2
diff options
context:
space:
mode:
Diffstat (limited to 'packages/devmem2')
-rw-r--r--packages/devmem2/devmem2.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/devmem2/devmem2.bb b/packages/devmem2/devmem2.bb
index 56095f5c99..143883afea 100644
--- a/packages/devmem2/devmem2.bb
+++ b/packages/devmem2/devmem2.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Simple program to read/write from/to any location in memory."
-SRC_URI = "http://www.abcsinc.com/small-linux/devmem2.c"
+SRC_URI = "http://www.lartmaker.nl/lartware/port/devmem2.c"
LICENSE = "GPL"
+PR = "r1"
S = "${WORKDIR}"
@@ -12,5 +13,3 @@ do_install() {
install -d ${D}${bindir}
install devmem2 ${D}${bindir}
}
-
-