[oe-commits] Richard Purdie : perl-native: Specifically undefine other gdbm paths

git at git.openembedded.org git at git.openembedded.org
Wed Jul 1 14:40:51 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: c3c9f0f7c9a3746d10d807aadea43d6627ee17c1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c3c9f0f7c9a3746d10d807aadea43d6627ee17c1

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jun 29 09:17:20 2015 +0100

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 at linuxfoundation.org>

---

 meta/recipes-devtools/perl/perl-native_5.22.0.bb | 2 ++
 1 file changed, 2 insertions(+)

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-commits mailing list