[OE-core] [PATCH] gdbm-native: disable readline for the native package.
Jeremy A. Puhlman
jpuhlman at mvista.com
Thu Mar 5 00:05:48 UTC 2020
From: Jeremy Puhlman <jpuhlman at mvista.com>
---
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 5326184181..52e35c8c2e 100644
--- a/meta/recipes-support/gdbm/gdbm_1.18.1.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.18.1.bb
@@ -20,6 +20,8 @@ DEPENDS_class-native += "readline"
# Needed for dbm python module
EXTRA_OECONF = "-enable-libgdbm-compat"
+EXTRA_OECONF_class-native = "--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"
--
2.20.1
More information about the Openembedded-core
mailing list