[oe-commits] Yue Tao : ltp: Add inhibit of split

git at git.openembedded.org git at git.openembedded.org
Wed Jul 8 12:16:45 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 2e42d68f71524360ff9564b927f9270ac4a827db
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2e42d68f71524360ff9564b927f9270ac4a827db

Author: Yue Tao <Yue.Tao at windriver.com>
Date:   Wed Jul  8 17:01:07 2015 +0800

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.

Signed-off-by: Yue Tao <Yue.Tao at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/ltp/ltp_20150420.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/ltp/ltp_20150420.bb b/meta/recipes-extended/ltp/ltp_20150420.bb
index 2554f52..108ebf1 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
 
 # Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails
 INHIBIT_PACKAGE_STRIP = "1"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 # However, test_arch_stripped is already stripped, so...
 INSANE_SKIP_${PN} += "already-stripped"
 



More information about the Openembedded-commits mailing list