]> code.ossystems Code Review - openembedded-core.git/commitdiff
ltp: Add inhibit of split
authorYue Tao <Yue.Tao@windriver.com>
Wed, 8 Jul 2015 09:01:07 +0000 (17:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jul 2015 12:11:38 +0000 (13:11 +0100)
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ltp/ltp_20150420.bb

index 2554f52a96e0389b5ea83435faaa513155c67cbf..108ebf1e636d765684f7d63dfb3b7a7d6d0cbd74 100644 (file)
@@ -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"