diff options
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.bb | 6 |
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 |
| 30 | COMPATIBLE_HOST = "x86_64.*-linux" | 30 | COMPATIBLE_HOST = "x86_64.*-linux" |
| 31 | COMPATIBLE_HOST_class-target = "null" | 31 | COMPATIBLE_HOST:class-target = "null" |
| 32 | 32 | ||
| 33 | do_install() { | 33 | do_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 | ||
| 38 | FILES_${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" | 38 | FILES:${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" |
| 39 | 39 | ||
| 40 | INSANE_SKIP_${PN} += "arch staticdev textrel" | 40 | INSANE_SKIP:${PN} += "arch staticdev textrel" |
| 41 | 41 | ||
| 42 | INHIBIT_PACKAGE_STRIP = "1" | 42 | INHIBIT_PACKAGE_STRIP = "1" |
| 43 | INHIBIT_SYSROOT_STRIP = "1" | 43 | INHIBIT_SYSROOT_STRIP = "1" |
