diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2022-03-24 23:23:21 +0200 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2022-03-24 23:23:21 +0200 |
commit | f3609e715f82130f500cbfe061f1abda8d2fb679 (patch) | |
tree | 22f6f4213bdbc8f8509f29626ef1fa7fc5eaf2d6 /recipes-support/jsoncpp/jsoncpp16_1.6.0.bb | |
parent | 0b41b06b77ae3376b2cab1d5af3e566f126be264 (diff) | |
parent | dbade41e2061570e4482ef925c7ac6d2171b9664 (diff) | |
download | meta-mlinux-f3609e715f82130f500cbfe061f1abda8d2fb679.tar.gz meta-mlinux-f3609e715f82130f500cbfe061f1abda8d2fb679.tar.bz2 meta-mlinux-f3609e715f82130f500cbfe061f1abda8d2fb679.zip |
Merge remote-tracking branch 'origin/6' into mpower-dev-nxp
Diffstat (limited to 'recipes-support/jsoncpp/jsoncpp16_1.6.0.bb')
-rw-r--r-- | recipes-support/jsoncpp/jsoncpp16_1.6.0.bb | 4 |
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" |