summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ltp/ltp_20170516.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20170516.bb b/meta/recipes-extended/ltp/ltp_20170516.bb
index 665e08f204..1d0cc1af3a 100644
--- a/meta/recipes-extended/ltp/ltp_20170516.bb
+++ b/meta/recipes-extended/ltp/ltp_20170516.bb
@@ -114,3 +114,9 @@ INHIBIT_PACKAGE_STRIP = "1"
114INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 114INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
115# However, test_arch_stripped is already stripped, so... 115# However, test_arch_stripped is already stripped, so...
116INSANE_SKIP_${PN} += "already-stripped" 116INSANE_SKIP_${PN} += "already-stripped"
117
118# Avoid file dependency scans, as LTP checks for things that may or may not
119# exist on the running system. For instance it has specific checks for
120# csh and ksh which are not typically part of OpenEmbedded systems (but
121# can be added via additional layers.)
122SKIP_FILEDEPS_${PN} = '1'