devmem2.bb: Update URI to point to new location
authorKhem Raj <raj.khem@gmail.com>
Tue, 16 Dec 2008 18:09:25 +0000 (10:09 -0800)
committerKhem Raj <raj.khem@gmail.com>
Tue, 16 Dec 2008 18:09:25 +0000 (10:09 -0800)
packages/devmem2/devmem2.bb

index 56095f5..143883a 100644 (file)
@@ -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}
 }
-
-