summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2018-05-22 18:54:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-25 20:59:29 +0200
commite399eeb480607055ec22d4409ce4739a3e4ef101 (patch)
tree330fc78f791ea8af456c0c500434f33a5394eb9b
parent3423528b051354ae9df22474803fa71efb8e6e5a (diff)
downloadptxdist-e399eeb480607055ec22d4409ce4739a3e4ef101.tar.gz
ptxdist-e399eeb480607055ec22d4409ce4739a3e4ef101.tar.xz
libgpiod: version bump 1.0 -> 1.1
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libgpiod.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/libgpiod.make b/rules/libgpiod.make
index edac55bfa..ed677c2d5 100644
--- a/rules/libgpiod.make
+++ b/rules/libgpiod.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBGPIOD) += libgpiod
#
# Paths and names
#
-LIBGPIOD_VERSION := 1.0
-LIBGPIOD_MD5 := 7ea85c55c1637389d6e90ae4e8403ad6
+LIBGPIOD_VERSION := 1.1
+LIBGPIOD_MD5 := 788f5ee333e67b85bb7bd9a17a6e659f
LIBGPIOD := libgpiod-$(LIBGPIOD_VERSION)
LIBGPIOD_SUFFIX := tar.gz
LIBGPIOD_URL := https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
@@ -34,7 +34,9 @@ LIBGPIOD_CONF_TOOL := autoconf
LIBGPIOD_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--$(call ptx/endis, PTXCONF_LIBGPIOD_TOOLS)-tools \
- --disable-tests
+ --disable-tests \
+ --disable-bindings-cxx \
+ --disable-bindings-python
# libgpiod requires kernel headers >= 4.8
ifdef PTXCONF_KERNEL_HEADER