]> code.ossystems Code Review - openembedded-core.git/commit
libidn2: Fix libunistring detection
authorKhem Raj <raj.khem@gmail.com>
Sun, 19 Aug 2018 17:23:41 +0000 (10:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Aug 2018 10:59:44 +0000 (11:59 +0100)
commit9a4ea4ff856e2379888ea5cdcc0e761956e1f53b
tree81677557fc5666f6fba682d4fe64c53c82e48533
parent6902d807d3ce13ea7abffebf349d66100ac023db
libidn2: Fix libunistring detection

libunistring is one such library which many autotooled packages
mistake to use from build system if its installed on it. This
is specifically toxic when build host arch is same as target arch
since we only see the problem during runtime but thankfully OE
has build time QA which warns about it.

QA Issue: libidn2: The compile log indicates that host include and/or library paths were used.

Using --with-libunistring-prefix nudges the autoconf system for the
component to first look into target sysroot before going on to search
on the build host

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libidn/libidn2_2.0.5.bb