summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2018-04-10 21:31:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-16 21:43:28 -0400
commit2bb8aeeccb22f5aeb59070f23c075d1a2d507c0d (patch)
tree97ebdde3bfbca1153ac3c0e8fb4813175203c76c
parent137e919b042cc4169f793946b687bceaa12ce52a (diff)
downloadmeta-ti-2bb8aeeccb22f5aeb59070f23c075d1a2d507c0d.tar.gz
ti-cg-xml: skip file-rdeps check
* pre-packaged binaries depend on libc.so.6 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/ti-cg-xml_2.41.00.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
index d3c3ffe2..5c0ff63b 100644
--- a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
+++ b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
@@ -32,7 +32,7 @@ do_install() {
32 32
33FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" 33FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}"
34 34
35INSANE_SKIP_${PN} = "arch ldflags" 35INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
36 36
37INHIBIT_PACKAGE_STRIP = "1" 37INHIBIT_PACKAGE_STRIP = "1"
38INHIBIT_SYSROOT_STRIP = "1" 38INHIBIT_SYSROOT_STRIP = "1"