* [PATCH 0/1] gdbm: fix ptest failure
@ 2018-10-30 8:06 Chen Qi
2018-10-30 8:06 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2018-10-30 8:06 UTC (permalink / raw)
To: openembedded-core
*** BLURB HERE ***
The following changes since commit 84eecb017ef92ef36b4df730908828e54aeff85c:
build-appliance-image: Update to master head revision (2018-10-29 17:38:16 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/gdbm-ptest
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/gdbm-ptest
Chen Qi (1):
gdbm: fix ptest failure
meta/recipes-support/gdbm/gdbm_1.18.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] gdbm: fix ptest failure
2018-10-30 8:06 [PATCH 0/1] gdbm: fix ptest failure Chen Qi
@ 2018-10-30 8:06 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2018-10-30 8:06 UTC (permalink / raw)
To: openembedded-core
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>
---
meta/recipes-support/gdbm/gdbm_1.18.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/gdbm/gdbm_1.18.bb b/meta/recipes-support/gdbm/gdbm_1.18.bb
index 2d2016d..aad4300 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
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-30 8:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30 8:06 [PATCH 0/1] gdbm: fix ptest failure Chen Qi
2018-10-30 8:06 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox