]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-scripts.bbclass: Make it work when TCLIBC=uclibc
authorKhem Raj <raj.khem@gmail.com>
Mon, 28 Nov 2011 01:29:24 +0000 (17:29 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 29 Nov 2011 08:20:06 +0000 (00:20 -0800)
commit2278f891a9bd204d82abbd6998cf0921908f1d14
tree15f682507500a0423b6a1ef4fcae1b267758cc0a
parent1ec729dfe8e6df9a8d65d939b8a0f2b322196acf
toolchain-scripts.bbclass: Make it work when TCLIBC=uclibc

This class currently only works with eglibc. Since
it adds dependencies explicitly on eglibc when using
uclibc this creates problems. So we make sure that
it checks for TCLIBC to determine system C library
in use

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/classes/toolchain-scripts.bbclass