From dbc5db5fd0f0af390f2a18cf5236eb719949fa2d Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 17:11:57 +0100 Subject: [PATCH] jool: Add protocol and branch for SRC_URI Protocol is required for github sources to mitigate git protocol deprecation in GitHub. Also, the branch is now also required for any git source. This silences the respective protocol/branch warnings. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-staging/recipes-connectivity/jool/jool.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-staging/recipes-connectivity/jool/jool.inc b/meta-oniro-staging/recipes-connectivity/jool/jool.inc index 5c4786a7..1ff83914 100644 --- a/meta-oniro-staging/recipes-connectivity/jool/jool.inc +++ b/meta-oniro-staging/recipes-connectivity/jool/jool.inc @@ -7,4 +7,4 @@ LICENSE = "GPLv2" # This SRCREV is the 4.1.5 git tag revision SRCREV = "34ffbf56a0c8bd53c4cb554e102a9084b301170e" -SRC_URI = "git://github.com/NICMx/Jool.git" +SRC_URI = "git://github.com/NICMx/Jool.git;protocol=https;branch=master" -- GitLab