From 1860045b86838b70248bf61e85e0ca3143150b9a Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Wed, 14 Jul 2021 16:54:44 +0200 Subject: spitools: upgrade 0.8.7 -> 1.0.0 This includes the following changes: f5d8795 [RELEASE] 1.0.0. eaa6f35 [RELEASE] 1.0.0. fe6ffcb [DEV] Add license mention in `--version` display. f9edc7d [DEV] Support all configuration options in `spi-pipe`. 18f6b23 [DEV] Support SPI mode option in `spi-pipe` 8c6e7f7 [DEV] support `--bits` config option in `spi-pipe`. Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-oe/recipes-support/spitools/spitools_git.bb | 4 ++-- 1 file 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 cde26df498..bb41a33c14 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" LICENSE="GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" -BPV = "0.8.7" +BPV = "1.0.0" PV = "${BPV}" -SRCREV = "67937230d70ad87c23c7116a72df83577e309f6f" +SRCREV = "f5d87954bd9e13689481700105efe2f42199d364" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf