[meta-ti] [thud/master][PATCH] swtools: actually use defined CP_ARGS

Denys Dmytriyenko denys at ti.com
Fri Aug 2 10:14:39 PDT 2019


Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 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



More information about the meta-ti mailing list