aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorApelete Seketeli <apelete@seketeli.net>2012-06-30 19:24:19 +0200
committerApelete Seketeli <apelete@seketeli.net>2012-07-04 21:04:04 +0200
commitbccf1fdadbbfac877d0247a9a1f90fd865af982f (patch)
tree4cd69cec2b21c5a2fa4c1933c42d674ee4b10953
parentd4d9422ffd23be20dcfa30734c45804942054e3d (diff)
downloadopenembedded-bccf1fdadbbfac877d0247a9a1f90fd865af982f.tar.gz
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 <apelete@seketeli.net>
-rw-r--r--recipes/udev/attr_2.4.44.bb2
1 files changed, 1 insertions, 1 deletions
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 \