From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id E702260024 for ; Mon, 29 Jun 2015 08:17:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t5T8HXsH031840 for ; Mon, 29 Jun 2015 09:17:33 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rSMoiB2kc90p for ; Mon, 29 Jun 2015 09:17:33 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t5T8HKEh031807 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT) for ; Mon, 29 Jun 2015 09:17:31 +0100 Message-ID: <1435565840.7287.18.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-core Date: Mon, 29 Jun 2015 09:17:20 +0100 X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Subject: [PATCH] perl-native: Specifically undefine other gdbm paths X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 08:17:33 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 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 \