On Tue, Aug 9, 2022 at 8:16 AM Jose Quaresma <[email protected]> wrote: > > - The env BIN_PREFIX is there from the beginning but there are no references > to it, > also fix a fatal QA errors installed-vs-shipped: > > ERROR: nerdctl-v0.18.0-r0 do_package: QA Issue: nerdctl: Files/directories > were installed but not shipped in any package: > /bin > /bin/nerdctl > Please set FILES such that these items are packaged. Alternatively if they > are unneeded, avoid installing them or delete them within do_install. > nerdctl: 2 installed and not shipped files. [installed-vs-shipped] > ERROR: nerdctl-v0.18.0-r0 do_package: Fatal QA errors were found, failing > task. >
I'm building nerdctl constantly, and I'm not seeing this. So until I can reproduce the issue, I can't merge this change. Bruce > Signed-off-by: Jose Quaresma <[email protected]> > --- > recipes-containers/nerdctl/nerdctl_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-containers/nerdctl/nerdctl_git.bb > b/recipes-containers/nerdctl/nerdctl_git.bb > index 5d4d827..ad18f67 100644 > --- a/recipes-containers/nerdctl/nerdctl_git.bb > +++ b/recipes-containers/nerdctl/nerdctl_git.bb > @@ -239,8 +239,8 @@ do_compile() { > } > > do_install() { > - install -d "${D}${BIN_PREFIX}/bin" > - install -m 755 "${S}/src/import/_output/nerdctl" > "${D}${BIN_PREFIX}/bin" > + install -d ${D}${bindir} > + install -m 755 ${S}/src/import/_output/nerdctl ${D}${bindir} > } > > INHIBIT_PACKAGE_STRIP = "1" > -- > 2.37.1 > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7499): https://lists.yoctoproject.org/g/meta-virtualization/message/7499 Mute This Topic: https://lists.yoctoproject.org/mt/92913425/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
