Files
meta-openembedded/meta-oe/recipes-support/c-periphery/c-periphery_2.4.1.bb
Wang Mingyu 8286524f1f c-periphery: upgrade 2.4.0 -> 2.4.1
Changelog:
 * Fix realtime timestamp reporting for line events in gpio-cdev v2 implementation.

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00

22 lines
589 B
BlitzBasic

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 = "6c5302cf8255c9bb75e535c566a8f1d94cfded5d"
S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
BBCLASSEXTEND = "native nativesdk"