summaryrefslogtreecommitdiff
path: root/packages/alsa/files
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko5
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-02-13alsa-utils: QA-fix for m4 syntaxwoglinde1
2009-02-13alsa-utils: Delete unused alsa-utils-strl-funcs-non-static.patchKhem Raj1
2009-02-12alsa-utils_1.0.18: Check for strlcat and stlcpy functions during configureKhem Raj1
2009-01-25alsa-utils: Do not make strl* functions as static.Khem Raj1
* These funtions are provided by C libraries like uclibc Declaring them static here causes static not static declaration issues reported by gcc.
2009-01-22alsa-utils 1.0.18: Remove xmlto usage from the buildMark Brown1
It's not available on all hosts and some have broken installs.
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-07-21alsa-oss: fix libio.patchHenning Heinold1
*stupid else vs. #else from some how dont break uclibc build so I catched not _fildes vs __filedes, fixed now to, thanks to shoragan to spot this * add LEAD_SONAME as suggested by bitbake * bump PR this time the rightway
2008-07-20alsa-oss: fix stdioemu.c for uclibcHenning Heinold1
*on none glibc systems libio.h is not there and FILE._fileno is not defined *on uclibc _fileno is _filedes *provide autoconf magic which check for structure *bump PR
2007-11-02alsa-utils: fix bug 2348, nls problem with libintlHenning Heinold1
* add alsa-utils-automake.patch * fix version 1.0.14 and 1.0.15
2005-09-06alsa-utils: alsamixer.c is patched to use strsignal not sys_siglistJohn Bowler2
This allows alsa-utils to build on uclibc