blob: 89679cb9193209b92ee8ce6d0df83bce0e3e7cb0 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "C library and tools for interacting with the linux GPIO character device"
2
3LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de"
5
6SRC_URI = "https://www.kernel.org/pub/software/libs/libgpiod/${BP}.tar.xz"
7
8inherit autotools pkgconfig
9
Brad Bishop316dfdd2018-06-25 12:45:53 -040010PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev"
11PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,"
12
13PACKAGES =+ " ${PN}-tools"
14
15FILES_${PN}-tools = "${bindir}/*"
16
17RRECOMMENDS_TOOLS = "${@bb.utils.contains('PACKAGECONFIG', 'tools', '${PN}-tools', '',d)}"
18RRECOMMENDS_${PN} += "${RRECOMMENDS_TOOLS}"