diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-12-16 10:09:25 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-12-16 10:09:25 -0800 |
commit | 6598aacc230aa3448144cb7ab372269b4e4c351c (patch) | |
tree | 50c94297bb079c0310c1036d6cb90efa63231fee | |
parent | 9096bdf34d6fbe6544a66261c16d7d69090b3c31 (diff) |
devmem2.bb: Update URI to point to new location
-rw-r--r-- | packages/devmem2/devmem2.bb | 5 |
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} } - - |