diff options
author | Martyn Welch <martyn.welch@ge.com> | 2010-03-16 04:26:40 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-03-22 16:20:08 -0700 |
commit | 74b47226f88e5f99da1512b9c722baf773cacc5a (patch) | |
tree | 8df8d9855a3ce6506ac84484f162f246353b67d2 /recipes | |
parent | 62eb9a2d30ccd247cb3d02f4964ebc4ae2dfb630 (diff) |
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@ge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 40487efe84..2b36560e67 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" + |