]> code.ossystems Code Review - openembedded-core.git/commit
packages: respect PACKAGE_NO_GCONV
authorKai Kang <kai.kang@windriver.com>
Wed, 5 Dec 2018 13:00:56 +0000 (08:00 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Dec 2018 22:30:15 +0000 (22:30 +0000)
commit58446992de0f16a345f1f55b66d0d34d31dc341b
tree2f1238cc4fe984abaeaf7dc74cb44a45887625e6
parent85240094175a8ea726bfba19c00d4556a62862fc
packages: respect PACKAGE_NO_GCONV

PACKAGE_NO_GCONV is set in libc-package.bbclass if not all of
'libc-charsets libc-locale-code libc-locales' included in
DISTRO_FEATURES. And then no packages glibc-gconv-* glibc-charmap-* and
glibc-localedata-* is created. Update recipes and conf file which depend
on these packages to check required distro features.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/tclibc-glibc.inc
meta/recipes-core/glib-2.0/glib.inc
meta/recipes-core/libxml/libxml2_2.9.8.bb
meta/recipes-devtools/mtools/mtools_4.0.19.bb