From: Marc Olzheim <zlo@zlo.nu>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Commit 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 breaks libtool's do_configure [PATCH]
Date: Mon, 3 Aug 2009 10:26:19 +0200 [thread overview]
Message-ID: <20090803082619.GA10022@zlo.nu> (raw)
In-Reply-To: <4A750E80.2020704@mwester.net>
[-- Attachment #1.1: Type: text/plain, Size: 404 bytes --]
On Sat, Aug 01, 2009 at 10:56:48PM -0500, Mike Westerhof wrote:
> And I think the answer is no, it doesn't build correctly for anybody.
> The following line seems to be incorrect in the original patch:
>
> + export ac_cv_path_SED=${ac_cv_path_GREP=/bin/sed}
Ah, doh, lol... How could we've overlooked this. :-/
Anyway, I'd say fix this for libtool_2.2.4.bb as well ;-)
Marc
[-- Attachment #1.2: lt224.patch --]
[-- Type: text/x-diff, Size: 864 bytes --]
commit 89c75a691b4c92aab6d29a85599824813813b205
Author: Marc Olzheim <marc@iphion.nl>
Date: Mon Aug 3 10:23:10 2009 +0200
libtool: Apply 0131d2ec1d1e49a1facbc02234d5a70f8b67425e on libtool 2.2.4 as well.
diff --git a/recipes/libtool/libtool_2.2.4.bb b/recipes/libtool/libtool_2.2.4.bb
index 5d59ce0..a36dd6e 100644
--- a/recipes/libtool/libtool_2.2.4.bb
+++ b/recipes/libtool/libtool_2.2.4.bb
@@ -17,7 +17,7 @@ EXTRA_AUTORECONF = "--exclude=libtoolize"
do_configure_prepend () {
# Skip this for native build:
if test -n "$CONFIG_SITE" ; then
- export ac_cv_path_SED="${ac_cv_path_GREP=/bin/sed}"
+ export ac_cv_path_SED="${ac_cv_path_SED=/bin/sed}"
export ac_cv_path_GREP="${ac_cv_path_GREP=/bin/grep}"
export ac_cv_path_EGREP="${ac_cv_path_EGREP=/bin/grep -E}"
export ac_cv_path_FGREP="${ac_cv_path_FGREP=/bin/grep -F}"
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
next prev parent reply other threads:[~2009-08-03 8:41 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-01 10:39 How to convert OE hardware platform from ARM into X86 刘芳华
2009-06-04 19:38 ` GNUtoo
2009-06-05 2:12 ` 刘芳华
2009-06-05 12:37 ` GNUtoo
2009-06-05 12:53 ` GNUtoo
2009-06-10 6:48 ` OE Build :error configure failed to discover size of unix socket path 刘芳华
2009-06-10 11:34 ` Lin_Lynn
2009-06-10 12:00 ` Stanislav Brabec
2009-07-30 10:57 ` Commit 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 breaks libtool's do_configure [PATCH] Marc Olzheim
2009-07-30 11:14 ` Stanislav Brabec
2009-07-30 11:49 ` Marc Olzheim
2009-07-30 12:14 ` Stanislav Brabec
2009-07-30 12:50 ` Marc Olzheim
2009-07-30 13:22 ` Leon Woestenberg
2009-07-30 14:48 ` Marc Olzheim
2009-07-30 14:57 ` Philip Balister
2009-07-30 15:12 ` Marc Olzheim
2009-07-30 15:01 ` Graeme Gregory
2009-07-30 16:39 ` Koen Kooi
2009-08-01 5:32 ` Mike Westerhof
2009-08-02 1:32 ` Mike Westerhof
2009-08-02 3:56 ` Mike Westerhof
2009-08-02 9:21 ` Koen Kooi
2009-08-03 8:26 ` Marc Olzheim [this message]
2009-08-02 8:49 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090803082619.GA10022@zlo.nu \
--to=zlo@zlo.nu \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.