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

pandey_himanshu80 pandey_himanshu80 at rediffmail.com
Sat Mar 7 13:14:35 UTC 2015


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
Regards,Himanshu  


More information about the Openembedded-devel mailing list