| Submitter | Apelete Seketeli |
|---|---|
| Date | June 19, 2012, 8:43 p.m. |
| Message ID | <20120619204305.GF4845@hermes> |
| Download | mbox | patch |
| Permalink | /patch/30233/ |
| State | New, archived |
| Headers | show |
Comments
Hello, Le 19-Jun-12, Apelete Seketeli a écrit: > This updates the attr recipe SRC_URI since mirror.its.uidaho.edu seems > to be down. > Fetch attr package from download.savannah.gnu.org from now on. > > Signed-off-by: Apelete Seketeli <apelete@seketeli.net> > --- > 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 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 \ > -- > 1.7.10 I need those two patches for attr and acl in order to build muffinman-image in oe-classic (it does not build anymore in its current state). Can someone please review those patches ? Cheers.
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 attr recipe SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch attr package from download.savannah.gnu.org from now on. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> --- recipes/udev/attr_2.4.44.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)