From: Khem Raj Date: Tue, 16 Dec 2008 18:09:25 +0000 (-0800) Subject: devmem2.bb: Update URI to point to new location X-Git-Tag: Release-2010-05/1~4753 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6598aacc230aa3448144cb7ab372269b4e4c351c;p=openembedded.git devmem2.bb: Update URI to point to new location --- 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} } - -