[oe-commits] [openembedded-core] 07/46: gdbm: fix ptest failure

git at git.openembedded.org git at git.openembedded.org
Tue Nov 6 12:16:46 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e188a75aa882efc98b8390f43f18279c3707314a
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Oct 30 16:06:42 2018 +0800

    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list