diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2015-07-08 17:01:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-09 18:00:18 +0100 |
commit | 5a0f48fcb71e8944fcd229213bb73007ada9aae0 (patch) | |
tree | d4d47b4f57e44d27fb7a49ef99c2cb4472a3261d | |
parent | 32cd0c8e957eb71c07558347b3309abaca437f4a (diff) | |
download | poky-5a0f48fcb71e8944fcd229213bb73007ada9aae0.tar.gz |
ltp: Add inhibit of split
With the recent change to allow strip and split of packages
to be controlled seperately, ltp will sometimes fail to build
properly. So in addition to the existing inhibit strip, we
also want to inhibit split.
(From OE-Core rev: 2e42d68f71524360ff9564b927f9270ac4a827db)
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20150420.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20150420.bb b/meta/recipes-extended/ltp/ltp_20150420.bb index 2554f52a96..108ebf1e63 100644 --- a/meta/recipes-extended/ltp/ltp_20150420.bb +++ b/meta/recipes-extended/ltp/ltp_20150420.bb | |||
@@ -80,6 +80,7 @@ FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/lt | |||
80 | 80 | ||
81 | # Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails | 81 | # Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails |
82 | INHIBIT_PACKAGE_STRIP = "1" | 82 | INHIBIT_PACKAGE_STRIP = "1" |
83 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
83 | # However, test_arch_stripped is already stripped, so... | 84 | # However, test_arch_stripped is already stripped, so... |
84 | INSANE_SKIP_${PN} += "already-stripped" | 85 | INSANE_SKIP_${PN} += "already-stripped" |
85 | 86 | ||