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/dhcdbd_1.14.bb | |
parent | 8f43c7debab08b98c8f0f105888d871eb2fe22c4 (diff) |
dhcdbd: fix SRC_URI since it has been moved
Diffstat (limited to 'packages/dhcdbd/dhcdbd_1.14.bb')
-rw-r--r-- | packages/dhcdbd/dhcdbd_1.14.bb | 2 |
1 files changed, 1 insertions, 1 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" |