summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-08-11 14:39:05 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-08-17 11:21:54 +0000
commite21c11b4a44417f67c78503bc3f954c175ac20e2 (patch)
treee1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-ti/devtools/ti-cg-xml_2.61.00.bb
parentf56051c9a8cf09f54c43b81301073eed71bbda97 (diff)
downloadmeta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-ti/devtools/ti-cg-xml_2.61.00.bb')
-rw-r--r--recipes-ti/devtools/ti-cg-xml_2.61.00.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/devtools/ti-cg-xml_2.61.00.bb b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
index e618af5a..8e36be6d 100644
--- a/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
+++ b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
@@ -29,9 +29,9 @@ do_install() {
29 cp ${CP_ARGS} ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE} 29 cp ${CP_ARGS} ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE}
30} 30}
31 31
32FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" 32FILES:${PN} += "${CG_XML_INSTALL_DIR_RECIPE}"
33 33
34INSANE_SKIP_${PN} = "arch ldflags file-rdeps" 34INSANE_SKIP:${PN} = "arch ldflags file-rdeps"
35 35
36INHIBIT_PACKAGE_STRIP = "1" 36INHIBIT_PACKAGE_STRIP = "1"
37INHIBIT_SYSROOT_STRIP = "1" 37INHIBIT_SYSROOT_STRIP = "1"