From 637744d48d8c02aa1a022ab394a33ea81fe8de2c Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Thu, 8 Jun 2017 16:19:27 +0300 Subject: alsa-lib: 1.1.3 -> 1.1.4.1 Changelogs: http://alsa-project.org/main/index.php/Changes_v1.1.3_v1.1.4 http://alsa-project.org/main/index.php/Changes_v1.1.4_v1.1.4.1 Dropped backported patch 0001-ucm-parser-needs-limits.h.patch. (From OE-Core rev: e2ede4f9080e8a01504067347eb69051dc04b6ed) Signed-off-by: Tanu Kaskinen Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../alsa-lib/0001-ucm-parser-needs-limits.h.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 meta/recipes-multimedia/alsa/alsa-lib/0001-ucm-parser-needs-limits.h.patch (limited to 'meta/recipes-multimedia/alsa/alsa-lib/0001-ucm-parser-needs-limits.h.patch') diff --git a/meta/recipes-multimedia/alsa/alsa-lib/0001-ucm-parser-needs-limits.h.patch b/meta/recipes-multimedia/alsa/alsa-lib/0001-ucm-parser-needs-limits.h.patch deleted file mode 100644 index 4edaf4d961..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-lib/0001-ucm-parser-needs-limits.h.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 005ac9d2fa000912c8fb8257020a0471b1c6176c Mon Sep 17 00:00:00 2001 -From: Gustavo Zacarias -Date: Wed, 21 Dec 2016 19:46:34 -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 -Signed-off-by: Takashi Iwai - -Upstream-Status: Accepted [expected in 1.1.4] - -Signed-off-by: Tanu Kaskinen ---- - src/ucm/parser.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/ucm/parser.c b/src/ucm/parser.c -index c98373a9..f520abc5 100644 ---- a/src/ucm/parser.c -+++ b/src/ucm/parser.c -@@ -32,6 +32,7 @@ - - #include "ucm_local.h" - #include -+#include - - /** The name of the environment variable containing the UCM directory */ - #define ALSA_CONFIG_UCM_VAR "ALSA_CONFIG_UCM" --- -2.11.0 - -- cgit v1.2.3-54-g00ecf