From d4d9422ffd23be20dcfa30734c45804942054e3d Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Sat, 30 Jun 2012 19:19:22 +0200 Subject: udev/acl_2.2.49: update recipe SRC_URI This updates the SRC_URI of the acl_2.2.49.bb recipe since mirror.its.uidaho.edu seems to be down. Fetch acl package from download.savannah.gnu.org from now on. This commit is the result of rebasing my patch 6162ae from master. Signed-off-by: Apelete Seketeli --- recipes/udev/acl_2.2.49.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/udev/acl_2.2.49.bb b/recipes/udev/acl_2.2.49.bb index 7b68a12313..12bad33ccb 100644 --- a/recipes/udev/acl_2.2.49.bb +++ b/recipes/udev/acl_2.2.49.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" PR = "r5" DEPENDS = "attr" -SRC_URI = "http://mirror.its.uidaho.edu/pub/savannah/acl/acl-${PV}.src.tar.gz \ +SRC_URI = "http://download.savannah.gnu.org/releases/acl/acl-${PV}.src.tar.gz \ file://nolargefile.patch" inherit autotools lib_package -- cgit 1.2.3-korg