aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-29 09:17:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-01 15:38:22 +0100
commitc3c9f0f7c9a3746d10d807aadea43d6627ee17c1 (patch)
tree9f4c7c61369b0387a1b40b3b2ef091c4303e57af
parente54437b7e7c5f1b8c33627b3914f896724207837 (diff)
downloadopenembedded-core-contrib-c3c9f0f7c9a3746d10d807aadea43d6627ee17c1.tar.gz
perl-native: Specifically undefine other gdbm paths
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@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.22.0.bb2
1 files changed, 2 insertions, 0 deletions
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 488871a51d..dbcf2a6d49 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 \