[oe-commits] [openembedded-core] 05/07: valgrind: turn off the file level dependency

git at git.openembedded.org git at git.openembedded.org
Fri Apr 22 15:29:22 UTC 2016


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

commit 916650b91656fac4effde6d260006ba15f8ba23a
Author: Tudor Florea <tudor.florea at enea.com>
AuthorDate: Thu Apr 21 10:36:16 2016 +0200

    valgrind: turn off the file level dependency
    
    Attempting to install ptest for valgrind fails with this error:
    
    error: Can't install valgrind-ptest-3.11.0-r0.1 at ppce500mc: no package
    provides /this/is/a/bogus/interpreter/name
    
    This is because one of the tests contains a bogus interpreter path on purpose
    It is not enough to skip the QA warning about the missing dependency
    but the dependency have to be completely removed.
    Since this package contains oly tests it is safe to disable per file
    dependencies and rely on the ones per package.
    
    Signed-off-by: Tudor Florea <tudor.florea at enea.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb
index 51c88bf..8240500 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb
@@ -68,9 +68,9 @@ RRECOMMENDS_${PN} += "${TCLIBC}-dbg"
 RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob"
 RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"
 
-# One of the tests contains a bogus interpreter path on purpose, and QA
-# check complains about it
-INSANE_SKIP_${PN}-ptest += "file-rdeps"
+# One of the tests contains a bogus interpreter path on purpose.
+# Skip file dependency check
+SKIP_FILEDEPS_${PN}-ptest = '1'
 
 do_compile_ptest() {
     oe_runmake check

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


More information about the Openembedded-commits mailing list