log4cxx doesn't support http, only https, therefore, the recipe failed

Signed-off-by: Sebastien Gemme <sebastien.gemme@canada.ca>
This commit is contained in:
Sebastien Gemme 2017-05-25 13:40:41 -04:00
parent aebd5b3195
commit afb31faf99
1 changed files with 1 additions and 1 deletions

View File

@ -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"