[oe-commits] [openembedded-core] 15/21: bash: add missing build dependencies for ptest

Martin Jansa martin.jansa at gmail.com
Mon Nov 20 10:16:15 UTC 2017


Just FYI:

I see that this was merged, but it still doesn't resolve (for me) the QA
issue I've reported on the previous bash change which caused it:
http://lists.openembedded.org/pipermail/openembedded-core/2017-October/143289.html
and Juro was aware of this issue as well:
http://lists.openembedded.org/pipermail/openembedded-core/2017-October/143273.html

e.g. today's build:
http://errors.yoctoproject.org/Errors/Details/159106/

depends from bitbake -e:
DEPENDS="autoconf-native automake-native libtool-native libtool-cross
gnu-config-native   icecc-create-env-native virtual/aarch64-oe-linux-gcc
virtual/aarch64-oe-linux-compilerlibs virtual/libc gettext-native ncurses
bison-native virtual/libiconv texinfo-native glibc-locale
virtual/update-alternatives"

Then I've noticed that my local.conf has:
LIBC_GENERATE_LOCALES = "en_US.UTF-8 en_GB.UTF-8 cs_CZ.UTF-8"
which prevented glibc-locale in generating de-de and fr-fr locales.

So the QA error was correct.

On Tue, Oct 17, 2017 at 12:53 AM, <git at git.openembedded.org> wrote:

> This is an automated email from the git hooks/post-receive script.
>
> rpurdie pushed a commit to branch master
> in repository openembedded-core.
>
> commit 2820a2c530018f59895fb57770caa8511d31afd4
> Author: Ross Burton <ross.burton at intel.com>
> AuthorDate: Fri Oct 13 14:52:16 2017 +0100
>
>     bash: add missing build dependencies for ptest
>
>     Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  meta/recipes-extended/bash/bash.inc | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> 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"
>
> --
> To stop receiving notification emails like this one, please contact
> the administrator of this repository.
> --
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>


More information about the Openembedded-commits mailing list