[oe-commits] [openembedded-core] 03/06: ltp: Skip the filedependency scan

git at git.openembedded.org git at git.openembedded.org
Wed Aug 30 23:00:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch pyro-next
in repository openembedded-core.

commit 873ad32191816f89d085906635297eb17d9fc0f6
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Tue Aug 29 23:21:18 2017 +0200

    ltp: Skip the filedependency scan
    
    Since LTP includes a set of test cases, we need to skip file dependency
    generation, as there will be dependencies that can not be satisfied.  In this
    case a csh and ksh dependency come from two tests.
    
    The alternative would be to depend on csh/ksh (a bad idea as they're not
    available in oe-core) or remove the tests (but this eliminates the tests if
    someone DOES have csh/ksh in their configurations.)
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/ltp/ltp_20170116.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-extended/ltp/ltp_20170116.bb b/meta/recipes-extended/ltp/ltp_20170116.bb
index a5494bc..58af104 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"
 # However, test_arch_stripped is already stripped, so...
 INSANE_SKIP_${PN} += "already-stripped"
 
+# Avoid file dependency scans, as LTP checks for things that may or may not
+# exist on the running system.  For instance it has specific checks for
+# csh and ksh which are not typically part of OpenEmbedded systems (but
+# can be added via additional layers.)
+SKIP_FILEDEPS_${PN} = '1'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list