diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-02-27 09:12:34 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-02-28 17:09:29 -0300 |
commit | 1e7f0f3d2e0cb084b8488f688465955fd00a0a81 (patch) | |
tree | 00d0530030313f16c776e65858447ae9efb0b7ef /packages/dhcdbd | |
parent | 8f43c7debab08b98c8f0f105888d871eb2fe22c4 (diff) |
dhcdbd: fix SRC_URI since it has been moved
Diffstat (limited to 'packages/dhcdbd')
-rw-r--r-- | packages/dhcdbd/dhcdbd_1.14.bb | 2 | ||||
-rw-r--r-- | packages/dhcdbd/dhcdbd_1.16.bb | 2 | ||||
-rw-r--r-- | packages/dhcdbd/dhcdbd_2.0.bb | 2 | ||||
-rw-r--r-- | packages/dhcdbd/dhcdbd_3.0.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/dhcdbd/dhcdbd_1.14.bb b/packages/dhcdbd/dhcdbd_1.14.bb index 2da37f4466..55d3c72899 100644 --- a/packages/dhcdbd/dhcdbd_1.14.bb +++ b/packages/dhcdbd/dhcdbd_1.14.bb @@ -6,7 +6,7 @@ DEPENDS = "dbus" PR = "r1" -SRC_URI = "http://people.redhat.com/jvdias/dhcdbd/dhcdbd-${PV}.tar.gz \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \ file://dbus-api-fix.patch;patch=1 \ file://dhcdbd" diff --git a/packages/dhcdbd/dhcdbd_1.16.bb b/packages/dhcdbd/dhcdbd_1.16.bb index d2ef7288c8..24572fb259 100644 --- a/packages/dhcdbd/dhcdbd_1.16.bb +++ b/packages/dhcdbd/dhcdbd_1.16.bb @@ -4,7 +4,7 @@ SECTION = "net" LICENSE = "GPL" DEPENDS = "dbus" -SRC_URI = "http://people.redhat.com/dcantrel/dhcdbd/dhcdbd-${PV}.tar.gz \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \ file://dhcdbd" diff --git a/packages/dhcdbd/dhcdbd_2.0.bb b/packages/dhcdbd/dhcdbd_2.0.bb index 8b5bf3bb83..eedfe51d9a 100644 --- a/packages/dhcdbd/dhcdbd_2.0.bb +++ b/packages/dhcdbd/dhcdbd_2.0.bb @@ -5,7 +5,7 @@ DEPENDS = "dbus" RDEPENDS = "dhcp-client" PR = "r1" -SRC_URI = "http://dcantrel.fedorapeople.org/dhcdbd/dhcdbd-${PV}.tar.bz2 \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://dbus_connection_unref.patch;patch=1 \ file://paths.patch;patch=1 \ file://no-ext-options.patch;patch=1 \ diff --git a/packages/dhcdbd/dhcdbd_3.0.bb b/packages/dhcdbd/dhcdbd_3.0.bb index a2467ee921..f30e5920ea 100644 --- a/packages/dhcdbd/dhcdbd_3.0.bb +++ b/packages/dhcdbd/dhcdbd_3.0.bb @@ -5,7 +5,7 @@ DEPENDS = "dbus" RDEPENDS = "dhcp-client" PR = "r1" -SRC_URI = "http://dcantrel.fedorapeople.org/dhcdbd/dhcdbd-${PV}.tar.bz2 \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://dbus_connection_unref.patch;patch=1 \ file://paths.patch;patch=1 \ file://dhcdbd" |