[OE-core] [PATCH 5/5] glibc: Dont offer to be parsed for non-glibc TCLIBC selection

Christopher Larson clarson at kergoth.com
Mon Feb 23 15:00:34 UTC 2015


On Thu, Feb 19, 2015 at 9:24 PM, Khem Raj <raj.khem at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150223/bec1465f/attachment-0002.html>


More information about the Openembedded-core mailing list