[OE-core] [oe-commits] [openembedded-core] 10/10: bash-ptest: install additional locales

Martin Jansa martin.jansa at gmail.com
Thu Oct 12 09:15:59 UTC 2017


This seems to be causing:

NOTE: recipe bash-4.4-r0: task do_package_qa: Started
ERROR: bash-4.4-r0 do_package_qa: QA Issue: bash-ptest rdepends on
locale-base-de-de, but it isn't a build dependency? [build-deps]
ERROR: bash-4.4-r0 do_package_qa: QA Issue: bash-ptest rdepends on
locale-base-fr-fr, but it isn't a build dependency? [build-deps]
ERROR: bash-4.4-r0 do_package_qa: QA run found fatal errors. Please
consider fixing them.
ERROR: bash-4.4-r0 do_package_qa: Function failed: do_package_qa
ERROR: Logfile of failure stored in:
/OE/build/oe-core/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/bash/4.4-r0/temp/log.do_package_qa.14124
NOTE: recipe bash-4.4-r0: task do_package_qa: Failed
ERROR: Task
(/OE/build/oe-core/openembedded-core/meta/recipes-extended/bash/bash_4.4.bb:do_package_qa)
failed with exit code '1'

And also don't use append together with +=, you already have the leading
space in the value, so this is just confusing people, use normal assignment.

On Fri, Oct 6, 2017 at 1:25 PM, <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-next
> in repository openembedded-core.
>
> commit 70e544452b6825686f06484d994936ded677825f
> Author: Juro Bystricky <juro.bystricky at intel.com>
> AuthorDate: Thu Oct 5 16:28:12 2017 -0700
>
>     bash-ptest: install additional locales
>
>     bash-ptest fails several tests. This patch fixes:
>
>     FAIL: run-intl
>
>     The test used to fail because of missing locales (fr_FR, de_DE)
>
>     [YOCTO #12145]
>
>     Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
>     Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  meta/recipes-extended/bash/bash.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-extended/bash/bash.inc
> b/meta/recipes-extended/bash/bash.inc
> index f6cb7e4..f8a92b5 100644
> --- a/meta/recipes-extended/bash/bash.inc
> +++ b/meta/recipes-extended/bash/bash.inc
> @@ -24,6 +24,7 @@ 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"
>
>  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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20171012/c945a3b6/attachment.html>


More information about the Openembedded-core mailing list