package/c-libraries: need linux-headers
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Dec 2015 23:10:38 +0000 (00:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 08:54:33 +0000 (09:54 +0100)
commit863036378b257d9a9eb9908322edaf29f2121ae7
tree0d72e657edd4d3c665bcfae9dccdb2931257fc4a
parent35dc775b83b8054d27a75a218d30c7a0f15b6a6d
package/c-libraries: need linux-headers

Now that we check that a target package in the _DEPENDENCIES of another
package has to be enabled in config, all target packages must have a
kconfig symbol.

Add a Kconfig symbol for linux-headers, and select it from the packages
that depends on it (C libraries).

Also remove the now-misleading comments "for legal-info" from the C
libraries.

Fixes:
    http://autobuild.buildroot.org/results/2a9/2a9e5d27b34357819b44f573a834da1ba5079030/
    ... and numerous similar failures ...

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