diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-04 10:12:50 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-08 22:03:03 +0100 |
| commit | 80ed7802adcfa69a0656ded30fa3da94353aba46 (patch) | |
| tree | 3afeec757d058b2a45c901c884f5e7b074abfecb | |
| parent | bd17a0d1323a2d7ebe23afe26c6e679d2642bc3d (diff) | |
| download | meta-openembedded-80ed7802adcfa69a0656ded30fa3da94353aba46.tar.gz | |
spitools: upgrade 1.0.1 -> 1.0.2
This is a bugfix release, with some ioctl handling fixes.
Changelog:
- Adjust the handling of SPI_IOC_RD_LSB_FIRST ioctl call
- Parameter for SPI_IOC_WR_LSB_FIRST ioctl is {0, 1}.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
| -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 e1b9302a98..9dfb23cc7c 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_git.bb | |||
| @@ -5,8 +5,8 @@ LICENSE="GPL-2.0-only" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" |
| 6 | 6 | ||
| 7 | BPV = "1.0.0" | 7 | BPV = "1.0.0" |
| 8 | PV = "1.0.1" | 8 | PV = "1.0.2" |
| 9 | SRCREV = "87da3bfc03f3088e2e880b6b48195bb225fafeac" | 9 | SRCREV = "1748e092425a4a0ff693aa347062a57fc1ffdd00" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
