| Submitter | Apelete Seketeli |
|---|---|
| Date | July 5, 2012, 5:39 p.m. |
| Message ID | <bccf1fdadbbfac877d0247a9a1f90fd865af982f.1341438914.git.apelete@seketeli.net> |
| Download | mbox | patch |
| Permalink | /patch/31275/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/udev/attr_2.4.44.bb b/recipes/udev/attr_2.4.44.bb index 00aafce..1b95c58 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 \
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> --- recipes/udev/attr_2.4.44.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)