Re: [OE-core] [PATCH 1/3] alsa-lib: update 1.1.2 -> 1.1.3

2017-01-19 Thread Burton, Ross
Breaks under musl: | ../../../alsa-lib-1.1.3/src/ucm/parser.c: In function 'is_component_directory': | ../../../alsa-lib-1.1.3/src/ucm/parser.c:1392:39: error: 'PATH_MAX' undeclared (first use in this function) |if (!strncmp(dir, component_dir[i], PATH_MAX)) |

Re: [OE-core] [PATCH 1/3] alsa-lib: update 1.1.2 -> 1.1.3

2017-01-17 Thread Burton, Ross
Apologies, queued locally. Ross On 17 January 2017 at 22:30, Andreas Müller wrote: > Ping on this series + follow up > > 'alsa-utils(-scripts): fix compile on build machines with > python-docutils installed' > > Andreas > -- >

Re: [OE-core] [PATCH 1/3] alsa-lib: update 1.1.2 -> 1.1.3

2017-01-17 Thread Andreas Müller
Ping on this series + follow up 'alsa-utils(-scripts): fix compile on build machines with python-docutils installed' Andreas -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH 1/3] alsa-lib: update 1.1.2 -> 1.1.3

2017-01-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/recipes-multimedia/alsa/{alsa-lib_1.1.2.bb => alsa-lib_1.1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-lib_1.1.2.bb => alsa-lib_1.1.3.bb} (91%) diff --git