* [PATCH 0/2] Update package SRC_URI
@ 2012-06-18 21:46 Apelete Seketeli
2012-06-18 21:46 ` [PATCH 1/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch acl package from download.savannah.gnu.org from now on Apelete Seketeli
2012-06-18 21:46 ` [PATCH 2/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch attr " Apelete Seketeli
0 siblings, 2 replies; 7+ messages in thread
From: Apelete Seketeli @ 2012-06-18 21:46 UTC (permalink / raw)
To: openembedded-devel, Martin Jansa, Kristoffer Ericson
Hello,
The attached patches update the SRC_UI of both acl and attr packages,
since the mirror.its.uidaho.edu repository seems to be down.
The patches are intended for oe-classic.
Apelete Seketeli (2):
acl: Updates SRC_URI to download.savannah.gnu.org
attr: Updates SRC_URI to download.savannah.gnu.org
acl_2.2.49.bb | 2 +-
attr_2.4.44.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch acl package from download.savannah.gnu.org from now on.
2012-06-18 21:46 [PATCH 0/2] Update package SRC_URI Apelete Seketeli
@ 2012-06-18 21:46 ` Apelete Seketeli
2012-06-18 21:46 ` [PATCH 2/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch attr " Apelete Seketeli
1 sibling, 0 replies; 7+ messages in thread
From: Apelete Seketeli @ 2012-06-18 21:46 UTC (permalink / raw)
To: openembedded-devel, Martin Jansa, Kristoffer Ericson
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
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 7b68a12..12bad33 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
--
1.7.10
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch attr package from download.savannah.gnu.org from now on.
2012-06-18 21:46 [PATCH 0/2] Update package SRC_URI Apelete Seketeli
2012-06-18 21:46 ` [PATCH 1/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch acl package from download.savannah.gnu.org from now on Apelete Seketeli
@ 2012-06-18 21:46 ` Apelete Seketeli
2012-06-19 20:37 ` [oe-classic][udev][PATCH v2 0/2] Update recipe SRC_URI Apelete Seketeli
1 sibling, 1 reply; 7+ messages in thread
From: Apelete Seketeli @ 2012-06-18 21:46 UTC (permalink / raw)
To: openembedded-devel, Martin Jansa, Kristoffer Ericson
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [oe-classic][udev][PATCH v2 0/2] Update recipe SRC_URI
2012-06-18 21:46 ` [PATCH 2/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch attr " Apelete Seketeli
@ 2012-06-19 20:37 ` Apelete Seketeli
2012-06-19 20:40 ` [oe-classic][udev][PATCH v2 1/2] udev: Update acl " Apelete Seketeli
0 siblings, 1 reply; 7+ messages in thread
From: Apelete Seketeli @ 2012-06-19 20:37 UTC (permalink / raw)
To: openembedded-devel; +Cc: Kristoffer Ericson
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(-)
--
1.7.10
--
Apelete
^ permalink raw reply [flat|nested] 7+ messages in thread
* [oe-classic][udev][PATCH v2 1/2] udev: Update acl recipe SRC_URI
2012-06-19 20:37 ` [oe-classic][udev][PATCH v2 0/2] Update recipe SRC_URI Apelete Seketeli
@ 2012-06-19 20:40 ` Apelete Seketeli
2012-06-19 20:43 ` [oe-classic][udev][PATCH v2 2/2] udev: Update attr " Apelete Seketeli
0 siblings, 1 reply; 7+ messages in thread
From: Apelete Seketeli @ 2012-06-19 20:40 UTC (permalink / raw)
To: openembedded-devel; +Cc: Kristoffer Ericson
This updates the acl recipe SRC_URI since mirror.its.uidaho.edu seems
to be down.
Fetch acl package from download.savannah.gnu.org from now on.
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
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 7b68a12..12bad33 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
--
1.7.10
--
Apelete
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [oe-classic][udev][PATCH v2 2/2] udev: Update attr recipe SRC_URI
2012-06-19 20:40 ` [oe-classic][udev][PATCH v2 1/2] udev: Update acl " Apelete Seketeli
@ 2012-06-19 20:43 ` Apelete Seketeli
2012-06-27 16:25 ` Apelete Seketeli
0 siblings, 1 reply; 7+ messages in thread
From: Apelete Seketeli @ 2012-06-19 20:43 UTC (permalink / raw)
To: openembedded-devel; +Cc: Kristoffer Ericson
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
--
Apelete
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [oe-classic][udev][PATCH v2 2/2] udev: Update attr recipe SRC_URI
2012-06-19 20:43 ` [oe-classic][udev][PATCH v2 2/2] udev: Update attr " Apelete Seketeli
@ 2012-06-27 16:25 ` Apelete Seketeli
0 siblings, 0 replies; 7+ messages in thread
From: Apelete Seketeli @ 2012-06-27 16:25 UTC (permalink / raw)
To: openembedded-devel; +Cc: Kristoffer Ericson
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.
--
Apelete
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-06-27 16:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 21:46 [PATCH 0/2] Update package SRC_URI Apelete Seketeli
2012-06-18 21:46 ` [PATCH 1/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch acl package from download.savannah.gnu.org from now on Apelete Seketeli
2012-06-18 21:46 ` [PATCH 2/2] This updates SRC_URI since mirror.its.uidaho.edu seems to be down. Fetch attr " Apelete Seketeli
2012-06-19 20:37 ` [oe-classic][udev][PATCH v2 0/2] Update recipe SRC_URI Apelete Seketeli
2012-06-19 20:40 ` [oe-classic][udev][PATCH v2 1/2] udev: Update acl " Apelete Seketeli
2012-06-19 20:43 ` [oe-classic][udev][PATCH v2 2/2] udev: Update attr " Apelete Seketeli
2012-06-27 16:25 ` Apelete Seketeli
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.