summaryrefslogtreecommitdiff
path: root/recipes-support/jsoncpp/jsoncpp16_1.6.0.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-03-23 16:11:19 -0500
committerJohn Klug <john.klug@multitech.com>2022-03-23 16:11:19 -0500
commit4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f (patch)
tree31d3ce637969928733280e173f593c311708565d /recipes-support/jsoncpp/jsoncpp16_1.6.0.bb
parent39f5606246dffd5d036ab94d390b0e03fb06cf52 (diff)
downloadmeta-mlinux-4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f.tar.gz
meta-mlinux-4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f.tar.bz2
meta-mlinux-4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f.zip
github no longer accepts clear git protocol so switch to https
Diffstat (limited to 'recipes-support/jsoncpp/jsoncpp16_1.6.0.bb')
-rw-r--r--recipes-support/jsoncpp/jsoncpp16_1.6.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/jsoncpp/jsoncpp16_1.6.0.bb b/recipes-support/jsoncpp/jsoncpp16_1.6.0.bb
index 4a0d538..ffe8407 100644
--- a/recipes-support/jsoncpp/jsoncpp16_1.6.0.bb
+++ b/recipes-support/jsoncpp/jsoncpp16_1.6.0.bb
@@ -8,7 +8,7 @@ DEPENDS = ""
#tag 1.6.0
SRCREV="cbe7e7c9cbd39d864588c5cf2436690634562d3f"
-SRC_URI = " git://github.com/open-source-parsers/jsoncpp.git;protocol=git \
+SRC_URI = " git://github.com/open-source-parsers/jsoncpp.git;protocol=https \
file://0001-Install-headers-to-jsoncpp-json.patch \
"
@@ -20,4 +20,4 @@ inherit cmake
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DJSONCPP_WITH_TESTS=OFF"
-BBCLASSEXTEND = "native" \ No newline at end of file
+BBCLASSEXTEND = "native"