aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devmem2
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2008-12-16 10:09:25 -0800
committerKhem Raj <raj.khem@gmail.com>2008-12-16 10:09:25 -0800
commit6598aacc230aa3448144cb7ab372269b4e4c351c (patch)
tree50c94297bb079c0310c1036d6cb90efa63231fee /packages/devmem2
parent9096bdf34d6fbe6544a66261c16d7d69090b3c31 (diff)
downloadopenembedded-6598aacc230aa3448144cb7ab372269b4e4c351c.tar.gz
devmem2.bb: Update URI to point to new location
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}
}
-
-