diff options
-rw-r--r-- | recipes-ti/swtools/swtools_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
41 | do_install() { | 41 | do_install() { |
42 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | 42 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" |
43 | install -d ${D}${SWTOOLS_INSTALL_DIR_RECIPE} | 43 | install -d ${D}${SWTOOLS_INSTALL_DIR_RECIPE} |
44 | cp -pPrf ${S}/* ${D}${SWTOOLS_INSTALL_DIR_RECIPE} | 44 | cp ${CP_ARGS} ${S}/* ${D}${SWTOOLS_INSTALL_DIR_RECIPE} |
45 | } | 45 | } |
46 | 46 | ||
47 | FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}" | 47 | FILES_${PN}-dev += "${SWTOOLS_INSTALL_DIR_RECIPE}" |