From e188a75aa882efc98b8390f43f18279c3707314a Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 30 Oct 2018 16:06:42 +0800 Subject: 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 --- meta/recipes-support/gdbm/gdbm_1.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support') 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 -- cgit 1.2.3-korg