summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authortexierp <texier.pj2@gmail.com>2018-08-29 23:52:16 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-29 18:18:23 -0700
commitc50d90be29692c5dad2166f2d1f103ab116e5ac1 (patch)
treeae64422f565ffcf37a826e3cb841172c80c58860 /meta-oe
parent00deeeec3bd138d585382e542c0bfca91204fb61 (diff)
downloadmeta-openembedded-c50d90be29692c5dad2166f2d1f103ab116e5ac1.tar.gz
spitools: 0.8.1 -> 0.8.3
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/spitools/spitools_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb
index 3f6cdc63d..af1cd6001 100644
--- a/meta-oe/recipes-support/spitools/spitools_git.bb
+++ b/meta-oe/recipes-support/spitools/spitools_git.bb
@@ -4,11 +4,9 @@ AUTHOR = "Christophe BLAESS"
4LICENSE="GPLv2" 4LICENSE="GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
6 6
7PR = "r0" 7BPV = "0.8.3"
8
9BPV = "0.8.1"
10PV = "${BPV}" 8PV = "${BPV}"
11SRCREV = "318bcae5249722873bf58b27afdd20473c7047cc" 9SRCREV = "a3f1f68a048d0d2321ee562b3744dd1162cad22f"
12 10
13S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
14 12
@@ -16,4 +14,3 @@ SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git"
16 14
17 15
18inherit autotools 16inherit autotools
19