aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-18 12:25:03 +0800
committerKhem Raj <raj.khem@gmail.com>2023-07-20 19:08:56 -0700
commit31a9e70c845a09cb23e92ee528e2757156bae15c (patch)
treec75f46dd9c8424d9c9785a543e7e3f40e1a9d82e /meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb
parent665f9ae34e734d3c3fedba2c2bab9c7074a1d6e1 (diff)
downloadmeta-openembedded-contrib-31a9e70c845a09cb23e92ee528e2757156bae15c.tar.gz
c-periphery: upgrade 2.4.1 -> 2.4.2
Changelog: =========== * GPIO * Fix building under Linux kernel headers missing realtime event timestamp support in the gpio-cdev v2 ABI. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb')
-rw-r--r--meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb21
1 files changed, 21 insertions, 0 deletions
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
new file mode 100644
index 0000000000..8e38517448
--- /dev/null
+++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.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=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"
+