From 5dba611f740efd12e3a7ffa5ccb78891b4069872 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:36 +0800 Subject: c-periphery: upgrade 2.4.2 -> 2.4.3 License-Update:Coyright year updated to 2025 Changelog: ============ * Fix memory safety with some older 'strerror_r()' implementations in error formatters for all modules. * Build * Fix character device GPIO support tests in Makefile for alternate shells and older versions of make. * Fix cross-compilation in Makefile from Windows. * Fix CMake minimum required version. * Add CMake package generation. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../c-periphery/c-periphery_2.4.2.bb | 21 --------------------- .../c-periphery/c-periphery_2.4.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb create mode 100644 meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb deleted file mode 100644 index 8e38517448..0000000000 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial" -DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux" - -HOMEPAGE = "https://github.com/vsergeev/c-periphery" - -SECTION = "libs" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=be30d45bdc453f70a494c149c2168289" - -SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" -SRCREV = "91f9678d2a35a3af3c633f20165bdde8bea32209" - -S = "${WORKDIR}/git" - -inherit cmake - -EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" - -BBCLASSEXTEND = "native nativesdk" - diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb new file mode 100644 index 0000000000..f512111d66 --- /dev/null +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb @@ -0,0 +1,21 @@ +SUMMARY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial" +DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux" + +HOMEPAGE = "https://github.com/vsergeev/c-periphery" + +SECTION = "libs" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e88456d0a60de4c71ff4d787c212f253" + +SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" +SRCREV = "911e989fe41eb90c7df274cb54555346caf2a632" + +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf