From a6361a627951cea0f6476cb3c4930ba80807fa2d Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 2 Aug 2019 23:14:39 +0000 Subject: [PATCH] swtools: actually use defined CP_ARGS Signed-off-by: Denys Dmytriyenko --- 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 3e7105b6..a482ea6a 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}"