diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-21 16:56:15 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-22 15:43:35 +0200 |
commit | e9e41d1620a68193ed6a5ee9fe94d9d10eabf279 (patch) | |
tree | 2220377c25ee887ecfe72adaec7eeb0f87c22838 /package/alsa-lib/0006-ucm-parser-needs-limits.h.patch | |
parent | 4ff538cfc77c16e6458c787f9bfb2ee93e005a2e (diff) | |
download | buildroot-e9e41d1620a68193ed6a5ee9fe94d9d10eabf279.tar.gz buildroot-e9e41d1620a68193ed6a5ee9fe94d9d10eabf279.zip |
package/alsa-lib: bump version to 1.1.4
Removed patches applied upstream:
0005-remove-powerpc64-workaround.patch
http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=3bad0a21b4d13d8d10691f382c836897fa7a7cb9
0006-ucm-parser-needs-limits.h.patch
http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=9ed4075f05a4242f32331f7f2c365767970f5003
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/alsa-lib/0006-ucm-parser-needs-limits.h.patch')
-rw-r--r-- | package/alsa-lib/0006-ucm-parser-needs-limits.h.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/alsa-lib/0006-ucm-parser-needs-limits.h.patch b/package/alsa-lib/0006-ucm-parser-needs-limits.h.patch deleted file mode 100644 index b47dedb3a9..0000000000 --- a/package/alsa-lib/0006-ucm-parser-needs-limits.h.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 13a796b4bd00defa9f9297fd23d508b430682aed Mon Sep 17 00:00:00 2001 -From: Gustavo Zacarias <gustavo@zacarias.com.ar> -Date: Wed, 21 Dec 2016 19:41:26 -0300 -Subject: [PATCH] ucm: parser needs limits.h - -It's using PATH_MAX which is defined there, otherwise the build fails on -musl libc. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> ---- -Patch status: sent to alsa-devel ML. - - src/ucm/parser.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/ucm/parser.c b/src/ucm/parser.c -index c98373a..f520abc 100644 ---- a/src/ucm/parser.c -+++ b/src/ucm/parser.c -@@ -32,6 +32,7 @@ - - #include "ucm_local.h" - #include <dirent.h> -+#include <limits.h> - - /** The name of the environment variable containing the UCM directory */ - #define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM" --- -2.10.2 - |