summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libgpiod/libgpiod.inc
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2019-06-05 11:04:30 -0700
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:45:33 -0700
commit9c4cfa8905a59e37db9847e64368ec82dd4b8269 (patch)
tree0ec9f978e2ff924d8f24ca0f86c16bbd1524c2c7 /meta-oe/recipes-support/libgpiod/libgpiod.inc
parentbf076ef0ab29abc67dcb65e66f59cad8002e8833 (diff)
downloadmeta-openembedded-9c4cfa8905a59e37db9847e64368ec82dd4b8269.tar.gz
libgpiod: Enable cxx bindings by default
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>
Diffstat (limited to 'meta-oe/recipes-support/libgpiod/libgpiod.inc')
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.inc b/meta-oe/recipes-support/libgpiod/libgpiod.inc
index cd77506235..89679cb919 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod.inc
+++ b/meta-oe/recipes-support/libgpiod/libgpiod.inc
@@ -7,9 +7,6 @@ SRC_URI = "https://www.kernel.org/pub/software/libs/libgpiod/${BP}.tar.xz"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10# enable tools
11PACKAGECONFIG ?= "tools"
12
13PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" 10PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev"
14PACKAGECONFIG[tools] = "--enable-tools,--disable-tools," 11PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,"
15 12