From: Rolf Leggewie Date: Tue, 6 May 2008 01:10:02 +0000 (+0000) Subject: dhcdbd: fix SRC_URI and remove inaccessible HOMEPAGE. Thanks to the jlime project... X-Git-Tag: Release-2010-05/1~7017^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03967a3b9bf2f9e8da4d16496ed6c535c2dc7911;p=openembedded.git dhcdbd: fix SRC_URI and remove inaccessible HOMEPAGE. Thanks to the jlime project for the hint. --- diff --git a/packages/dhcdbd/dhcdbd_2.0.bb b/packages/dhcdbd/dhcdbd_2.0.bb index 8495275ecb..a1b6f321e1 100644 --- a/packages/dhcdbd/dhcdbd_2.0.bb +++ b/packages/dhcdbd/dhcdbd_2.0.bb @@ -1,11 +1,10 @@ DESCRIPTION = "DBus-enabled dhcp client" -HOMEPAGE = "http://people.redhat.com/jvdias/dhcdbd/" SECTION = "net" LICENSE = "GPL" DEPENDS = "dbus" RDEPENDS = "dhcp-client" -SRC_URI = "http://people.redhat.com/dcantrel/dhcdbd/dhcdbd-${PV}.tar.bz2 \ +SRC_URI = "http://dcantrel.fedorapeople.org/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://no-ext-options.patch;patch=1 \ file://dhcdbd"