aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-10-17 19:49:51 +0200
committerKhem Raj <raj.khem@gmail.com>2020-10-18 12:45:15 -0700
commit58fb6032099dddde546401fd1e88c62f77739c8d (patch)
tree4fc2cf6966e1be2af8755a0f90245a8e1da3c387
parent86a7820b7964ff91d7a26ac5c506e83292e347a3 (diff)
downloadmeta-openembedded-58fb6032099dddde546401fd1e88c62f77739c8d.tar.gz
c-periphery: upgrade 2.2.1 -> 2.2.4
This includes the following changes: d34077d update version to v2.2.4 ffdb54c changelog: update to v2.2.4 c552ec7 mmio: clear handle ptr on error to prevent spurious munmap() in mmio_close() c9bce3a serial: clear handle fd on error to prevent spurious close() in serial_close() 5081fe1 spi: clear handle fd on error to prevent spurious close() in spi_close() 879ef69 i2c: clear handle fd on error to prevent spurious close() in i2c_close() 711e639 gpio: clear handle fd on error to prevent spurious close() in gpio_close() 8988d25 gpio: move handle fd clear after their respective close() in gpio_close() 85a71a1 update version to v2.2.3 d8e68ab changelog: update to v2.2.3 5ecec64 spi: fix formatted bits per word truncation in spi_tostring() 5b81b89 gpio: disable cdev implementation under older gpio-cdev linux abi 3279138 make: add test for cdev gpio support in kernel headers 1de776e update version to v2.2.2 1b1df4d changelog: update to v2.2.2 50fcd0a docs/gpio: add note about kernel headers required for cdev support 05262e6 gpio: add conditional compilation of cdev implementation caadb46 cmake: add build option for tests ea1e0da cmake: fix identifying COMMIT_ID within build system 76b7c22 gpio: increase feature test macro version for missing definitions 80bc63d cmake: use relative source and binary directory paths Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb (renamed from meta-oe/recipes-support/c-periphery/c-periphery_2.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.2.1.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb
index b53cd6b19f..daa681a2b6 100644
--- a/meta-oe/recipes-support/c-periphery/c-periphery_2.2.1.bb
+++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb
@@ -9,7 +9,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887"
SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https"
-SRCREV = "c2aa7d164f87b807077daeeb3443a56b89e1d1c9"
+SRCREV = "d34077d7ee45fa7d1947cc0174919452fac31597"
S = "${WORKDIR}/git"