]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
toolchain: include C libraries in legal-info
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 25 Jul 2014 20:06:27 +0000 (22:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 26 Jul 2014 07:01:40 +0000 (09:01 +0200)
commit822be877376d481947772dc09cd64ea454b6153c
tree9867fbd77e687f04df00498e7723d2f227a2a180
parentb1a11a0ccc3089c1a33e2bc2fe8bfca6728d6174
toolchain: include C libraries in legal-info

So far, the legal-info infrastructure was not exporting the legal
info for the C libraries. This is because the legal-info only acts
on packages defined in $(TARGETS).

But the C libraries are never added to $(TARGETS), since there is no
corresponding BR2_PACKAGE_<C-LIBRARY>.

This patch adds such symbols for the 4 C libraries we support in our
internal backend: uClibc, glibc, eglibc and musl.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glibc/Config.in
package/musl/Config.in [new file with mode: 0644]
package/uclibc/Config.in