[oe] ERROR: QA Issue: initscripts: Files/directories were installed but not shipped

Khem Raj raj.khem at gmail.com
Sat Mar 7 17:11:35 UTC 2015


> On Mar 7, 2015, at 5:14 AM, pandey_himanshu80 <pandey_himanshu80 at rediffmail.com> wrote:
> 
> Hi Sir,
> My recipe contains following lines in do_install() section:
> &nbsp; &nbsp; &nbsp; &nbsp; install -d ${D}${base_bindir}&nbsp; &nbsp; &nbsp; &nbsp; install -d ${D}${base_sbindir}&nbsp; &nbsp; &nbsp; &nbsp; install -d ${D}${sbindir}&nbsp; &nbsp; &nbsp; &nbsp; install -d ${D}/${localstatedir}/lib/stateless&nbsp; &nbsp; &nbsp; &nbsp; install -d ${D}/${localstatedir}/log&nbsp; &nbsp; &nbsp; &nbsp; install -d ${D}/${localstatedir}/run
> &nbsp; &nbsp; &nbsp; &nbsp; install -m 0755 ${S}/src/netreport &nbsp; &nbsp; &nbsp;${D}/${localstatedir}/run
> FILES_${PN} += "${localstatedir}/run"
> I am getting the following error:
> ERROR: QA Issue: initscripts: Files/directories were installed but not shipped&nbsp; /runERROR: QA run found fatal errors. Please consider fixing them.ERROR: Function failed: do_package_qa


Please use sane mail programs, your client seems to be molesting the emails.

/run is a runtime directory so you should find a different way to get this file into /run folder at runtime
a simple install at build time into /run won’t help.

> Regards,Himanshu &nbsp;
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list