[oe-commits] Khem Raj : devmem2.bb: Update URI to point to new location

GIT User account git at amethyst.openembedded.net
Tue Dec 16 18:11:37 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6598aacc230aa3448144cb7ab372269b4e4c351c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6598aacc230aa3448144cb7ab372269b4e4c351c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Dec 16 10:09:25 2008 -0800

devmem2.bb: Update URI to point to new location

---

 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 56095f5..143883a 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}
 }
-
-





More information about the Openembedded-commits mailing list