From 1b90f9efa6ce4376a1df8ecc1e8ff5183861008d Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Wed, 21 Jun 2017 02:33:28 +0000 Subject: multiprocmgr-rtos: Update to remove host contamination warning Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- 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 c88f0d7f..4147ee27 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 -- cgit v1.2.3-54-g00ecf