Skip to content
Snippets Groups Projects
Verified Commit dbc5db5f authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

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's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 086ad983
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -7,4 +7,4 @@ LICENSE = "GPLv2" ...@@ -7,4 +7,4 @@ LICENSE = "GPLv2"
# This SRCREV is the 4.1.5 git tag revision # This SRCREV is the 4.1.5 git tag revision
SRCREV = "34ffbf56a0c8bd53c4cb554e102a9084b301170e" SRCREV = "34ffbf56a0c8bd53c4cb554e102a9084b301170e"
SRC_URI = "git://github.com/NICMx/Jool.git" SRC_URI = "git://github.com/NICMx/Jool.git;protocol=https;branch=master"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment