mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8efa405ee0
commit
d1be223100
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f74
|
||||
inherit autotools gettext texinfo lib_package ptest
|
||||
|
||||
# Needed for dbm python module
|
||||
EXTRA_OECONF = "-enable-libgdbm-compat"
|
||||
EXTRA_OECONF = "--enable-libgdbm-compat --without-readline"
|
||||
|
||||
# Stop presence of dbm/nbdm on the host contaminating builds
|
||||
CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no"
|
||||
|
||||
Reference in New Issue
Block a user