]> code.ossystems Code Review - openembedded-core.git/commit
nettle: fix ptest failure
authorMingli Yu <Mingli.Yu@windriver.com>
Wed, 24 Apr 2019 08:41:01 +0000 (16:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2019 21:29:19 +0000 (22:29 +0100)
commit524fcf34128045f9f5726a1f1b8715a12b12ae7c
treebc6d412b2251c1a309821813ac6e0683f45f8732
parent91359a91b8c89dc5e1f3a946137204156c47a3af
nettle: fix ptest failure

Rework dlopen-test.patch to fix below
dlopen-test failure:
 # cd /usr/lib64/nettle/ptest
 # ./run-ptest
 dlopen failed: /usr/lib/libnettle.so: cannot open shared object file: No such file or directory
 ./run-ptest: line 8:  7607 Aborted                 "./$f"
 FAIL: dlopen-test

As the test dlopen-test depends on libnettle.so
which belongs to nettle-dev package, so add it
to rdepends of nettle-ptest.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/nettle/nettle-3.4.1/dlopen-test.patch
meta/recipes-support/nettle/nettle_3.4.1.bb