[oe-commits] [openembedded-core] 04/11: gdbm: add depend on readline for consistent builds

git at git.openembedded.org git at git.openembedded.org
Wed Mar 4 22:38:30 UTC 2020


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 5bf56f49a94d84cc0c8f0a233a4753741da9a4ef
Author: Jeremy Puhlman <jpuhlman at mvista.com>
AuthorDate: Wed Mar 4 14:24:47 2020 -0800

    gdbm: add depend on readline for consistent builds
    
    Whether readline is installed on the build host or not
    influences the way gdbm builds. Depend on readline for
    a consistent build.
    
    This fails to build on a system with readline, and using
    the buildtools-extended installer.
    
    Signed-off-by: Jeremy A. Puhlman <jpuhlman at mvista.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm/gdbm_1.18.1.bb
index 7e2efe3..5326184 100644
--- a/meta/recipes-support/gdbm/gdbm_1.18.1.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.18.1.bb
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f74
 
 inherit autotools gettext texinfo lib_package ptest
 
+DEPENDS_class-native += "readline"
+
 # Needed for dbm python module
 EXTRA_OECONF = "-enable-libgdbm-compat"
 

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


More information about the Openembedded-commits mailing list