[oe-commits] Martyn Welch : udhcp_0.9.8.bb: Update SRC_URI

git version control git at git.openembedded.org
Tue Mar 23 06:38:03 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 74b47226f88e5f99da1512b9c722baf773cacc5a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=74b47226f88e5f99da1512b9c722baf773cacc5a

Author: Martyn Welch <martyn.welch at ge.com>
Date:   Tue Mar 16 04:26:40 2010 +0000

udhcp_0.9.8.bb: Update SRC_URI

* The udhcp SRC_URI is broken, change to download from mirror that is still
  carrying this package.

* Add checksum entries.

Signed-off-by: Martyn Welch <martyn.welch at ge.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/udhcp/udhcp_0.9.8.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/udhcp/udhcp_0.9.8.bb b/recipes/udhcp/udhcp_0.9.8.bb
index 40487ef..2b36560 100644
--- a/recipes/udhcp/udhcp_0.9.8.bb
+++ b/recipes/udhcp/udhcp_0.9.8.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Small dhcp client and dhcp server.  Designed for embedded use."
 HOMEPAGE = "http://udhcp.busybox.net/"
 LICENSE = "GPL"
 
-SRC_URI = "http://udhcp.busybox.net/source/udhcp-${PV}.tar.gz \
+SRC_URI = "http://www.mirrorservice.org/sites/ftp.locustworld.com/udhcp-${PV}.tar.gz;name=udhcp \
 	   file://install.patch;patch=1 \
 	   file://nostrip.patch;patch=1 \
 	   file://gcc3.patch;patch=1"
@@ -27,3 +27,7 @@ FILES_udhcpd = "${sbindir}/udhcpd \
 FILES_udhcpd-doc = "${mandir}/man1/dumpleases.1 \
 		    ${mandir}/man8/udhcpd.8 \
 		    ${mandir}/man5/udhcpd.conf.5"
+
+SRC_URI[udhcp.md5sum] = "2d7e548820d2ded5e183933cb701defb"
+SRC_URI[udhcp.sha256sum] = "da0ca1e821e3fa7cfbe73ddb1480b921002ee992f5e5fbc611422c103b907443"
+





More information about the Openembedded-commits mailing list