On Thu, Feb 19, 2015 at 9:24 PM, Khem Raj <[email protected]> wrote:
> + notglibc = (re.match('.*uclibc
> , d.getVar('TARGET_OS', True)) != None) and (re.match('.*musl,
> d.getVar('TARGET_OS', True)) != None)
> + if notglibc:
Pretty sure this is a condition that will never be satisfied. This will
only succeed if TARGET_OS is both musl and uclibc. Could we skip on TCLIBC
!= glibc, to be both future proof and fix the logic?
--
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core