Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix issue when locale related distro features missing
@ 2018-12-05 13:00 kai.kang
  2018-12-05 13:00 ` [PATCH 1/3] glibc-locale: fix installed-vs-shipped qa issue kai.kang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kai.kang @ 2018-12-05 13:00 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

The original problem is when distro features libc-charsets libc-locale-code and
libc-locales are missing, it has installed-vs-shipped qa issue. Then fix for
image and other packages depends on glibc locale packages too.

Build image and sdk for qemux86 and qemuarm64 with and without in local.conf:

DISTRO_FEATURES_remove = "libc-charsets libc-locales libc-locale-code"


The following changes since commit 016e3dda2d6acc9b457079d11b5346a5352a431d:

  btrfs-tools: update to 4.19 (2018-12-03 12:20:01 +0000)

are available in the Git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/glibc-locale
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/glibc-locale

Kai Kang (3):
  glibc-locale: fix installed-vs-shipped qa issue
  image.bbclass: respect PACKAGE_NO_GCONV
  packages: respect PACKAGE_NO_GCONV

 meta/classes/image.bbclass                    |  5 +++++
 meta/classes/libc-package.bbclass             |  4 +---
 meta/conf/distro/include/tclibc-glibc.inc     |  2 +-
 meta/recipes-core/glib-2.0/glib.inc           |  4 +++-
 meta/recipes-core/glibc/glibc-locale.inc      | 15 +++++++++------
 meta/recipes-core/libxml/libxml2_2.9.8.bb     |  4 +++-
 meta/recipes-devtools/mtools/mtools_4.0.19.bb |  4 +++-
 7 files changed, 25 insertions(+), 13 deletions(-)

-- 
2.19.0.rc2



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-05 13:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-05 13:00 [PATCH 0/3] Fix issue when locale related distro features missing kai.kang
2018-12-05 13:00 ` [PATCH 1/3] glibc-locale: fix installed-vs-shipped qa issue kai.kang
2018-12-05 13:00 ` [PATCH 2/3] image.bbclass: respect PACKAGE_NO_GCONV kai.kang
2018-12-05 13:00 ` [PATCH 3/3] packages: " kai.kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox