summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-10-30 16:06:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-07 23:08:55 +0000
commitade79d77995977b951255db91406c3545af91b22 (patch)
tree29063d5c495680493798a071b5750495fa53d2e1 /meta/recipes-support
parentf6914eda1caca49d07ff76df625577706dbb5c60 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.18.bb2
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
34RDEPENDS_${PN}-ptest += "diffutils" 34RDEPENDS_${PN}-ptest += "diffutils ${PN}-bin"
35 35
36do_compile_ptest() { 36do_compile_ptest() {
37 oe_runmake -C tests buildtests 37 oe_runmake -C tests buildtests