All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Switch SRC_URI for shadow as current uri is not avaiable
@ 2011-08-17  0:02 Joshua Lock
  2011-08-17  0:02 ` [PATCH 1/1] shadow: switch to a fetchable SRC_URI Joshua Lock
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2011-08-17  0:02 UTC (permalink / raw)
  To: openembedded-core

When running a build this afternoon I was unable to fetch shadow, checking
the shadow home page I saw their download page lists a differen URI than we
have in the metadata so this patch changes the metadata to match the URI
referred to on the shadow home page.

Cheers,
Joshua

The following changes since commit 13db5f420ca9bff98561f80d78958278734ad1f4:

  distro-tracking: Update info for gpgme, libassuan, apr... after last upgrade. (2011-08-15 15:26:04 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib josh/work
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/work

Joshua Lock (1):
  shadow: switch to a fetchable SRC_URI

 .../shadow/shadow-native_4.1.4.3.bb                |    2 +-
 meta/recipes-extended/shadow/shadow_4.1.4.3.bb     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.6




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

* [PATCH 1/1] shadow: switch to a fetchable SRC_URI
  2011-08-17  0:02 [PATCH 0/1] Switch SRC_URI for shadow as current uri is not avaiable Joshua Lock
@ 2011-08-17  0:02 ` Joshua Lock
  2011-08-17 14:45   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2011-08-17  0:02 UTC (permalink / raw)
  To: openembedded-core

Swith the SRC_URI to the one referenced on the sources section of the
utilities download page (http://pkg-shadow.alioth.debian.org/download.php).

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../shadow/shadow-native_4.1.4.3.bb                |    2 +-
 meta/recipes-extended/shadow/shadow_4.1.4.3.bb     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
index c4db7ea..485495e 100644
--- a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \
 
 PR = "r0"
 
-SRC_URI = "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-${PV}.tar.bz2 \
+SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \
            file://shadow.automake-1.11.patch \
            file://shadow-4.1.3-dots-in-usernames.patch \
            file://shadow-4.1.4.2-env-reset-keep-locale.patch \
diff --git a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
index 70d4cbb..728b8e5 100644
--- a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
@@ -11,7 +11,7 @@ DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}"
 PR = "r3"
 
-SRC_URI = "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-${PV}.tar.bz2 \
+SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \
            file://login_defs_pam.sed \
            ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
            file://securetty \
-- 
1.7.6




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

* Re: [PATCH 1/1] shadow: switch to a fetchable SRC_URI
  2011-08-17  0:02 ` [PATCH 1/1] shadow: switch to a fetchable SRC_URI Joshua Lock
@ 2011-08-17 14:45   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-08-17 14:45 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-08-16 at 17:02 -0700, Joshua Lock wrote:
> Swith the SRC_URI to the one referenced on the sources section of the
> utilities download page (http://pkg-shadow.alioth.debian.org/download.php).
> 
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
>  .../shadow/shadow-native_4.1.4.3.bb                |    2 +-
>  meta/recipes-extended/shadow/shadow_4.1.4.3.bb     |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-08-17 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-17  0:02 [PATCH 0/1] Switch SRC_URI for shadow as current uri is not avaiable Joshua Lock
2011-08-17  0:02 ` [PATCH 1/1] shadow: switch to a fetchable SRC_URI Joshua Lock
2011-08-17 14:45   ` Richard Purdie

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.