package/libpciaccess: bump version to 0.16

Removed patch applied upstream:
1d71669e57

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2019-07-20 10:08:34 +02:00 committed by Peter Korsgaard
parent c28e68058a
commit e0abd6d115
3 changed files with 6 additions and 27 deletions

View file

@ -1,20 +0,0 @@
Fix musl build
Inspired by http://patchwork.openembedded.org/patch/111661/
"inb/outb are implemented for ARM on glibc but not on linux in general
therefore the conditional has to reflect that"
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
diff -uNr libpciaccess-0.13.4.org/src/linux_sysfs.c libpciaccess-0.13.4/src/linux_sysfs.c
--- libpciaccess-0.13.4.org/src/linux_sysfs.c 2015-05-01 06:44:47.000000000 +0200
+++ libpciaccess-0.13.4/src/linux_sysfs.c 2016-01-24 15:27:57.141562678 +0100
@@ -49,7 +49,7 @@
#include <dirent.h>
#include <errno.h>
-#if defined(__i386__) || defined(__x86_64__) || defined(__arm__)
+#if defined(__i386__) || defined(__x86_64__)
#include <sys/io.h>
#else
#define inb(x) -1

View file

@ -1,8 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2019-July/003004.html
md5 843e92d0eef94684a4eb9a2d311bfb12 libpciaccess-0.15.tar.bz2
sha1 e89fe53622533650203271945759e5e397cdbe10 libpciaccess-0.15.tar.bz2
sha256 a75643bb5cd02f6da8667d437b76492842dd56bc88e3dfb8410f5d535b99f5dc libpciaccess-0.15.tar.bz2
sha512 c34abc438c549db22d27d71d63e13f93cb547eaea238ff2d193627b83a5877e2b34f6fcf4cdaf9b4f0c6b78206447fd9a578454783cfb4e9010e8de20de1364e libpciaccess-0.15.tar.bz2
# From https://lists.x.org/archives/xorg-announce/2019-July/003014.html
md5 b34e2cbdd6aa8f9cc3fa613fd401a6d6 libpciaccess-0.16.tar.bz2
sha1 ffaa13f2df5f822da1089b55223b217c142ef919 libpciaccess-0.16.tar.bz2
sha256 214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489 libpciaccess-0.16.tar.bz2
sha512 2f250048a270dfc0823d4bdd613aa272c58a80eaafd922850f56c4b6f7a45a263ed4cf521b52b49f04484ea44ebefb7407d079aa058318a5751ffb181e38fed1 libpciaccess-0.16.tar.bz2
# Hash for license file:
sha256 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608 COPYING

View file

@ -4,7 +4,7 @@
#
################################################################################
LIBPCIACCESS_VERSION = 0.15
LIBPCIACCESS_VERSION = 0.16
LIBPCIACCESS_SOURCE = libpciaccess-$(LIBPCIACCESS_VERSION).tar.bz2
LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
LIBPCIACCESS_LICENSE = MIT