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-07 23:08:55 +0000 |
commit | ade79d77995977b951255db91406c3545af91b22 (patch) | |
tree | 29063d5c495680493798a071b5750495fa53d2e1 /meta/recipes-support/gdbm | |
parent | f6914eda1caca49d07ff76df625577706dbb5c60 (diff) | |
download | poky-ade79d77995977b951255db91406c3545af91b22.tar.gz |
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.
(From OE-Core rev: e188a75aa882efc98b8390f43f18279c3707314a)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gdbm')
-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 () { | |||
31 | ln -sf ../gdbm.h ${D}/${includedir}/gdbm/gdbm.h | 31 | ln -sf ../gdbm.h ${D}/${includedir}/gdbm/gdbm.h |
32 | } | 32 | } |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += "diffutils" | 34 | RDEPENDS_${PN}-ptest += "diffutils ${PN}-bin" |
35 | 35 | ||
36 | do_compile_ptest() { | 36 | do_compile_ptest() { |
37 | oe_runmake -C tests buildtests | 37 | oe_runmake -C tests buildtests |