From 03967a3b9bf2f9e8da4d16496ed6c535c2dc7911 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 6 May 2008 01:10:02 +0000 Subject: dhcdbd: fix SRC_URI and remove inaccessible HOMEPAGE. Thanks to the jlime project for the hint. --- packages/dhcdbd/dhcdbd_2.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/dhcdbd') 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" -- cgit 1.2.3-korg