[meta-ti] [morty/master][PATCH] multiprocmgr-rtos: Update to remove host contamination warning

Sam Nelson sam.nelson at ti.com
Tue Jun 20 13:33:28 PDT 2017


Signed-off-by: Sam Nelson <sam.nelson at ti.com>
---
 recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
index c88f0d7..4147ee2 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
@@ -6,7 +6,7 @@ require recipes-ti/multiprocmgr/multiprocmgr.inc
 
 DEPENDS = "ti-cgt6x-native"
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 PACKAGES =+ "${PN}-test"
 FILES_${PN}-test = "${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin/*.out \
@@ -22,8 +22,9 @@ do_compile() {
 }
 
 do_install() {
+    CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
     install -d ${D}${MPM_INSTALL_DIR_RECIPE}
-    cp -pPrf ${S}/* ${D}${MPM_INSTALL_DIR_RECIPE}
+    cp ${CP_ARGS} ${S}/* ${D}${MPM_INSTALL_DIR_RECIPE}
 
     # Copy C66x binaries
     install -d ${D}${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin
-- 
1.9.1



More information about the meta-ti mailing list