public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Andrej Valek" <andrej.valek@siemens.com>
To: "sakoman@gmail.com" <sakoman@gmail.com>
Cc: "richard.purdie@linuxfoundation.org"
	<richard.purdie@linuxfoundation.org>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core][PATCH v2] vim: add option to disable NLS support
Date: Wed, 8 Sep 2021 07:49:16 +0000	[thread overview]
Message-ID: <67be0df323696c2822d8cb010a44631cb6c3e217.camel@siemens.com> (raw)
In-Reply-To: <CAGDS+n=1TESUosknrqcO2NePBtufzL+QwAp40zpq6MzH0mju2w@mail.gmail.com>

Hello Steve,

What's the current status in this case?

I see, that changes are in dunfell-nut branch
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=stable/dunfell-nut
. But you bumped the 3.1.11 version already
(http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=dunfell ) where
the changes are not there.

Regards,
Andrej

On Wed, 2021-09-01 at 12:35 -1000, Steve Sakoman wrote:
> On Wed, Sep 1, 2021 at 9:04 AM Andrej Valek <andrej.valek@siemens.com>
> wrote:
> > 
> > Hello Steve,
> > 
> > Could you please cherry-pick this patch into dunfell branch too?
> 
> OK, will add this to my test queue.
> 
> Steve
> 
> > 
> > Thank you,
> > Andrej
> > 
> > On Thu, 2021-08-26 at 15:15 +0200, Andrej Valek wrote:
> > > - Some distributions with UTF-8 locale have problem when National
> > > Language
> > > Support is enabled. Add there an option to disable it.
> > > 
> > > Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
> > > ---
> > >  meta/recipes-support/vim/vim.inc | 4 +++-
> > >  1 file changed, 3 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-
> > > support/vim/vim.inc
> > > index 17d1c24a7c..860fd24863 100644
> > > --- a/meta/recipes-support/vim/vim.inc
> > > +++ b/meta/recipes-support/vim/vim.inc
> > > @@ -54,11 +54,12 @@ do_compile() {
> > >      autotools_do_compile
> > >  }
> > > 
> > > -#Available PACKAGECONFIG options are gtkgui, acl, x11, tiny
> > > +#Available PACKAGECONFIG options are gtkgui, acl, x11, tiny
> > > selinux,
> > > elfutils, nls
> > >  PACKAGECONFIG ??= ""
> > >  PACKAGECONFIG += " \
> > >      ${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)} \
> > >      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui',
> > > '',
> > > d)} \
> > > +    nls \
> > >  "
> > > 
> > >  PACKAGECONFIG[gtkgui] = "--enable-gui=gtk3,--enable-gui=no,gtk+3"
> > > @@ -67,6 +68,7 @@ PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
> > >  PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"
> > >  PACKAGECONFIG[selinux] = "--enable-selinux,--disable-
> > > selinux,libselinux,"
> > >  PACKAGECONFIG[elfutils] = "--enable-elf-check,,elfutils,"
> > > +PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,,"
> > > 
> > >  EXTRA_OECONF = " \
> > >      --disable-gpm \
> > 
> > 
> > 
> > 


  reply	other threads:[~2021-09-08  7:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-23 10:12 [OE-core][PATCH] vim: add option to disable NLS support Andrej Valek
2021-08-23 11:23 ` [OE-core][PATCH v2] busybox: 1.33.1 -> 1.34.0 Andrej Valek
2021-08-23 16:12 ` [OE-core][PATCH] vim: add option to disable NLS support Khem Raj
2021-08-23 17:12   ` Andrej Valek
2021-08-23 22:14     ` Andre McCurdy
2021-08-24  6:56       ` Andrej Valek
2021-08-26  9:58         ` Andrej Valek
2021-08-26 10:59           ` Richard Purdie
2021-08-26 11:24             ` Andrej Valek
2021-08-26 12:00               ` Richard Purdie
2021-08-26 13:15 ` [OE-core][PATCH v2] " Andrej Valek
2021-09-01 19:04   ` Andrej Valek
2021-09-01 22:35     ` Steve Sakoman
2021-09-08  7:49       ` Andrej Valek [this message]
2021-09-08 14:26         ` Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=67be0df323696c2822d8cb010a44631cb6c3e217.camel@siemens.com \
    --to=andrej.valek@siemens.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=sakoman@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox