[OE-core] [PATCH 1/3] subversion: 1.8.13 -> 1.8.14 since 1.8.13.tar.gz was gone

Robert Yang liezhi.yang at windriver.com
Wed Sep 16 14:12:45 UTC 2015



On 09/16/2015 09:16 PM, Burton, Ross wrote:
>
> On 16 September 2015 at 08:52, Robert Yang <liezhi.yang at windriver.com
> <mailto:liezhi.yang at windriver.com>> wrote:
>
>     The subversion-1.8.13.tar.bz2 is gone from ftp, so upgrade to 1.8.14.
>
>
> The FTP server only contains the latest release for each release series so if
> they release a 1.8.15 the day after we ship Jethro we'd need to upgrade
> subversion again.
>
> The subversion archive is at http://archive.apache.org/dist/subversion/ and
> includes all historical releases.  The recipe should use this URL instead.

Thanks, I updated it in the repo:

   git://git.openembedded.org/openembedded-core-contrib rbt/3fixes

commit 967c17d861ce2b9835e3ab12d5b172b059291dd7
Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Sep 16 07:05:47 2015 -0700

     subversion: fix SRC_URI

     Fixed:
     WARNING: Failed to fetch URL 
http://www.apache.org/dist/subversion/subversion-1.8.13.tar.bz2, attempting 
MIRRORS if available

     Ross:
     The FTP server only contains the latest release for each release series,
     the subversion archive is at http://archive.apache.org/dist/subversion/
     and includes all historical releases. The recipe should use this URL
     instead.

     Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

diff --git a/meta/recipes-devtools/subversion/subversion_1.8.13.bb 
b/meta/recipes-devtools/subversion/subversion_1.8.13.bb
index f843b95..eb1f0f2 100644
--- a/meta/recipes-devtools/subversion/subversion_1.8.13.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.8.13.bb
@@ -9,7 +9,7 @@ BBCLASSEXTEND = "native"

  inherit gettext pythonnative

-SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
+SRC_URI = "http://archive.apache.org/dist/${BPN}/${BP}.tar.bz2 \
             file://libtool2.patch \
             file://disable_macos.patch \
             file://serf.m4-Regex-modified-to-allow-D-in-paths.patch \

// Robert

>
> Ross



More information about the Openembedded-core mailing list