Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "C library and tools for interacting with the linux GPIO character device" |
| 2 | |
| 3 | LICENSE = "LGPLv2.1+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de" |
| 5 | |
| 6 | SRC_URI = "https://www.kernel.org/pub/software/libs/libgpiod/${BP}.tar.xz" |
| 7 | |
| 8 | inherit autotools pkgconfig |
| 9 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 11 | |
| 12 | EXTRA_OECONF = "--enable-tools" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 13 | |
| 14 | PACKAGES =+ " ${PN}-tools" |
| 15 | |
| 16 | FILES_${PN}-tools = "${bindir}/*" |
Andrew Geissler | 7f40b71 | 2020-05-15 14:09:53 -0500 | [diff] [blame] | 17 | |
| 18 | PACKAGES =+ "libgpiodcxx" |
| 19 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" |