On Sun, 2018-09-30 at 14:39 +0800, Hongxu Jia wrote: > The case in ptest use `nm -Pg libcrypto.so.1.1' to check symbol > presence, > hence we need to inhibit package split and package debug split. > > The binutils provides `nm', hence add it to ptest runtime depends. > (Without `nm', the test_symbol_presence will be skipped, that's the > reason why ptest passed on a small image, and failed on a full image) > > Signed-off-by: Hongxu Jia <[email protected]> > --- > meta/recipes-connectivity/openssl/openssl_1.1.1.bb | 6 ++++++ > 1 file changed, 6 insertions(+)
Breaking packaging when enabling ptest is not a nice or desirable behaviour. I'd actually much rather just disable this test, or tweak it to work on the -dbg package. Does the test pass if the dbg package is installed? Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
