Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
|
|
|
|
* These funtions are provided by C libraries like uclibc
Declaring them static here causes static not static declaration
issues reported by gcc.
|
|
It's not available on all hosts and some have broken installs.
|
|
|
|
*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
|
|
*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
|
|
* add alsa-utils-automake.patch
* fix version 1.0.14 and 1.0.15
|
|
This allows alsa-utils to build on uclibc
|