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 <[email protected]> wrote: > > From: Changqing Li <[email protected]> > > 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 <[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 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 > [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
