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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user