[meta-virtualization] [PATCH] docker-distribution: fix do package qa warning[ldflags]

Bruce Ashfield bruce.ashfield at gmail.com
Sun Sep 30 18:15:05 PDT 2018


The shortlog of this isn't quite right.

You are not really fixing the QA warning, but are making sure that it
is masked in some sort of multlib configuration ?
That needs to be clarified in the shortlog.

On Sat, Sep 29, 2018 at 11:17 PM <changqing.li at windriver.com> wrote:
>
> From: Changqing Li <changqing.li at windriver.com>
>
> fix below warning:
> do_package_qa: QA Issue: No GNU_HASH in the elf binary:
> xxx/usr/sbin/registry' [ldflags]

And the configuration explained here.

Bruce

>
> Signed-off-by: Changqing Li <changqing.li at windriver.com>
> ---
>  recipes-containers/docker-distribution/docker-distribution_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb
> index 7c7bce2..23d94c9 100644
> --- a/recipes-containers/docker-distribution/docker-distribution_git.bb
> +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb
> @@ -58,7 +58,7 @@ do_install() {
>  }
>
>  INSANE_SKIP_${PN} += "ldflags already-stripped"
> -INSANE_SKIP_docker-registry += "ldflags already-stripped"
> +INSANE_SKIP_${MLPREFIX}docker-registry += "ldflags already-stripped"
>
>  FILES_docker-registry = "${sbindir}/*"
>  FILES_docker-registry += "${systemd_unitdir}/system/docker-registry.service"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list