blob: 07ce35a7f2f5518ec20ec33583994eda92893c55 [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"
Brad Bishop23eaf032019-11-20 05:15:02 -050011
12EXTRA_OECONF = "--enable-tools"
Brad Bishop316dfdd2018-06-25 12:45:53 -040013
14PACKAGES =+ " ${PN}-tools"
15
16FILES_${PN}-tools = "${bindir}/*"