From afb31faf996e85faecc711a4df003b02330b5f05 Mon Sep 17 00:00:00 2001 From: Sebastien Gemme Date: Thu, 25 May 2017 13:40:41 -0400 Subject: [PATCH] log4cxx doesn't support http, only https, therefore, the recipe failed Signed-off-by: Sebastien Gemme --- recipes-devtools/log4cxx/log4cxx_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/log4cxx/log4cxx_git.bb b/recipes-devtools/log4cxx/log4cxx_git.bb index 0b461c0..e31324b 100644 --- a/recipes-devtools/log4cxx/log4cxx_git.bb +++ b/recipes-devtools/log4cxx/log4cxx_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" HOMEPAGE = "http://logging.apache.org/log4cxx/" -SRC_URI = "git://git-wip-us.apache.org/repos/asf/logging-log4cxx.git;protocol=http" +SRC_URI = "git://git-wip-us.apache.org/repos/asf/logging-log4cxx.git;protocol=https" SRCREV = "03c581216a469eb2bc5cabaa686199504d257af0" S = "${WORKDIR}/git"