> On Mar 7, 2015, at 5:14 AM, pandey_himanshu80 
> <[email protected]> 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
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to