From 6fa578ecfebe308eee5c12c37829593482892968 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 3 Nov 2021 07:23:40 +0800 Subject: meta: add explicit branch and protocol to SRC_URI Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal (cherry picked from commit e4d0c52cba29298b32f97651412a7b28130d8beb) Signed-off-by: Anuj Mittal --- dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb') diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb index 4fc50ce7..6c3e33cf 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2127.0.0.0.bb @@ -29,7 +29,7 @@ S = "${WORKDIR}/git" SYSTEMD_SERVICE:${PN} = "lms.service" -SRC_URI = "git://github.com/intel/lms.git \ +SRC_URI = "git://github.com/intel/lms.git;branch=master;protocol=https \ " SRCREV = "6ef4440c40783aad218efa6df8768d8c99380c2b" -- cgit v1.2.3-54-g00ecf