Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 recipes-ti/swtools/swtools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-ti/swtools/swtools_git.bb 
b/recipes-ti/swtools/swtools_git.bb
index 3e7105b..a482ea6 100644
--- a/recipes-ti/swtools/swtools_git.bb
+++ b/recipes-ti/swtools/swtools_git.bb
@@ -41,7 +41,7 @@ do_compile() {
 do_install() {
        CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
        install -d ${D}${SWTOOLS_INSTALL_DIR_RECIPE}
-       cp -pPrf ${S}/* ${D}${SWTOOLS_INSTALL_DIR_RECIPE}
+       cp ${CP_ARGS} ${S}/* ${D}${SWTOOLS_INSTALL_DIR_RECIPE}
 }
 
 FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}"
-- 
2.7.4

-- 
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to