From 6c65d53796164e3410314964cec778ba28d96153 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 1 Dec 2020 10:16:12 +0800 Subject: c-periphery: upgrade 2.2.4 -> 2.2.5 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../c-periphery/c-periphery_2.2.4.bb | 21 --------------------- .../c-periphery/c-periphery_2.2.5.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb create mode 100644 meta-oe/recipes-support/c-periphery/c-periphery_2.2.5.bb diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.bb deleted file mode 100644 index 621e174ff0..0000000000 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.2.4.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" -SRCREV = "d34077d7ee45fa7d1947cc0174919452fac31597" - -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.2.5.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.2.5.bb new file mode 100644 index 0000000000..ff05227aa6 --- /dev/null +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.2.5.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" +SRCREV = "513f5edbcf2f2ec5c0cd711d1cc312eb2d753f1b" + +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" + +BBCLASSEXTEND = "native nativesdk" + -- cgit 1.2.3-korg