diff options
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.bb | 20 |
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 @@ | |||
1 | SUMMARY = "C-Periphery lib used to access GPIO, LED, PWM, SPI, I2C, MMIO, Serial" | ||
2 | DESCRIPTION = "A C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux" | ||
3 | |||
4 | HOMEPAGE = "https://github.com/vsergeev/c-periphery" | ||
5 | |||
6 | SECTION = "libs" | ||
7 | |||
8 | LICENSE = "MIT" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e88456d0a60de4c71ff4d787c212f253" | ||
10 | |||
11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" | ||
12 | SRCREV = "911e989fe41eb90c7df274cb54555346caf2a632" | ||
13 | |||
14 | |||
15 | inherit cmake | ||
16 | |||
17 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||
20 | |||