diff options
author | Justin Sobota <jsobota@ti.com> | 2017-04-28 04:10:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-05-01 18:29:50 -0400 |
commit | e12f3832d1582207e5d45e6f43f7d12bb64bd9d7 (patch) | |
tree | e64a86bd7c7a55025bcc4c82f57867c4eeea0c4a /recipes-ti/framework-components/ti-framework-components.inc | |
parent | 262b851a31bdcf2e167e568662540f3585ad28d6 (diff) | |
download | meta-ti-e12f3832d1582207e5d45e6f43f7d12bb64bd9d7.tar.gz |
Resolve host contamination warnings
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/framework-components/ti-framework-components.inc')
-rw-r--r-- | recipes-ti/framework-components/ti-framework-components.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc index e111ec45..d3a1d758 100644 --- a/recipes-ti/framework-components/ti-framework-components.inc +++ b/recipes-ti/framework-components/ti-framework-components.inc | |||
@@ -11,8 +11,9 @@ S = "${WORKDIR}/framework_components_${PV}" | |||
11 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball" | 11 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball" |
12 | 12 | ||
13 | do_install() { | 13 | do_install() { |
14 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
14 | install -d ${D}${FC_INSTALL_DIR_RECIPE} | 15 | install -d ${D}${FC_INSTALL_DIR_RECIPE} |
15 | cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE} | 16 | cp ${CP_ARGS} ${S}/* ${D}${FC_INSTALL_DIR_RECIPE} |
16 | } | 17 | } |
17 | 18 | ||
18 | INSANE_SKIP_${PN} = "ldflags" | 19 | INSANE_SKIP_${PN} = "ldflags" |