]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Tue, 30 Apr 2019 11:05:23 +0000 (12:05 +0100)
commitd208738062e8aa2c940b23dab268f61636ccc670
treefb1a0b98cc862cd91da72e7414af874ac29079d6
parent47bb6affbeaecc1b79fff9f41bf700c80ed8c75e
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.

(From OE-Core rev: 524fcf34128045f9f5726a1f1b8715a12b12ae7c)

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