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-bsp/edma3-lld | |
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-bsp/edma3-lld')
-rw-r--r-- | recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb index ce9ef855..7fd778a4 100644 --- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb +++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | |||
@@ -2,7 +2,7 @@ require edma3-lld.inc | |||
2 | require recipes-ti/includes/ti-paths.inc | 2 | require recipes-ti/includes/ti-paths.inc |
3 | require recipes-ti/includes/ti-staging.inc | 3 | require recipes-ti/includes/ti-staging.inc |
4 | 4 | ||
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | 6 | ||
7 | DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-cgt-arm-native ti-cgt6x-native" | 7 | DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-cgt-arm-native ti-cgt6x-native" |
8 | 8 | ||
@@ -106,8 +106,9 @@ do_compile () { | |||
106 | } | 106 | } |
107 | 107 | ||
108 | do_install () { | 108 | do_install () { |
109 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
109 | install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} | 110 | install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} |
110 | cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} | 111 | cp ${CP_ARGS} ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} |
111 | } | 112 | } |
112 | 113 | ||
113 | INSANE_SKIP_${PN}-dev = "arch ldflags" | 114 | INSANE_SKIP_${PN}-dev = "arch ldflags" |