[meta-realtime] schedtool-dl: add branch and protocol in SRC_URI

Message ID 20211208071454.103387-1-Qi.Chen@windriver.com
State New
Headers show
Series [meta-realtime] schedtool-dl: add branch and protocol in SRC_URI | expand

Commit Message

ChenQi Dec. 8, 2021, 7:14 a.m. UTC
Add branch and prototol to avoid do_fetch warnings.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-tools/schedtool-dl/schedtool-dl.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/recipes-tools/schedtool-dl/schedtool-dl.bb b/recipes-tools/schedtool-dl/schedtool-dl.bb
index 59e3b32..c8f5d1e 100644
--- a/recipes-tools/schedtool-dl/schedtool-dl.bb
+++ b/recipes-tools/schedtool-dl/schedtool-dl.bb
@@ -3,7 +3,7 @@  SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dc1f51f7ca94aebffb9b3663d82873ec"
 
-SRC_URI = "git://github.com/jlelli/schedtool-dl.git;protocol=git \
+SRC_URI = "git://github.com/jlelli/schedtool-dl.git;protocol=https;branch=master \
            file://0001-schedtool-dl-add-flags-to-parameters-of-sched_setattr.patch \
           "
 SRCREV = "3ffb479929c31cbae09de08f94f58b8f0f061d91"