Fix some more QA warnings:
WARNING: log_check: There is a warn message in the logfile
WARNING: log_check: Matched keyword: [warn]
WARNING: log_check: warning: user xxxx does not exist - using root
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
install -d ${D}${bindir}
install -d ${D}${includedir}
- cp -axr ${S}/usr/bin/* ${D}${bindir}
- cp -axf ${S}/usr/lib/* ${D}${libdir}
- cp -axr ${S}/usr/include/* ${D}${includedir}
+ cp -Pr ${S}/usr/bin/* ${D}${bindir}
+ cp -Pr ${S}/usr/lib/* ${D}${libdir}
+ cp -Pr ${S}/usr/include/* ${D}${includedir}
find ${D}${bindir} -type f -exec chmod 755 {} \;
find ${D}${libdir} -type f -exec chmod 644 {} \;