1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

uim-sysfs: Specify branch and protocol for git fetcher

bitbake git fetcher warns about protocol and fall back branches
therefore be explicit about these parameters in source uri

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Khem Raj
2022-04-03 18:09:22 -07:00
committed by Ryan Eatmon
parent 67827e39e7
commit d6494c933f
@@ -8,7 +8,7 @@ INITSCRIPT_PARAMS = "defaults 03"
inherit update-rc.d
SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9"
SRC_URI = "git://git.ti.com/ti-bt/uim.git"
SRC_URI = "git://git.ti.com/ti-bt/uim.git;branch=master;protocol=https"
S = "${WORKDIR}/git"