mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] glibc: fix typo GLIBC_GCONF_BASE -> GLIBC_GCONV_BASE
Date: Sat,  8 Jul 2023 09:02:55 +0200	[thread overview]
Message-ID: <20230708070255.2205928-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230704071832.3360626-1-m.tretter@pengutronix.de>

Thanks, applied as a5ff1ad3a24c700884a184feb0d65c2f56987cc2.

Michael

[sent from post-receive hook]

On Sat, 08 Jul 2023 09:02:55 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> Fix the typo in the config item to fix the grep for GCONV.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20230704071832.3360626-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/glibc.in b/rules/glibc.in
> index 345d59a306c8..2bcaa8893e64 100644
> --- a/rules/glibc.in
> +++ b/rules/glibc.in
> @@ -258,13 +258,13 @@ config GLIBC_I18N_RAWDATA
>  
>  menu "Install gconv libraries       "
>  
> -config GLIBC_GCONF_BASE
> +config GLIBC_GCONV_BASE
>  	bool
>  
>  config GLIBC_GCONV_DEF
>  	bool
>  	prompt "default gconv modules"
> -	select GLIBC_GCONF_BASE
> +	select GLIBC_GCONV_BASE
>  	default y
>  	help
>  	  install the iso8859-1 (Latin Alphabet No.1) and the iso8859-15 (Latin
> @@ -274,14 +274,14 @@ config GLIBC_GCONV_DEF
>  config GLIBC_GCONV_UTF
>  	bool
>  	prompt "gconv modules for UTF"
> -	select GLIBC_GCONF_BASE
> +	select GLIBC_GCONV_BASE
>  	help
>  	  install the gconv modules for UTF conversion
>  
>  config GLIBC_GCONV_ZH
>  	bool
>  	prompt "gconv modules for chinese language"
> -	select GLIBC_GCONF_BASE
> +	select GLIBC_GCONV_BASE
>  	help
>  	  install the gconv modules for chinese language, including BIG5
>  	  and GB18030
> diff --git a/rules/glibc.make b/rules/glibc.make
> index e3b3574ccf0b..2dd74a70fe80 100644
> --- a/rules/glibc.make
> +++ b/rules/glibc.make
> @@ -128,7 +128,7 @@ ifdef PTXCONF_GLIBC_NSL
>  	@$(call install_copy_toolchain_lib, glibc, libnsl.so.1)
>  endif
>  
> -ifdef PTXCONF_GLIBC_GCONF_BASE
> +ifdef PTXCONF_GLIBC_GCONV_BASE
>  	@$(call install_copy_toolchain_lib, glibc, gconv/gconv-modules,, n)
>  endif
>  



  reply	other threads:[~2023-07-08  7:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-04  7:18 [ptxdist] [PATCH] " Michael Tretter
2023-07-08  7:02 ` Michael Olbrich [this message]
2023-08-03 12:12   ` [ptxdist] [PATCH] migrate_ptx: add typo fix " Roland Hieber
2023-08-03 12:18     ` [ptxdist] [PATCH v2] " Roland Hieber

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=20230708070255.2205928-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=m.tretter@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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