From: Chen Qi Date: Tue, 30 Oct 2018 08:06:42 +0000 (+0800) Subject: gdbm: fix ptest failure X-Git-Tag: 2018-10.4-thud~488 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e188a75aa882efc98b8390f43f18279c3707314a;p=openembedded-core.git gdbm: fix ptest failure Some of gdbm's ptest cases require gdbmtool, which is packaged into ${PN}-bin. So extend the RDEPENDS_${PN}-ptest to include the package. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gdbm/gdbm_1.18.bb b/meta/recipes-support/gdbm/gdbm_1.18.bb index 2d2016ddfa..aad4300952 100644 --- a/meta/recipes-support/gdbm/gdbm_1.18.bb +++ b/meta/recipes-support/gdbm/gdbm_1.18.bb @@ -31,7 +31,7 @@ do_install_append () { ln -sf ../gdbm.h ${D}/${includedir}/gdbm/gdbm.h } -RDEPENDS_${PN}-ptest += "diffutils" +RDEPENDS_${PN}-ptest += "diffutils ${PN}-bin" do_compile_ptest() { oe_runmake -C tests buildtests