[meta-freescale] [meta-fsl-arm][master][dizzy][PATCH] amd-gpu-mx51: fix file ownership in packages

Javier Viguera javier.viguera at digi.com
Mon Dec 1 07:38:53 PST 2014


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 at digi.com>
---
 recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
index 8ec5a88665bb..9d97ab071e2f 100644
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
@@ -29,9 +29,9 @@ do_install () {
     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 {} \;


More information about the meta-freescale mailing list