summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2018-04-02 20:38:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-02 18:49:22 -0400
commit1689acba487430e9968491335e9f1c05446aad52 (patch)
tree82cb6e1410edca85855855f7d75c016bffcefdd5
parent33f4a08183743e9e202e766dca09e19b72d4d53d (diff)
downloadmeta-ti-1689acba487430e9968491335e9f1c05446aad52.tar.gz
ti-ndk: 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/ndk/ti-ndk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/ndk/ti-ndk.inc b/recipes-ti/ndk/ti-ndk.inc
index 09d9ea0c..dfb09dec 100644
--- a/recipes-ti/ndk/ti-ndk.inc
+++ b/recipes-ti/ndk/ti-ndk.inc
@@ -18,4 +18,4 @@ do_install() {
18ALLOW_EMPTY_${PN} = "1" 18ALLOW_EMPTY_${PN} = "1"
19FILES_${PN}-dev += "${NDK_INSTALL_DIR_RECIPE}" 19FILES_${PN}-dev += "${NDK_INSTALL_DIR_RECIPE}"
20 20
21INSANE_SKIP_${PN}-dev = "arch ldflags staticdev" 21INSANE_SKIP_${PN}-dev = "arch ldflags staticdev file-rdeps"