fixed SRC_URI for dhclient
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 1 Aug 2005 14:04:08 +0000 (14:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 1 Aug 2005 14:04:08 +0000 (14:04 +0000)
packages/dhclient/dhclient_2.0pl5.bb

index cee9cde..20b0dfc 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "console/network"
 DESCRIPTION = "ISC DHCP Distribution (client and server)."
 LICENSE = "BSD"
 
-SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \
+SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-2.0-history/dhcp-${PV}.tar.gz \
           file://make.patch;patch=1"
 S = "${WORKDIR}/dhcp-${PV}"