[OE-core] [PATCH] perl-native: Specifically undefine other gdbm paths

Richard Purdie richard.purdie at linuxfoundation.org
Mon Jun 29 08:17:20 UTC 2015


There is an outside chance gdbm could be found at these other locations,
undefine them along with the other variables for completeness.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

diff --git a/meta/recipes-devtools/perl/perl-native_5.22.0.bb b/meta/recipes-devtools/perl/perl-native_5.22.0.bb
index 488871a..dbcf2a6 100644
--- a/meta/recipes-devtools/perl/perl-native_5.22.0.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.22.0.bb
@@ -47,6 +47,8 @@ do_configure () {
 		-Ui_db \
 		-Ui_ndbm \
 		-Ui_gdbm \
+		-Ui_gdbm_ndbm \
+		-Ui_gdbmndbm \
 		-Di_shadow \
 		-Di_syslog \
 		-Duseperlio \





More information about the Openembedded-core mailing list