mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-19 00:36:44 +00:00
c-periphery: add recipe
Signed-off-by: Joris Offouga <offougajoris@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d85613d8d1
commit
bebeebc72c
21
meta-oe/recipes-support/c-periphery/c-periphery_2.2.1.bb
Normal file
21
meta-oe/recipes-support/c-periphery/c-periphery_2.2.1.bb
Normal file
@ -0,0 +1,21 @@
|
||||
SUMMURY = "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 = "c2aa7d164f87b807077daeeb3443a56b89e1d1c9"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user