Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-networking][PATCH 0/3] Update SRC_URIs of 3 packages
@ 2016-12-22  9:28 kai.kang
  2016-12-22  9:28 ` [PATCH 1/3] openl2tp: update SRC_URI kai.kang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kai.kang @ 2016-12-22  9:28 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>


Kai Kang (3):
  openl2tp: update SRC_URI
  ctdb: update SRC_URI
  pimd: update SRC_URI

 meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +-
 meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb         | 2 +-
 meta-networking/recipes-support/pimd/pimd_2.1.8.bb         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.10.1



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

* [PATCH 1/3] openl2tp: update SRC_URI
  2016-12-22  9:28 [meta-networking][PATCH 0/3] Update SRC_URIs of 3 packages kai.kang
@ 2016-12-22  9:28 ` kai.kang
  2016-12-22  9:28 ` [PATCH 2/3] ctdb: " kai.kang
  2016-12-22  9:28 ` [PATCH 3/3] pimd: " kai.kang
  2 siblings, 0 replies; 4+ messages in thread
From: kai.kang @ 2016-12-22  9:28 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

The original SRC_URI is not valid, so update it with openl2tp official
ftp site.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
index 5a63404..67118d8 100644
--- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
+++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
@@ -11,7 +11,7 @@ LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585"
 DEPENDS = "popt flex readline"
 
-SRC_URI = "http://ftp.jaist.ac.jp/pub/sourceforge/o/op/${PN}/${PN}/${PV}/${BP}.tar.gz \
+SRC_URI = "ftp://ftp.openl2tp.org/releases/${BP}/${BP}.tar.gz \
            file://Makefile-modify-CFLAGS-to-aviod-build-error.patch \
            file://openl2tp-simplify-gcc-warning-hack.patch \
            file://Makefile-obey-LDFLAGS.patch \
-- 
2.10.1



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

* [PATCH 2/3] ctdb: update SRC_URI
  2016-12-22  9:28 [meta-networking][PATCH 0/3] Update SRC_URIs of 3 packages kai.kang
  2016-12-22  9:28 ` [PATCH 1/3] openl2tp: update SRC_URI kai.kang
@ 2016-12-22  9:28 ` kai.kang
  2016-12-22  9:28 ` [PATCH 3/3] pimd: " kai.kang
  2 siblings, 0 replies; 4+ messages in thread
From: kai.kang @ 2016-12-22  9:28 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

The SRC_URI of ctdb is not right for multilib. Replace var 'PN' with
'BPN' to fix it.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb b/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb
index d58e572..7cea0f6 100644
--- a/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb
+++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.6.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \
                     "
 
-SRC_URI = "https://ftp.samba.org/pub/${PN}/${BP}.tar.gz \
+SRC_URI = "https://ftp.samba.org/pub/${BPN}/${BP}.tar.gz \
            file://01-support-cross-compile-for-linux-os.patch \
            file://02-link-rep_snprintf-for-ltdbtool.patch \
            file://service-ensure-the-PID-directory-is-created.patch \
-- 
2.10.1



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

* [PATCH 3/3] pimd: update SRC_URI
  2016-12-22  9:28 [meta-networking][PATCH 0/3] Update SRC_URIs of 3 packages kai.kang
  2016-12-22  9:28 ` [PATCH 1/3] openl2tp: update SRC_URI kai.kang
  2016-12-22  9:28 ` [PATCH 2/3] ctdb: " kai.kang
@ 2016-12-22  9:28 ` kai.kang
  2 siblings, 0 replies; 4+ messages in thread
From: kai.kang @ 2016-12-22  9:28 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb
index 41b8f6d..7edb642 100644
--- a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb
+++ b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb
@@ -4,7 +4,7 @@ SECTION = "net"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=94f108f91fab720d62425770b70dd790"
 
-SRC_URI = "ftp://troglobit.com/pimd/${BP}.tar.bz2"
+SRC_URI = "ftp://ftp.troglobit.com/pimd/${BP}.tar.bz2"
 SRC_URI[md5sum] = "a12448bc7c9bfcebf51a13ebf1ffa962"
 SRC_URI[sha256sum] = "01016940543a0a6131d4e6c91b595d47e187012c59a298eec14c3dbc38564b3a"
 
-- 
2.10.1



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

end of thread, other threads:[~2016-12-22  9:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22  9:28 [meta-networking][PATCH 0/3] Update SRC_URIs of 3 packages kai.kang
2016-12-22  9:28 ` [PATCH 1/3] openl2tp: update SRC_URI kai.kang
2016-12-22  9:28 ` [PATCH 2/3] ctdb: " kai.kang
2016-12-22  9:28 ` [PATCH 3/3] pimd: " kai.kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox