diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-03 04:57:31 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-03 13:56:01 -0800 |
commit | ab7c7dc8e7765c2e0ca080b11ae44d14b64641ab (patch) | |
tree | 8bbdc0aed5e20d6964ce1b822d3e3bba30430c26 /meta-oe/recipes-support/spitools | |
parent | 76d6c93dab313609d6784928887029cb87a7428b (diff) | |
download | meta-openembedded-ab7c7dc8e7765c2e0ca080b11ae44d14b64641ab.tar.gz |
spitools: upgrade 0.8.3 -> 0.8.4
Signed-off-by: Wang Mingyu <wangmy@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 af1cd6001..625756873 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.3" | 7 | BPV = "0.8.4" |
8 | PV = "${BPV}" | 8 | PV = "${BPV}" |
9 | SRCREV = "a3f1f68a048d0d2321ee562b3744dd1162cad22f" | 9 | SRCREV = "4a36a84f7df291ddaebd397aecf0c8515256a8e0" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||