merged Bruce On Wed, Oct 10, 2018 at 2:59 AM <[email protected]> wrote: > > From: Changqing Li <[email protected]> > > when bitbake lib32-docker-distribution, we might met below > warning: > > lib32-docker-distribution-v2.6.2-r0 do_package_qa: QA Issue: No GNU_HASH > in the elf binary: 'work/core2-32-wrsmllib32-linux/lib32-docker-distribution > /v2.6.2-r0/packages-split/lib32-docker-registry/usr/sbin/registry' [ldflags] > > which caused by "INSANE_SKIP_docker-registry += "ldflags already-stripped" > don't cover case for multilib, so add multilib prefix MLPREFIX > to fix it. > > Signed-off-by: Changqing Li <[email protected]> > --- > 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 add5ce1..d4f8098 100644 > --- a/recipes-containers/docker-distribution/docker-distribution_git.bb > +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb > @@ -57,7 +57,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 > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization
-- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
