All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2 1/2] chrpath: fix SRC_URI
@ 2018-06-02 22:59 Oleksandr Kravchuk
  2018-06-02 22:59 ` [meta-oe][PATCH v2 2/2] iso-codes: " Oleksandr Kravchuk
  2018-06-03  8:07 ` [meta-oe][PATCH v2 1/2] chrpath: " Alexander Kanavin
  0 siblings, 2 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2018-06-02 22:59 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

The original source, alioth.debian.org has been permanently taken down
by the Debian Project. Use Debian mirrors instead.

Source: https://wiki.debian.org/Alioth

Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua>
---
 meta/recipes-devtools/chrpath/chrpath_0.16.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb
index b61eef9c8b..0c9ce0c301 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.16.bb
@@ -2,12 +2,11 @@ SUMMARY = "Tool to edit rpath in ELF binaries"
 DESCRIPTION = "chrpath allows you to change the rpath (where the \
 application looks for libraries) in an application. It does not \
 (yet) allow you to add an rpath if there isn't one already."
-HOMEPAGE = "http://alioth.debian.org/projects/chrpath/"
 BUGTRACKER = "http://alioth.debian.org/tracker/?atid=412807&group_id=31052"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
-SRC_URI = "https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \
+SRC_URI = "http://http.debian.net/debian/pool/main/c/chrpath/chrpath_${PV}.orig.tar.gz \
            file://standarddoc.patch"
 
 SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982"
-- 
2.17.0



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

* [meta-oe][PATCH v2 2/2] iso-codes: fix SRC_URI
  2018-06-02 22:59 [meta-oe][PATCH v2 1/2] chrpath: fix SRC_URI Oleksandr Kravchuk
@ 2018-06-02 22:59 ` Oleksandr Kravchuk
  2018-06-03  8:07 ` [meta-oe][PATCH v2 1/2] chrpath: " Alexander Kanavin
  1 sibling, 0 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2018-06-02 22:59 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

The original FTP server, alioth.debian.org has been permanently taken
down by the Debian Project and replaced with salsa.debian.org.

Source: https://wiki.debian.org/Alioth

Package has been updated to revision 1, since the original one is not
available anymore.

Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua>
---
 .../iso-codes/{iso-codes_3.77.bb => iso-codes_3.77-1.bb}  | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
 rename meta/recipes-support/iso-codes/{iso-codes_3.77.bb => iso-codes_3.77-1.bb} (56%)

diff --git a/meta/recipes-support/iso-codes/iso-codes_3.77.bb b/meta/recipes-support/iso-codes/iso-codes_3.77-1.bb
similarity index 56%
rename from meta/recipes-support/iso-codes/iso-codes_3.77.bb
rename to meta/recipes-support/iso-codes/iso-codes_3.77-1.bb
index bd613ac573..86a757ac62 100644
--- a/meta/recipes-support/iso-codes/iso-codes_3.77.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_3.77-1.bb
@@ -2,14 +2,16 @@ SUMMARY = "ISO language, territory, currency, script codes and their translation
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz"
-SRC_URI[md5sum] = "9d0d06cfb4634428b300845edcd7140a"
-SRC_URI[sha256sum] = "21cd73a4c6f95d9474ebfcffd4e065223857720f24858e564f4409b19f7f0d90"
+SRC_URI = "https://salsa.debian.org/debian/iso-codes/-/archive/debian/${PV}/iso-codes-debian-${PV}.tar.bz2"
+SRC_URI[md5sum] = "a186e19abef46a561fd34394cda84b7f"
+SRC_URI[sha256sum] = "bf07ea8c2f59432c9c8e73b9dee9af7ba02e0e4894495aaeb8ff020656ec2973"
 
 # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
 # are inhibited by allarch
 DEPENDS = "gettext-native"
 
+S = "${WORKDIR}/iso-codes-debian-${PV}"
+
 inherit allarch autotools
 
 FILES_${PN} += "${datadir}/xml/"
-- 
2.17.0



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

* Re: [meta-oe][PATCH v2 1/2] chrpath: fix SRC_URI
  2018-06-02 22:59 [meta-oe][PATCH v2 1/2] chrpath: fix SRC_URI Oleksandr Kravchuk
  2018-06-02 22:59 ` [meta-oe][PATCH v2 2/2] iso-codes: " Oleksandr Kravchuk
@ 2018-06-03  8:07 ` Alexander Kanavin
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2018-06-03  8:07 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: Oleksandr Kravchuk, openembedded-core

2018-06-03 1:59 GMT+03:00 Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com>:
> -SRC_URI = "https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \
> +SRC_URI = "http://http.debian.net/debian/pool/main/c/chrpath/chrpath_${PV}.orig.tar.gz \


Use ${DEBIAN_MIRROR} here please, append /main/... to it. There are
examples in oe-core. Same for minicom.

Alex


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

end of thread, other threads:[~2018-06-03  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-02 22:59 [meta-oe][PATCH v2 1/2] chrpath: fix SRC_URI Oleksandr Kravchuk
2018-06-02 22:59 ` [meta-oe][PATCH v2 2/2] iso-codes: " Oleksandr Kravchuk
2018-06-03  8:07 ` [meta-oe][PATCH v2 1/2] chrpath: " Alexander Kanavin

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.