summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb')
-rw-r--r--meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
new file mode 100644
index 0000000000..058ede614e
--- /dev/null
+++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
@@ -0,0 +1,20 @@
1SUMMARY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial"
2DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"
3
4HOMEPAGE = "https://github.com/vsergeev/c-periphery"
5
6SECTION = "libs"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=e88456d0a60de4c71ff4d787c212f253"
10
11SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master"
12SRCREV = "911e989fe41eb90c7df274cb54555346caf2a632"
13
14
15inherit cmake
16
17EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
18
19BBCLASSEXTEND = "native nativesdk"
20