mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 11:59:49 +00:00
Resolve host contamination warnings
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
262b851a31
commit
e12f3832d1
@@ -25,8 +25,9 @@ TI_BIN_UNPK_CMDS=""
|
||||
TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent"
|
||||
|
||||
do_install() {
|
||||
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
|
||||
install -d ${D}${CG_XML_INSTALL_DIR_RECIPE}
|
||||
cp -pPrf ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE}
|
||||
cp ${CP_ARGS} ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}"
|
||||
|
||||
Reference in New Issue
Block a user