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

git at git.openembedded.org git at git.openembedded.org
Tue Jun 30 08:07:01 UTC 2015


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

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