diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-03 18:09:22 -0700 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-04-05 10:51:52 -0500 |
commit | d6494c933f7d2098af22a90f39ed652abe564b6d (patch) | |
tree | 44afcd9e79b16cfcd8e8ee176520d31873ec996a /meta-ti-extras | |
parent | 67827e39e789c25017cb1be994ecad8f84d0b445 (diff) | |
download | meta-ti-d6494c933f7d2098af22a90f39ed652abe564b6d.tar.gz |
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>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r-- | meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb index 8d4f9182..e5912e81 100644 --- a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb +++ b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb | |||
@@ -8,7 +8,7 @@ INITSCRIPT_PARAMS = "defaults 03" | |||
8 | inherit update-rc.d | 8 | inherit update-rc.d |
9 | 9 | ||
10 | SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9" | 10 | SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9" |
11 | SRC_URI = "git://git.ti.com/ti-bt/uim.git" | 11 | SRC_URI = "git://git.ti.com/ti-bt/uim.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||