All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-core@lists.openembedded.org
Subject: Re: bash: add missing build dependencies for ptest
Date: Tue, 9 Jan 2018 13:55:04 -0500	[thread overview]
Message-ID: <20180109185504.GC9657@denix.org> (raw)
In-Reply-To: <20180109015738.GB9657@denix.org>

I believe below DEPENDS line should actually refer "virtual/libc-locale" 
instead of directly "glibc-locale":

http://cgit.openembedded.org/openembedded-core/tree/meta/conf/distro/include/tclibc-glibc.inc


On Mon, Jan 08, 2018 at 08:57:38PM -0500, Denys Dmytriyenko wrote:
> Somehow, below change was never sent or discussed on the list - can't seem to 
> find it.
> 
> Does this mean bash always requires glibc-locale built, even if I don't use 
> ptest or enable locale?
> 
> -- 
> Denys
> 
> 
> 
> commit 2820a2c530018f59895fb57770caa8511d31afd4
> Author: Ross Burton <ross.burton@intel.com>
> Date:   Fri Oct 13 14:52:16 2017 +0100
> 
>     bash: add missing build dependencies for ptest
>     
>     Signed-off-by: Ross Burton <ross.burton@intel.com>
> 
> diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
> index f8a92b5..f4e1f7a 100644
> --- a/meta/recipes-extended/bash/bash.inc
> +++ b/meta/recipes-extended/bash/bash.inc
> @@ -24,7 +24,9 @@ ALTERNATIVE_PRIORITY = "100"
>  RDEPENDS_${PN} += "base-files"
>  RDEPENDS_${PN}_class-nativesdk = ""
>  RDEPENDS_${PN}-ptest += "make"
> -RDEPENDS_${PN}-ptest_append_libc-glibc += " locale-base-fr-fr locale-base-de-de"
> +
> +DEPENDS_append_libc-glibc = " glibc-locale"
> +RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de"
>  
>  USERADD_PACKAGES = "${PN}-ptest"
>  USERADD_PARAM_${PN}-ptest = "--create-home --user-group test"
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


      reply	other threads:[~2018-01-09 18:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-09  1:57 bash: add missing build dependencies for ptest Denys Dmytriyenko
2018-01-09 18:55 ` Denys Dmytriyenko [this message]

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=20180109185504.GC9657@denix.org \
    --to=denis@denix.org \
    --cc=openembedded-core@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.