summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:49 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:39 -0600
commit8ea38ca3c83983ffce2654b748b7fd5e6368ec76 (patch)
treef0ed2ee2315f9905c3fe12553a8863d7f4c821a1 /meta-ti-extras
parentf81ec177d731b0d3fd77ad6f1f11d7bcfe49fcc1 (diff)
downloadmeta-ti-8ea38ca3c83983ffce2654b748b7fd5e6368ec76.tar.gz
wlconf: explicitly specify source branch
bitbake now requires it, as default master is no longer deterministic. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r--meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
index 475bac28..39d38853 100644
--- a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
+++ b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85
4 4
5# Tag: R8.7_SP3 (8.7.3) 5# Tag: R8.7_SP3 (8.7.3)
6SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" 6SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2"
7SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git" 7SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git;branch=master"
8 8
9S = "${WORKDIR}/git/wlconf" 9S = "${WORKDIR}/git/wlconf"
10 10