diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-04-08 10:44:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-08 15:10:18 +0200 |
commit | 2033a4a95b8a6ba24bb74ca66af2abd198e00cac (patch) | |
tree | 9633780ca1784a7280007960262e84d749bce038 /package/libpciaccess/0001-limits_h.patch | |
parent | 10bd658658a25177349d5a445a6e2d65f2a051fb (diff) | |
download | buildroot-2033a4a95b8a6ba24bb74ca66af2abd198e00cac.tar.gz buildroot-2033a4a95b8a6ba24bb74ca66af2abd198e00cac.zip |
package/libpciaccess: bump version to 0.13.5
Add additional md5, sha1 & sha256 hashes according to buildroot docs:
http://buildroot.uclibc.org/downloads/manual/manual.html#adding-packages-hash
> If upstream provides more than one type of hash (e.g. sha1 and sha512),
> then it is best to add all those hashes in the .hash file.
Removed patch 0001, applied upstream:
https://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=6bd2f7f92eae713663f4e13f6e2cb23526607b8c
Renumbered remaining patch.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libpciaccess/0001-limits_h.patch')
-rw-r--r-- | package/libpciaccess/0001-limits_h.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/libpciaccess/0001-limits_h.patch b/package/libpciaccess/0001-limits_h.patch deleted file mode 100644 index c5c8444a59..0000000000 --- a/package/libpciaccess/0001-limits_h.patch +++ /dev/null @@ -1,22 +0,0 @@ -Fix compilation error with musl-based toolchain - -linux_sysfs.c:751:15: error: 'PATH_MAX' undeclared (first use in this function) - char name[PATH_MAX]; - -Patch applied upstream: -http://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=8ea3af620a2d4ad5648917b4a0ef2b23ff566774 - -Signed-off-by: Felix Janda <felix.janda at posteo.de> -Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> - -diff -uNr libpciaccess-0.13.3.org/src/linux_sysfs.c libpciaccess-0.13.3/src/linux_sysfs.c ---- libpciaccess-0.13.3.org/src/linux_sysfs.c 2015-02-04 00:59:14.000000000 +0100 -+++ libpciaccess-0.13.3/src/linux_sysfs.c 2015-04-10 21:57:35.000000000 +0200 -@@ -44,6 +44,7 @@ - #include <sys/mman.h> - #include <dirent.h> - #include <errno.h> -+#include <limits.h> - - #if defined(__i386__) || defined(__x86_64__) || defined(__arm__) - #include <sys/io.h> |