]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
bcusdk: make it build with the musl C library
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 8 Aug 2015 15:50:55 +0000 (17:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 8 Aug 2015 15:50:55 +0000 (17:50 +0200)
commitfeaa241ce35de6c6b8c0ad6fa6a8c0e669919037
tree66907b1c0db09a4bb9017f8e0fff50dec6cbba3a
parentaf84025bc84fe56f1328bb96bb0676c22fce7c5e
bcusdk: make it build with the musl C library

This commit makes bcusdk build with the musl C library by:

 * Adding a dependency on argp-standalone

 * Adding a patch to fix the incorrect usage of <sys/cdefs.h>

 * Adding a patch to fix a missing header include for fd_set

Both patches have been submitted upstream,
https://sourceforge.net/p/bcusdk/patches/3/.

Fixes:

  http://autobuild.buildroot.net/results/46054f28d3fde173dd8f880fa8ac2784c8e1750f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bcusdk/0001-Do-not-use-the-non-standard-sys-cdefs.h-header.patch [new file with mode: 0644]
package/bcusdk/0002-fd_set-requires-inclusion-of-sys-select.h.patch [new file with mode: 0644]
package/bcusdk/Config.in