diff options
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20170116.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20170116.bb b/meta/recipes-extended/ltp/ltp_20170116.bb index a5494bc809..58af104919 100644 --- a/meta/recipes-extended/ltp/ltp_20170116.bb +++ b/meta/recipes-extended/ltp/ltp_20170116.bb | |||
@@ -107,3 +107,8 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | |||
107 | # However, test_arch_stripped is already stripped, so... | 107 | # However, test_arch_stripped is already stripped, so... |
108 | INSANE_SKIP_${PN} += "already-stripped" | 108 | INSANE_SKIP_${PN} += "already-stripped" |
109 | 109 | ||
110 | # Avoid file dependency scans, as LTP checks for things that may or may not | ||
111 | # exist on the running system. For instance it has specific checks for | ||
112 | # csh and ksh which are not typically part of OpenEmbedded systems (but | ||
113 | # can be added via additional layers.) | ||
114 | SKIP_FILEDEPS_${PN} = '1' | ||