summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-05-09 10:22:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-18 14:01:48 +0100
commit88d8f24ac9313c3753cba0b3de14f6996aa1736c (patch)
tree4db14ef6e044f52e9bc850bc51517e52b108bf2a /meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch
parent844f4fa43f89db504ffb45c605f36a0c18018500 (diff)
downloadpoky-88d8f24ac9313c3753cba0b3de14f6996aa1736c.tar.gz
libpciaccess: 0.13.4 -> 0.13.5
1) Upgrade libpciaccess from 0.13.4 to 0.13.5. 3) Delete three patches, since they are integrated upstream. 0001-Include-config.h-before-anything-else-in-.c.patch 0002-Fix-quoting-issue.patch 0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch (From OE-Core rev: ef4bc266fb9e27d3335ba81a6a0f8ba19e3eb41f) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch')
-rw-r--r--meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch b/meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch
deleted file mode 100644
index f513c8e59c..0000000000
--- a/meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1From 6bd2f7f92eae713663f4e13f6e2cb23526607b8c Mon Sep 17 00:00:00 2001
2From: Felix Janda <felix.janda@posteo.de>
3Date: Fri, 1 May 2015 16:36:50 +0200
4Subject: [PATCH 3/4] linux_sysfs.c: Include <limits.h> for PATH_MAX
5
6Fixes compilation with musl libc.
7
8Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
9Signed-off-by: Felix Janda <felix.janda@posteo.de>
10Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
11Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
12---
13Upstream-Status: Backport
14
15 src/linux_sysfs.c | 1 +
16 1 file changed, 1 insertion(+)
17
18diff --git a/src/linux_sysfs.c b/src/linux_sysfs.c
19index 50d94cf..3f95e53 100644
20--- a/src/linux_sysfs.c
21+++ b/src/linux_sysfs.c
22@@ -45,6 +45,7 @@
23 #include <sys/types.h>
24 #include <sys/stat.h>
25 #include <fcntl.h>
26+#include <limits.h>
27 #include <sys/mman.h>
28 #include <dirent.h>
29 #include <errno.h>
30--
312.1.4
32