]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
alsa-lib: topology: Add missing include sys/stat.h
authorMaxin B. John <maxin.john@intel.com>
Mon, 22 Feb 2016 10:37:27 +0000 (12:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Feb 2016 20:42:34 +0000 (20:42 +0000)
commit9ec2c6d4fd9c5c1f745f4d402922b73649ff6287
tree063dbc9d4e3c7ef3c5382da66aca8d6a3ca36dfb
parent8e94bd650c3480dce6d33b7e7b5af0a440757c29
alsa-lib: topology: Add missing include sys/stat.h

Fixes this build error with uclibc:

alsa-lib-1.1.0/src/topology/parser.c: In function 'snd_tplg_build_file':
alsa-lib-1.1.0/src/topology/parser.c:262:35: error: 'S_IRUSR' undeclared
(first use in this function)
open(outfile, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-lib/0001-topology-Add-missing-include-sys-stat.h.patch [new file with mode: 0644]
meta/recipes-multimedia/alsa/alsa-lib_1.1.0.bb