diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-18 16:09:44 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-12-18 08:23:14 -0800 |
commit | 21422d695680f7136a56ab321097112aa9c78d77 (patch) | |
tree | 9bfa44baa3e96fa75b054736375157e27c283437 /meta-oe/recipes-support/spitools | |
parent | 2705bede9c6ff70ff0dfd7899143b4d718f68cb3 (diff) | |
download | meta-openembedded-21422d695680f7136a56ab321097112aa9c78d77.tar.gz |
spitools: upgrade 0.8.5 -> 0.8.6
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/spitools')
-rw-r--r-- | meta-oe/recipes-support/spitools/spitools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index 06fb82b85..56c2d4447 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_git.bb | |||
@@ -4,9 +4,9 @@ AUTHOR = "Christophe BLAESS" | |||
4 | LICENSE="GPLv2" | 4 | LICENSE="GPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" |
6 | 6 | ||
7 | BPV = "0.8.5" | 7 | BPV = "0.8.6" |
8 | PV = "${BPV}" | 8 | PV = "${BPV}" |
9 | SRCREV = "3c93b9038a7c4d9de4302ab6f14372e9fa381f3c" | 9 | SRCREV = "9ce73aab05873b2d3996bd21076305463133f102" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||