summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2020-03-04 16:33:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-06 08:19:18 +0000
commitd1be223100fc22ffae3d88a9622ceddbdd74f519 (patch)
treee98ff995324214155be7865d564d28b929de9b6c /meta/recipes-support
parent8efa405ee0ab9ae0e674fe8bc9551f4367b4c269 (diff)
downloadpoky-d1be223100fc22ffae3d88a9622ceddbdd74f519.tar.gz
gdbm: Disable readlind
Turns off readline for both native and target. Also corrected a typo with enable-libgdbm-compat (From OE-Core rev: 5a9f81f73e9397b90e4d6d0eed859e53915cdb46) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.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.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm/gdbm_1.18.1.bb
index 7e2efe3c9b..5cb7c558b8 100644
--- a/meta/recipes-support/gdbm/gdbm_1.18.1.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.18.1.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f74
16inherit autotools gettext texinfo lib_package ptest 16inherit autotools gettext texinfo lib_package ptest
17 17
18# Needed for dbm python module 18# Needed for dbm python module
19EXTRA_OECONF = "-enable-libgdbm-compat" 19EXTRA_OECONF = "--enable-libgdbm-compat --without-readline"
20 20
21# Stop presence of dbm/nbdm on the host contaminating builds 21# Stop presence of dbm/nbdm on the host contaminating builds
22CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no" 22CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no"