All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] fix SRC_URI and update package to fix SRC_URI
@ 2015-03-06  9:32 Robert Yang
  2015-03-06  9:32 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Robert Yang @ 2015-03-06  9:32 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 3c78468f12296abd02abce6eeac0f69bc7509958:

  build-appliance-image: Update to master head revision (2015-03-03 13:12:50 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/uri
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/uri

Robert Yang (6):
  xinetd: fixe HOMEPAGE and SRC_URI
  libevent: fix SRC_URI
  mailx: fix SRC_URI
  net-tools: 1.60-25 -> 1.60-26
  resolvconf: 1.76 -> 1.76.1
  apt: fix SRC_URI

 .../{resolvconf_1.76.bb => resolvconf_1.76.1.bb}   |    5 ++---
 meta/recipes-devtools/apt/apt.inc                  |    2 +-
 meta/recipes-extended/mailx/mailx_12.5.bb          |    4 ++--
 .../{net-tools_1.60-25.bb => net-tools_1.60-26.bb} |    4 ++--
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb      |   10 ++++++----
 meta/recipes-support/libevent/libevent_2.0.21.bb   |    8 ++++----
 6 files changed, 17 insertions(+), 16 deletions(-)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.76.bb => resolvconf_1.76.1.bb} (94%)
 rename meta/recipes-extended/net-tools/{net-tools_1.60-25.bb => net-tools_1.60-26.bb} (95%)

-- 
1.7.9.5



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

* [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI
  2015-03-06  9:32 [PATCH 0/6] fix SRC_URI and update package to fix SRC_URI Robert Yang
@ 2015-03-06  9:32 ` Robert Yang
  2015-03-06 12:10   ` Burton, Ross
  2015-03-06 12:18   ` Martin Jansa
  2015-03-06  9:32 ` [PATCH 2/6] libevent: fix SRC_URI Robert Yang
                   ` (4 subsequent siblings)
  5 siblings, 2 replies; 15+ messages in thread
From: Robert Yang @ 2015-03-06  9:32 UTC (permalink / raw)
  To: openembedded-core

The www.xinetd.org is not available, use github to instead of it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 288186e..98c4aeb 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Socket-based service activation daemon"
-HOMEPAGE = "http://www.xinetd.org"
+HOMEPAGE = "https://github.com/xinetd-org/xinetd"
 
 # xinetd is a BSD-like license
 # Apple and Gentoo say BSD here.
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
 DEPENDS = ""
 PR = "r2"
 
-SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
+SRC_URI = "https://github.com/xinetd-org/xinetd/archive/xinetd-2-3-15.tar.gz \
       file://xinetd.init \
       file://xinetd.conf \
       file://xinetd.default \
@@ -20,8 +20,8 @@ SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
       file://xinetd.service \
       "
 
-SRC_URI[md5sum] = "77358478fd58efa6366accae99b8b04c"
-SRC_URI[sha256sum] = "bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3"
+SRC_URI[md5sum] = "dbd435d2bc822ea4566dd18632c09379"
+SRC_URI[sha256sum] = "620b25f4ab4d72fdf32b13797156ea40df2049f1c07e640177e5fec544e9a94c"
 
 inherit autotools update-rc.d systemd
 
@@ -35,6 +35,8 @@ EXTRA_OECONF="--disable-nls"
 PACKAGECONFIG ??= "tcp-wrappers"
 PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
 
+S = "${WORKDIR}/${BPN}-${BPN}-2-3-15"
+
 do_configure() {
 	# Looks like configure.in is broken, so we are skipping
 	# rebuilding configure and are just using the shipped one
-- 
1.7.9.5



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

* [PATCH 2/6] libevent: fix SRC_URI
  2015-03-06  9:32 [PATCH 0/6] fix SRC_URI and update package to fix SRC_URI Robert Yang
  2015-03-06  9:32 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
@ 2015-03-06  9:32 ` Robert Yang
  2015-03-06  9:32 ` [PATCH 3/6] mailx: " Robert Yang
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2015-03-06  9:32 UTC (permalink / raw)
  To: openembedded-core

The wget reported errors for the past URI since it can't follow the redirection well:
Connecting to cloud.github.com (cloud.github.com)|54.192.140.6|:443... connected.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-support/libevent/libevent_2.0.21.bb |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb
index 5a1ff3b..3d6983f 100644
--- a/meta/recipes-support/libevent/libevent_2.0.21.bb
+++ b/meta/recipes-support/libevent/libevent_2.0.21.bb
@@ -8,15 +8,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=45c5316ff684bcfe2f9f86d8b1279559"
 
 PR = "r1"
 
-SRC_URI = "http://github.com/downloads/libevent/libevent/${BPN}-${PV}-stable.tar.gz \
+SRC_URI = "https://github.com/libevent/libevent/archive/release-2.0.21-stable.tar.gz \
            file://obsolete_automake_macros.patch \
            file://disable_tests.patch \
 "
 
-SRC_URI[md5sum] = "b2405cc9ebf264aa47ff615d9de527a2"
-SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5"
+SRC_URI[md5sum] = "6f72023c64a36a64ba1e0f14ceded375"
+SRC_URI[sha256sum] = "872b7cdc199ead2edd9f0d1e93b4d900e67d892c014545bd3314b3ae49505eff"
 
-S = "${WORKDIR}/${BPN}-${PV}-stable"
+S = "${WORKDIR}/${BPN}-release-${PV}-stable"
 
 EXTRA_OECONF = "--disable-openssl"
 
-- 
1.7.9.5



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

* [PATCH 3/6] mailx: fix SRC_URI
  2015-03-06  9:32 [PATCH 0/6] fix SRC_URI and update package to fix SRC_URI Robert Yang
  2015-03-06  9:32 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
  2015-03-06  9:32 ` [PATCH 2/6] libevent: fix SRC_URI Robert Yang
@ 2015-03-06  9:32 ` Robert Yang
  2015-03-06  9:32 ` [PATCH 4/6] net-tools: 1.60-25 -> 1.60-26 Robert Yang
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2015-03-06  9:32 UTC (permalink / raw)
  To: openembedded-core

The old one is not available any more.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/mailx/mailx_12.5.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb
index f2899d5..080d71f 100644
--- a/meta/recipes-extended/mailx/mailx_12.5.bb
+++ b/meta/recipes-extended/mailx/mailx_12.5.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd"
 
 DEPENDS = "openssl"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \
-           ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-1.diff.gz;name=patch \
+SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/heirloom-mailx_12.5.orig.tar.gz;name=archive \
+           https://launchpad.net/ubuntu/+archive/primary/+files/heirloom-mailx_12.5-1.diff.gz;name=patch \
            file://explicitly.disable.krb5.support.patch \
           "
 
-- 
1.7.9.5



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

* [PATCH 4/6] net-tools: 1.60-25 -> 1.60-26
  2015-03-06  9:32 [PATCH 0/6] fix SRC_URI and update package to fix SRC_URI Robert Yang
                   ` (2 preceding siblings ...)
  2015-03-06  9:32 ` [PATCH 3/6] mailx: " Robert Yang
@ 2015-03-06  9:32 ` Robert Yang
  2015-03-06 12:24   ` Burton, Ross
  2015-03-06  9:32 ` [PATCH 5/6] resolvconf: 1.76 -> 1.76.1 Robert Yang
  2015-03-06  9:32 ` [PATCH 6/6] apt: fix SRC_URI Robert Yang
  5 siblings, 1 reply; 15+ messages in thread
From: Robert Yang @ 2015-03-06  9:32 UTC (permalink / raw)
  To: openembedded-core

The old net-tools_1.60-25.diff.gz is not available any more.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{net-tools_1.60-25.bb => net-tools_1.60-26.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/net-tools/{net-tools_1.60-25.bb => net-tools_1.60-26.bb} (95%)

diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-25.bb b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb
similarity index 95%
rename from meta/recipes-extended/net-tools/net-tools_1.60-25.bb
rename to meta/recipes-extended/net-tools/net-tools_1.60-26.bb
index 0e4ee75..a837dc7 100644
--- a/meta/recipes-extended/net-tools/net-tools_1.60-25.bb
+++ b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb
@@ -18,8 +18,8 @@ S = "${WORKDIR}/net-tools-1.60"
 SRC_URI[tarball.md5sum] = "ecaf37acb5b5daff4bdda77785fd916d"
 SRC_URI[tarball.sha256sum] = "ec67967cf7b1a3a3828a84762fbc013ac50ee5dc9aa3095d5c591f302c2de0f5"
 
-SRC_URI[patch.md5sum] = "5ab1e2184d0fa6518031291138f2fc51"
-SRC_URI[patch.sha256sum] = "1bddcd96ac60e794978cb20fb7ea4c2e77258c56c042c9ac8b6ec2b2033bc56f"
+SRC_URI[patch.md5sum] = "ea3592f49ac8380962bc4d9b66c7e7e9"
+SRC_URI[patch.sha256sum] = "aeeeafaff68866a446f01bb639d4e0146a60af34dcd20e31a3e46585022fc76c"
 
 inherit gettext
 
-- 
1.7.9.5



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

* [PATCH 5/6] resolvconf: 1.76 -> 1.76.1
  2015-03-06  9:32 [PATCH 0/6] fix SRC_URI and update package to fix SRC_URI Robert Yang
                   ` (3 preceding siblings ...)
  2015-03-06  9:32 ` [PATCH 4/6] net-tools: 1.60-25 -> 1.60-26 Robert Yang
@ 2015-03-06  9:32 ` Robert Yang
  2015-03-06  9:32 ` [PATCH 6/6] apt: fix SRC_URI Robert Yang
  5 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2015-03-06  9:32 UTC (permalink / raw)
  To: openembedded-core

The old source is not available any more.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{resolvconf_1.76.bb => resolvconf_1.76.1.bb}   |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.76.bb => resolvconf_1.76.1.bb} (94%)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.76.1.bb
similarity index 94%
rename from meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb
rename to meta/recipes-connectivity/resolvconf/resolvconf_1.76.1.bb
index 20a2c19..fb9ca2b 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.76.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.76.1.bb
@@ -16,9 +16,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.xz \
            file://99_resolvconf \
           "
 
-
-SRC_URI[md5sum] = "d78ce30ea068999cd3e0523300b27255"
-SRC_URI[sha256sum] = "c9f40f7405b37399ddbf29ca4205b4911ee35cb9ffd9be7671faa2385b1fa573"
+SRC_URI[md5sum] = "16f395f43ef5d832922b0cd4a82efcaa"
+SRC_URI[sha256sum] = "05318a7988f2b6fa400468ea096f0ccf73d166ac47a4fbab287ff63bea9502d3"
 
 inherit allarch
 
-- 
1.7.9.5



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

* [PATCH 6/6] apt: fix SRC_URI
  2015-03-06  9:32 [PATCH 0/6] fix SRC_URI and update package to fix SRC_URI Robert Yang
                   ` (4 preceding siblings ...)
  2015-03-06  9:32 ` [PATCH 5/6] resolvconf: 1.76 -> 1.76.1 Robert Yang
@ 2015-03-06  9:32 ` Robert Yang
  2015-03-06 12:35   ` Burton, Ross
  5 siblings, 1 reply; 15+ messages in thread
From: Robert Yang @ 2015-03-06  9:32 UTC (permalink / raw)
  To: openembedded-core

The old one is not available any more.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/apt/apt.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc
index 378021a..12dfcaf 100644
--- a/meta/recipes-devtools/apt/apt.inc
+++ b/meta/recipes-devtools/apt/apt.inc
@@ -2,7 +2,7 @@ SUMMARY = "Advanced front-end for dpkg"
 LICENSE = "GPLv2.0+"
 SECTION = "base"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
+SRC_URI = "https://launchpad.net/debian/+archive/primary/+files/apt_0.9.9.4.tar.gz \
            file://no-ko-translation.patch \
            file://use-host.patch \
            file://makerace.patch \
-- 
1.7.9.5



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

* Re: [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI
  2015-03-06  9:32 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
@ 2015-03-06 12:10   ` Burton, Ross
  2015-03-06 12:18   ` Martin Jansa
  1 sibling, 0 replies; 15+ messages in thread
From: Burton, Ross @ 2015-03-06 12:10 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

On 6 March 2015 at 09:32, Robert Yang <liezhi.yang@windriver.com> wrote:

> +SRC_URI = "
> https://github.com/xinetd-org/xinetd/archive/xinetd-2-3-15.tar.gz \
>

Have GitHub changed their archive behaviour?  Last I heard the archives are
cached for a while but can be re-generated at any moment, resulting in a
checksum change.

Ross

[-- Attachment #2: Type: text/html, Size: 853 bytes --]

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

* Re: [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI
  2015-03-06  9:32 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
  2015-03-06 12:10   ` Burton, Ross
@ 2015-03-06 12:18   ` Martin Jansa
  1 sibling, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2015-03-06 12:18 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2377 bytes --]

On Fri, Mar 06, 2015 at 01:32:33AM -0800, Robert Yang wrote:
> The www.xinetd.org is not available, use github to instead of it.
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  meta/recipes-extended/xinetd/xinetd_2.3.15.bb |   10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
> index 288186e..98c4aeb 100644
> --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
> +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
> @@ -1,5 +1,5 @@
>  SUMMARY = "Socket-based service activation daemon"
> -HOMEPAGE = "http://www.xinetd.org"
> +HOMEPAGE = "https://github.com/xinetd-org/xinetd"
>  
>  # xinetd is a BSD-like license
>  # Apple and Gentoo say BSD here.
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
>  DEPENDS = ""
>  PR = "r2"
>  
> -SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
> +SRC_URI = "https://github.com/xinetd-org/xinetd/archive/xinetd-2-3-15.tar.gz \
>        file://xinetd.init \
>        file://xinetd.conf \
>        file://xinetd.default \
> @@ -20,8 +20,8 @@ SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
>        file://xinetd.service \
>        "
>  
> -SRC_URI[md5sum] = "77358478fd58efa6366accae99b8b04c"
> -SRC_URI[sha256sum] = "bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3"
> +SRC_URI[md5sum] = "dbd435d2bc822ea4566dd18632c09379"
> +SRC_URI[sha256sum] = "620b25f4ab4d72fdf32b13797156ea40df2049f1c07e640177e5fec544e9a94c"

Did you compare the archives?
Explain the difference in commit message.

>  inherit autotools update-rc.d systemd
>  
> @@ -35,6 +35,8 @@ EXTRA_OECONF="--disable-nls"
>  PACKAGECONFIG ??= "tcp-wrappers"
>  PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
>  
> +S = "${WORKDIR}/${BPN}-${BPN}-2-3-15"
> +
>  do_configure() {
>  	# Looks like configure.in is broken, so we are skipping
>  	# rebuilding configure and are just using the shipped one
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [PATCH 4/6] net-tools: 1.60-25 -> 1.60-26
  2015-03-06  9:32 ` [PATCH 4/6] net-tools: 1.60-25 -> 1.60-26 Robert Yang
@ 2015-03-06 12:24   ` Burton, Ross
  0 siblings, 0 replies; 15+ messages in thread
From: Burton, Ross @ 2015-03-06 12:24 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

On 6 March 2015 at 09:32, Robert Yang <liezhi.yang@windriver.com> wrote:

> The old net-tools_1.60-25.diff.gz is not available any more.
>

As I said yesterday, we're feature-frozen now.  Instead of upgrading can we
use a different mirror.  snapshot.debian.org is useful as they archive all
releases there:

http://snapshot.debian.org/package/net-tools/1.60-25/

Ross

[-- Attachment #2: Type: text/html, Size: 1029 bytes --]

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

* Re: [PATCH 6/6] apt: fix SRC_URI
  2015-03-06  9:32 ` [PATCH 6/6] apt: fix SRC_URI Robert Yang
@ 2015-03-06 12:35   ` Burton, Ross
  2015-03-09  1:39     ` Robert Yang
  0 siblings, 1 reply; 15+ messages in thread
From: Burton, Ross @ 2015-03-06 12:35 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

On 6 March 2015 at 09:32, Robert Yang <liezhi.yang@windriver.com> wrote:

> -SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
> +SRC_URI = "
> https://launchpad.net/debian/+archive/primary/+files/apt_0.9.9.4.tar.gz \
>

Surely this should continue using ${PV}, especially as this is a .inc.

Ross

[-- Attachment #2: Type: text/html, Size: 833 bytes --]

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

* Re: [PATCH 6/6] apt: fix SRC_URI
  2015-03-06 12:35   ` Burton, Ross
@ 2015-03-09  1:39     ` Robert Yang
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2015-03-09  1:39 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core



On 03/06/2015 08:35 PM, Burton, Ross wrote:
>
> On 6 March 2015 at 09:32, Robert Yang <liezhi.yang@windriver.com
> <mailto:liezhi.yang@windriver.com>> wrote:
>
>     -SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
>     +SRC_URI =
>     "https://launchpad.net/debian/+archive/primary/+files/apt_0.9.9.4.tar.gz \
>
>
> Surely this should continue using ${PV}, especially as this is a .inc.

Thanks, I will update them and resend these patches.

// Robert

>
> Ross


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

* Re: [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI
  2015-03-09 15:59   ` Khem Raj
@ 2015-03-10  3:20     ` Robert Yang
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2015-03-10  3:20 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core



On 03/09/2015 11:59 PM, Khem Raj wrote:
>
>> On Mar 9, 2015, at 12:15 AM, Robert Yang <liezhi.yang@windriver.com> wrote:
>>
>> The www.xinetd.org is not available, use github as the HOMEPAGE and
>> pkgs.fedoraproject.org as the SRC_URI.
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>> meta/recipes-extended/xinetd/xinetd_2.3.15.bb |    4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
>> index 288186e..f07a33f 100644
>> --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
>> +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
>> @@ -1,5 +1,5 @@
>> SUMMARY = "Socket-based service activation daemon"
>> -HOMEPAGE = "http://www.xinetd.org"
>> +HOMEPAGE = "https://github.com/xinetd-org/xinetd"
>>
>> # xinetd is a BSD-like license
>> # Apple and Gentoo say BSD here.
>> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
>> DEPENDS = ""
>> PR = "r2"
>>
>> -SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
>> +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.tar.gz/77358478fd58efa6366accae99b8b04c/${BP}.tar.gz \
>
> This snapshot can go away too. I would be more comfortable if you just checked it out from github straight.

Thanks, how about use git please ?
SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https

// Robert

>
>>        file://xinetd.init \
>>        file://xinetd.conf \
>>        file://xinetd.default \
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
>


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

* Re: [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI
  2015-03-09  7:15 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
@ 2015-03-09 15:59   ` Khem Raj
  2015-03-10  3:20     ` Robert Yang
  0 siblings, 1 reply; 15+ messages in thread
From: Khem Raj @ 2015-03-09 15:59 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core


> On Mar 9, 2015, at 12:15 AM, Robert Yang <liezhi.yang@windriver.com> wrote:
> 
> The www.xinetd.org is not available, use github as the HOMEPAGE and
> pkgs.fedoraproject.org as the SRC_URI.
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> meta/recipes-extended/xinetd/xinetd_2.3.15.bb |    4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
> index 288186e..f07a33f 100644
> --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
> +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
> @@ -1,5 +1,5 @@
> SUMMARY = "Socket-based service activation daemon"
> -HOMEPAGE = "http://www.xinetd.org"
> +HOMEPAGE = "https://github.com/xinetd-org/xinetd"
> 
> # xinetd is a BSD-like license
> # Apple and Gentoo say BSD here.
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
> DEPENDS = ""
> PR = "r2"
> 
> -SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
> +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.tar.gz/77358478fd58efa6366accae99b8b04c/${BP}.tar.gz \

This snapshot can go away too. I would be more comfortable if you just checked it out from github straight.

>       file://xinetd.init \
>       file://xinetd.conf \
>       file://xinetd.default \
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



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

* [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI
  2015-03-09  7:15 [V2 PATCH 0/6] meta: " Robert Yang
@ 2015-03-09  7:15 ` Robert Yang
  2015-03-09 15:59   ` Khem Raj
  0 siblings, 1 reply; 15+ messages in thread
From: Robert Yang @ 2015-03-09  7:15 UTC (permalink / raw)
  To: openembedded-core

The www.xinetd.org is not available, use github as the HOMEPAGE and
pkgs.fedoraproject.org as the SRC_URI.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 288186e..f07a33f 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Socket-based service activation daemon"
-HOMEPAGE = "http://www.xinetd.org"
+HOMEPAGE = "https://github.com/xinetd-org/xinetd"
 
 # xinetd is a BSD-like license
 # Apple and Gentoo say BSD here.
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
 DEPENDS = ""
 PR = "r2"
 
-SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
+SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.tar.gz/77358478fd58efa6366accae99b8b04c/${BP}.tar.gz \
       file://xinetd.init \
       file://xinetd.conf \
       file://xinetd.default \
-- 
1.7.9.5



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

end of thread, other threads:[~2015-03-10  3:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-06  9:32 [PATCH 0/6] fix SRC_URI and update package to fix SRC_URI Robert Yang
2015-03-06  9:32 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
2015-03-06 12:10   ` Burton, Ross
2015-03-06 12:18   ` Martin Jansa
2015-03-06  9:32 ` [PATCH 2/6] libevent: fix SRC_URI Robert Yang
2015-03-06  9:32 ` [PATCH 3/6] mailx: " Robert Yang
2015-03-06  9:32 ` [PATCH 4/6] net-tools: 1.60-25 -> 1.60-26 Robert Yang
2015-03-06 12:24   ` Burton, Ross
2015-03-06  9:32 ` [PATCH 5/6] resolvconf: 1.76 -> 1.76.1 Robert Yang
2015-03-06  9:32 ` [PATCH 6/6] apt: fix SRC_URI Robert Yang
2015-03-06 12:35   ` Burton, Ross
2015-03-09  1:39     ` Robert Yang
2015-03-09  7:15 [V2 PATCH 0/6] meta: " Robert Yang
2015-03-09  7:15 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
2015-03-09 15:59   ` Khem Raj
2015-03-10  3:20     ` Robert Yang

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.