All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-classic][PATCH 0/1] base-passwd: update recipe SRC_URI
@ 2012-06-24 13:55 Apelete Seketeli
  2012-06-24 13:55 ` [oe-classic][PATCH 1/1] base-passwd: update SRC_URI of base-passwd-3.5.20 recipe Apelete Seketeli
  2012-06-27 16:40 ` [oe-classic][PATCH 0/1] base-passwd: update recipe SRC_URI Apelete Seketeli
  0 siblings, 2 replies; 3+ messages in thread
From: Apelete Seketeli @ 2012-06-24 13:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Hello,

The base-passwd-3.5.20.bb SRC_URI was defined as a link relative to
the ${DEBIAN_MIRROR} variable. The resolution of the corresponding
absolute link leaded to the index page of snapshot.debian.org.

The patch that come as a follow-up of this message updates the SRC_URI
to fix this issue. It is targeting oe-classic.

Apelete Seketeli (1):
  base-passwd: update SRC_URI of base-passwd-3.5.20 recipe

 recipes/base-passwd/base-passwd_3.5.20.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.10




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [oe-classic][PATCH 1/1] base-passwd: update SRC_URI of base-passwd-3.5.20 recipe
  2012-06-24 13:55 [oe-classic][PATCH 0/1] base-passwd: update recipe SRC_URI Apelete Seketeli
@ 2012-06-24 13:55 ` Apelete Seketeli
  2012-06-27 16:40 ` [oe-classic][PATCH 0/1] base-passwd: update recipe SRC_URI Apelete Seketeli
  1 sibling, 0 replies; 3+ messages in thread
From: Apelete Seketeli @ 2012-06-24 13:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

This patch updates the SRC_URI of base-passwd_3.5.20.bb to the direct
link on snapshot.debian.org, instead of letting the automatic mirror
search point to the index page.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
 recipes/base-passwd/base-passwd_3.5.20.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/base-passwd/base-passwd_3.5.20.bb b/recipes/base-passwd/base-passwd_3.5.20.bb
index 6e9c51b..ac3de3f 100644
--- a/recipes/base-passwd/base-passwd_3.5.20.bb
+++ b/recipes/base-passwd/base-passwd_3.5.20.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 PR = "r1"
 
 SRC_URI = "\
-  ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \
+  http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool/main/b/base-passwd/base-passwd_${PV}.tar.gz \
   file://nobash.patch \
   file://root-home.patch \
   file://mysql.patch \
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe-classic][PATCH 0/1] base-passwd: update recipe SRC_URI
  2012-06-24 13:55 [oe-classic][PATCH 0/1] base-passwd: update recipe SRC_URI Apelete Seketeli
  2012-06-24 13:55 ` [oe-classic][PATCH 1/1] base-passwd: update SRC_URI of base-passwd-3.5.20 recipe Apelete Seketeli
@ 2012-06-27 16:40 ` Apelete Seketeli
  1 sibling, 0 replies; 3+ messages in thread
From: Apelete Seketeli @ 2012-06-27 16:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Hello,

Le 24-Jun-12, Apelete Seketeli a écrit:
> 
> The base-passwd-3.5.20.bb SRC_URI was defined as a link relative to
> the ${DEBIAN_MIRROR} variable. The resolution of the corresponding
> absolute link leaded to the index page of snapshot.debian.org.
> 
> The patch that come as a follow-up of this message updates the SRC_URI
> to fix this issue. It is targeting oe-classic.
> 
> Apelete Seketeli (1):
>   base-passwd: update SRC_URI of base-passwd-3.5.20 recipe
> 
>  recipes/base-passwd/base-passwd_3.5.20.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> -- 
> 1.7.10

I need the patch for base-passwd_3.5.20 found in this thread 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] 3+ messages in thread

end of thread, other threads:[~2012-06-27 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-24 13:55 [oe-classic][PATCH 0/1] base-passwd: update recipe SRC_URI Apelete Seketeli
2012-06-24 13:55 ` [oe-classic][PATCH 1/1] base-passwd: update SRC_URI of base-passwd-3.5.20 recipe Apelete Seketeli
2012-06-27 16:40 ` [oe-classic][PATCH 0/1] base-passwd: update recipe SRC_URI 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.