mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 19:00:49 +00:00
swtools: actually use defined CP_ARGS
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user