summaryrefslogtreecommitdiffstats
path: root/rules/libpciaccess.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-18 14:46:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-18 14:46:43 +0200
commitae2b0049e937054f17ad7135b5744a45451efa49 (patch)
treec4c9cea638f502fbaf2774807051c35b6a7ea30f /rules/libpciaccess.make
parent21be1ad4b35fd62f4ebaec4beb1d18bf53d5cc59 (diff)
downloadptxdist-ae2b0049e937054f17ad7135b5744a45451efa49.tar.gz
ptxdist-ae2b0049e937054f17ad7135b5744a45451efa49.tar.xz
libpciaccess: version bump 0.14 -> 0.16
Fixes building with gcc 9.x Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libpciaccess.make')
-rw-r--r--rules/libpciaccess.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libpciaccess.make b/rules/libpciaccess.make
index fe86c13f4..20136d4a2 100644
--- a/rules/libpciaccess.make
+++ b/rules/libpciaccess.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBPCIACCESS) += libpciaccess
#
# Paths and names
#
-LIBPCIACCESS_VERSION := 0.14
-LIBPCIACCESS_MD5 := 8f436e151d5106a9cfaa71857a066d33
+LIBPCIACCESS_VERSION := 0.16
+LIBPCIACCESS_MD5 := b34e2cbdd6aa8f9cc3fa613fd401a6d6
LIBPCIACCESS := libpciaccess-$(LIBPCIACCESS_VERSION)
LIBPCIACCESS_SUFFIX := tar.bz2
LIBPCIACCESS_URL := $(call ptx/mirror, XORG, individual/lib/$(LIBPCIACCESS).$(LIBPCIACCESS_SUFFIX))