Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gdbm-native: disable readline for the native package.
@ 2020-03-05  0:05 Jeremy A. Puhlman
  2020-03-05  0:16 ` Andre McCurdy
  2020-03-05  0:32 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 5+ messages in thread
From: Jeremy A. Puhlman @ 2020-03-05  0:05 UTC (permalink / raw)
  To: openembedded-core

From: Jeremy Puhlman <jpuhlman@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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-05  0:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-05  0:05 [PATCH] gdbm-native: disable readline for the native package Jeremy A. Puhlman
2020-03-05  0:16 ` Andre McCurdy
2020-03-05  0:18   ` Jeremy A. Puhlman
2020-03-05  0:26     ` Andre McCurdy
2020-03-05  0:32 ` ✗ patchtest: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox