]> code.ossystems Code Review - openembedded-core.git/commit
glibc_2.21.bb: Fix condition to skip parsing the recipe for non-glibc libc
authorKhem Raj <raj.khem@gmail.com>
Fri, 27 Feb 2015 17:19:55 +0000 (17:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2015 16:00:17 +0000 (16:00 +0000)
commit6feef44751d98c55a2764d70c26d170f90b73f9d
tree48147d02c95722e4e3500f846880cdde9fa2cdcf
parent3993378c9a8994688fda15a5cd05e04a435d2d54
glibc_2.21.bb: Fix condition to skip parsing the recipe for non-glibc libc

The condition should be uclibc 'or' musl then we know its not glibc
right now it checks with 'and' operator, that condition will never be
true

Change-Id: Ifc48e81fd0b3c18d8e1ef76a18c216dc6acda092
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glibc/glibc_2.21.bb