diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-10-30 16:06:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-06 12:14:05 +0000 |
commit | e188a75aa882efc98b8390f43f18279c3707314a (patch) | |
tree | 7ca6867f4f6ad4173b98395b9e13a2fc85aa80ad | |
parent | d0a209e8cf29d982567e3978e1dcbb3871505a39 (diff) | |
download | openembedded-core-e188a75aa882efc98b8390f43f18279c3707314a.tar.gz openembedded-core-e188a75aa882efc98b8390f43f18279c3707314a.tar.bz2 openembedded-core-e188a75aa882efc98b8390f43f18279c3707314a.zip |
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 <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |