external-sourcery-toolchain: add linux-libc-headers to PACKAGES

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2013-05-10 09:17:22 -07:00
parent 985043fae9
commit 079d3ff35d

View File

@@ -126,6 +126,7 @@ TC_PACKAGES =+ "libgomp libgomp-dev libgomp-staticdev"
TC_PACKAGES =+ "libquadmath libquadmath-dev libquadmath-staticdev"
TC_PACKAGES =+ "libstdc++ libstdc++-dev libstdc++-staticdev"
TC_PACKAGES =+ "gdbserver gdbserver-dbg"
TC_PACKAGES =+ "${@base_conditional('PREFERRED_PROVIDER_linux-libc-headers', PN, 'linux-libc-headers linux-libc-headers-dev', '', d)}"
PACKAGES =+ "${TC_PACKAGES}"
# Inhibit warnings about files being stripped, we can't do anything about it.