mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 18:04:06 +00:00
If we move the packageconfig settings from the shared inc file into the individual version recipes, we can enable the cxx bindings by default for the newer version of libgpiod. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
271 B
BlitzBasic
10 lines
271 B
BlitzBasic
require libgpiod.inc
|
|
|
|
# enable tools
|
|
PACKAGECONFIG ?= "tools"
|
|
|
|
PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev"
|
|
|
|
SRC_URI[md5sum] = "2aa1e1a80c3c919ae142ab9a55fb59ca"
|
|
SRC_URI[sha256sum] = "b773e557af1a497f786825462a776b7bf90168e67ee0a5bc5d2473a5674dc38c"
|