summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb')
-rw-r--r--recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb b/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
index a67a2d8a..a7de8e38 100644
--- a/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
+++ b/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
@@ -28,16 +28,16 @@ SRC_URI[cgt6x_7.4.16_x86_installer.sha256sum] = "baa0d1ef20397383f99f45068a6d160
28 28
29# only x86_64 is supported 29# only x86_64 is supported
30COMPATIBLE_HOST = "x86_64.*-linux" 30COMPATIBLE_HOST = "x86_64.*-linux"
31COMPATIBLE_HOST_class-target = "null" 31COMPATIBLE_HOST:class-target = "null"
32 32
33do_install() { 33do_install() {
34 install -d ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} 34 install -d ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE}
35 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c6000_7.4.16/. ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} 35 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c6000_7.4.16/. ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE}
36} 36}
37 37
38FILES_${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" 38FILES:${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}"
39 39
40INSANE_SKIP_${PN} += "arch staticdev textrel" 40INSANE_SKIP:${PN} += "arch staticdev textrel"
41 41
42INHIBIT_PACKAGE_STRIP = "1" 42INHIBIT_PACKAGE_STRIP = "1"
43INHIBIT_SYSROOT_STRIP = "1" 43INHIBIT_SYSROOT_STRIP = "1"