| Submitter | Apelete Seketeli |
|---|---|
| Date | June 18, 2012, 9:46 p.m. |
| Message ID | <1340055995-14534-3-git-send-email-apelete@seketeli.net> |
| Download | mbox | patch |
| Permalink | /patch/30079/ |
| State | New, archived |
| Headers | show |
Comments
Hello, The attached patches update the SRC_UI of both acl and attr recipes, since the mirror.its.uidaho.edu repository seems to be down. The patches are intended for oe-classic. v2 replaces malformed v1 patch. Apelete Seketeli (2): udev: Update acl recipe SRC_URI udev: Update attr recipe SRC_URI recipes/udev/acl_2.2.49.bb | 2 +- recipes/udev/attr_2.4.44.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
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 \
Signed-off-by: Apelete Seketeli <apelete@seketeli.net> --- recipes/udev/attr_2.4.44.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)