From 6edb29898ef4bb81d25461691bdac56468f4fdba Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Apr 2023 16:26:01 +0800 Subject: c-periphery: upgrade 2.3.1 -> 2.4.0 Changelog: ========== * GPIO * Add support for gpio-cdev v2 ABI. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../c-periphery/c-periphery_2.3.1.bb | 21 --------------------- .../c-periphery/c-periphery_2.4.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb create mode 100644 meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb deleted file mode 100644 index b5bdcd5b19..0000000000 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.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=4097ec544cf01e9c7cfc4bdf8e4ed887" - -SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" -SRCREV = "23bfa4ab481edbad82a69ee385fc58ce03b63084" - -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.0.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.bb new file mode 100644 index 0000000000..be8d187657 --- /dev/null +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.0.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=4097ec544cf01e9c7cfc4bdf8e4ed887" + +SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" +SRCREV = "e9799b893ec77f97045544279f0cabd28323b0a3" + +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf