> On Mar 7, 2015, at 5:14 AM, pandey_himanshu80 > <[email protected]> wrote: > > Hi Sir, > My recipe contains following lines in do_install() section: > install -d ${D}${base_bindir} > install -d ${D}${base_sbindir} install -d > ${D}${sbindir} install -d > ${D}/${localstatedir}/lib/stateless install -d > ${D}/${localstatedir}/log install -d > ${D}/${localstatedir}/run > install -m 0755 ${S}/src/netreport > ${D}/${localstatedir}/run > FILES_${PN} += "${localstatedir}/run" > I am getting the following error: > ERROR: QA Issue: initscripts: Files/directories were installed but not > shipped /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 > -- > _______________________________________________ > 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
