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 | |
| 10 | # enable tools |
| 11 | PACKAGECONFIG ?= "tools" |
| 12 | |
| 13 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" |
| 14 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools," |
| 15 | |
| 16 | PACKAGES =+ " ${PN}-tools" |
| 17 | |
| 18 | FILES_${PN}-tools = "${bindir}/*" |
| 19 | |
| 20 | RRECOMMENDS_TOOLS = "${@bb.utils.contains('PACKAGECONFIG', 'tools', '${PN}-tools', '',d)}" |
| 21 | RRECOMMENDS_${PN} += "${RRECOMMENDS_TOOLS}" |