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

git at git.openembedded.org git at git.openembedded.org
Mon Jun 29 08:28:25 UTC 2015


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

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