Re: [OE-core][PATCH v2] vim: add option to disable NLS support

2021-09-08 Thread Steve Sakoman
On Tue, Sep 7, 2021 at 9:49 PM Andrej Valek  wrote:
>
> Hello Steve,
>
> What's the current status in this case?

It is in my most recent pull request for openembedded-core:

https://lists.openembedded.org/g/openembedded-core/message/155775

> I see, that changes are in dunfell-nut branch
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=stable/dunfell-nut

Patches start there for testing, then move to stable/dunfell-next when
ready for a pull request.

> . 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.

Richard took the version bump patches from yocto-docs and meta-yocto
prior to the final openembedded-core patches.  Not a problem, we plan
to build and test 3.1.11 next week and will create the 3.1.11 tag
after successful completion of testing.

Steve


> On Wed, 2021-09-01 at 12:35 -1000, Steve Sakoman wrote:
> > On Wed, Sep 1, 2021 at 9:04 AM Andrej Valek 
> > 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 
> > > > ---
> > > >  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 \
> > >
> > >
> > >
> > >
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#155795): 
https://lists.openembedded.org/g/openembedded-core/message/155795
Mute This Topic: https://lists.openembedded.org/mt/85160578/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core][PATCH v2] vim: add option to disable NLS support

2021-09-08 Thread Andrej Valek
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 
> 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 
> > > ---
> > >  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 \
> > 
> > 
> > 
> > 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#155779): 
https://lists.openembedded.org/g/openembedded-core/message/155779
Mute This Topic: https://lists.openembedded.org/mt/85160578/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core][PATCH v2] vim: add option to disable NLS support

2021-09-01 Thread Steve Sakoman
On Wed, Sep 1, 2021 at 9:04 AM Andrej Valek  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 
> > ---
> >  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 \
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#155611): 
https://lists.openembedded.org/g/openembedded-core/message/155611
Mute This Topic: https://lists.openembedded.org/mt/85160578/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core][PATCH v2] vim: add option to disable NLS support

2021-09-01 Thread Andrej Valek
Hello Steve,

Could you please cherry-pick this patch into dunfell branch too?

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 
> ---
>  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 \


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#155602): 
https://lists.openembedded.org/g/openembedded-core/message/155602
Mute This Topic: https://lists.openembedded.org/mt/85160578/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-