From: Marc Olzheim <zlo@zlo.nu>
To: Stanislav Brabec <utx@penguin.cz>
Cc: openembedded-devel@lists.openembedded.org
Subject: Commit 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 breaks libtool's do_configure [PATCH]
Date: Thu, 30 Jul 2009 12:57:11 +0200 [thread overview]
Message-ID: <20090730105711.GA29595@zlo.nu> (raw)
In-Reply-To: <1244635240.28486.7.camel@hammer.suse.cz>
[-- Attachment #1.1: Type: text/plain, Size: 255 bytes --]
I'm not sure how you tested this, but there are quotes missing, so that
the "-E" argument to "grep" is passed to "export" instead. I guess some
shells have a "-E" flag to "export", so it is silently ignored, but mine
don't.
Patch attached.
Marc
[-- Attachment #1.2: oe-libtool.patch --]
[-- Type: text/x-diff, Size: 1878 bytes --]
commit 79eb6925a932b93a0ebcbdfa96f74a9cc5f8c99d
Author: Marc Olzheim <marc@iphion.nl>
Date: Thu Jul 30 12:48:46 2009 +0200
2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 broke do_configure.
diff --git a/recipes/libtool/libtool_2.2.4.bb b/recipes/libtool/libtool_2.2.4.bb
index ad4b0a0..5d59ce0 100644
--- a/recipes/libtool/libtool_2.2.4.bb
+++ b/recipes/libtool/libtool_2.2.4.bb
@@ -17,10 +17,10 @@ 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_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}
+ export ac_cv_path_SED="${ac_cv_path_GREP=/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}"
fi
}
diff --git a/recipes/libtool/libtool_2.2.6a.bb b/recipes/libtool/libtool_2.2.6a.bb
index 6268576..6c87660 100644
--- a/recipes/libtool/libtool_2.2.6a.bb
+++ b/recipes/libtool/libtool_2.2.6a.bb
@@ -17,10 +17,10 @@ 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_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}
+ export ac_cv_path_SED="${ac_cv_path_GREP=/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}"
fi
}
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
next prev parent reply other threads:[~2009-07-30 11:12 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 ` Marc Olzheim [this message]
2009-07-30 11:14 ` Commit 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 breaks libtool's do_configure [PATCH] 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
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=20090730105711.GA29595@zlo.nu \
--to=zlo@zlo.nu \
--cc=openembedded-devel@lists.openembedded.org \
--cc=utx@penguin.cz \
/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.