From bccf1fdadbbfac877d0247a9a1f90fd865af982f Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Sat, 30 Jun 2012 19:24:19 +0200 Subject: udev/attr_2.4.44: update recipe SRC_URI This updates the SRC_URI of the attr_2.4.44.bb recipe since mirrors.its.uidaho.edu seems down. Fetch attr package from download.savannah.gnu.org from now on. This commit is the result of rebasing my patch ba7351 from master. Signed-off-by: Apelete Sekteli --- recipes/udev/attr_2.4.44.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/udev/attr_2.4.44.bb b/recipes/udev/attr_2.4.44.bb index 00aafce296..1b95c58967 100644 --- a/recipes/udev/attr_2.4.44.bb +++ b/recipes/udev/attr_2.4.44.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" PR = "r4" -SRC_URI = "http://mirror.its.uidaho.edu/pub/savannah/attr/attr-${PV}.src.tar.gz" +SRC_URI = "http://download.savannah.gnu.org/releases/attr/attr-${PV}.src.tar.gz" inherit gettext autotools lib_package EXTRA_OECONF = " --enable-gettext=yes \ -- cgit 1.2.3-korg