diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-30 13:25:30 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-30 13:25:30 +0200 |
commit | edbe31b3acef1b078bd46ea72663adfa98c7ea9c (patch) | |
tree | 80f91748a11d861130c16e2bde430d1df9f81c57 /recipes | |
parent | e6a18b4392f93a055063e75fb7222d7ac62667ec (diff) | |
parent | f88d3e68e399069ba38f21cd4aa02b9dfcf487fc (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libtool/libtool_2.2.4.bb | 8 | ||||
-rw-r--r-- | recipes/libtool/libtool_2.2.6a.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes/libtool/libtool_2.2.4.bb b/recipes/libtool/libtool_2.2.4.bb index ad4b0a0c30..5d59ce006d 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 6268576da6..6c8766002a 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 } |