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 --- recipes-devtools/slimboot/slimboot-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/slimboot/slimboot-tools_git.bb') diff --git a/recipes-devtools/slimboot/slimboot-tools_git.bb b/recipes-devtools/slimboot/slimboot-tools_git.bb index 7d8b66be..a51bdece 100644 --- a/recipes-devtools/slimboot/slimboot-tools_git.bb +++ b/recipes-devtools/slimboot/slimboot-tools_git.bb @@ -4,7 +4,7 @@ binary file format understood by Slim Bootloader to load and initialize\ Operating Systems or Hypervisors." HOMEPAGE = "https://slimbootloader.github.io/tools/index.html" -SRC_URI = "git://github.com/slimbootloader/slimbootloader;protocol=https" +SRC_URI = "git://github.com/slimbootloader/slimbootloader;protocol=https;branch=master" SRCREV = "9f146afd47e0ca204521826a583d55388850b216" PV = "0.0.0+git${SRCPV}" LICENSE = "BSD-2-Clause-Patent" -- cgit v1.2.3-54-g00ecf