From 4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 23 Mar 2022 16:11:19 -0500 Subject: github no longer accepts clear git protocol so switch to https --- recipes-support/jsoncpp/jsoncpp16_1.6.0.bb | 4 ++-- recipes-support/pam-script/pam-script_1.1.9.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-support') 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" diff --git a/recipes-support/pam-script/pam-script_1.1.9.bb b/recipes-support/pam-script/pam-script_1.1.9.bb index 3b9347c..5b38cb6 100644 --- a/recipes-support/pam-script/pam-script_1.1.9.bb +++ b/recipes-support/pam-script/pam-script_1.1.9.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" inherit autotools-brokensep pkgconfig RDEPENDS_${PN} = "libpam-runtime perl" -SRC_URI = "git://github.com/jeroennijhof/pam_script.git;protocol=git" +SRC_URI = "git://github.com/jeroennijhof/pam_script.git;protocol=https" SRCREV = "${PV}" S = "${WORKDIR}/git" PR="r2" -- cgit v1.2.3