From 290766c50482a25deba51a71ddf05f96553911cf Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sat, 22 Apr 2017 09:16:54 +0200 Subject: [PATCH] log4cxx: fetch with git instead of svn Recently, the log4cxx development version is not only provided through a svn repository, but also provided through a git repository. In the past, various meta-ros users reported some issues (#413, #470, #483) when fetching log4cxx from the svn repository, probably due to the non-standard handling of http/https proxy in the svn client. I expect that fetching from git causes less issues than from svn. So, the log4cxx recipe now makes bitbake fetch the sources from the git repository instead of the svn repository. Furthermore, this commit updates the source revision to the currently latest commit. Signed-off-by: Lukas Bulwahn --- recipes-devtools/log4cxx/{log4cxx_svn.bb => log4cxx_git.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-devtools/log4cxx/{log4cxx_svn.bb => log4cxx_git.bb} (67%) diff --git a/recipes-devtools/log4cxx/log4cxx_svn.bb b/recipes-devtools/log4cxx/log4cxx_git.bb similarity index 67% rename from recipes-devtools/log4cxx/log4cxx_svn.bb rename to recipes-devtools/log4cxx/log4cxx_git.bb index 1ad85af..0b461c0 100644 --- a/recipes-devtools/log4cxx/log4cxx_svn.bb +++ b/recipes-devtools/log4cxx/log4cxx_git.bb @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" HOMEPAGE = "http://logging.apache.org/log4cxx/" -SRC_URI = "svn://svn.apache.org/repos/asf;module=incubator/log4cxx/trunk;protocol=http" -SRCREV = "1738416" +SRC_URI = "git://git-wip-us.apache.org/repos/asf/logging-log4cxx.git;protocol=http" +SRCREV = "03c581216a469eb2bc5cabaa686199504d257af0" -S = "${WORKDIR}/incubator/log4cxx/trunk" +S = "${WORKDIR}/git" inherit autotools-brokensep pkgconfig