diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-09-17 22:28:27 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-09-17 22:28:27 +0000 |
commit | 698ae87ee44a2fa5bd427bf15052d17e43d6d311 (patch) | |
tree | dcc0321905c5e1991af277cd24124423ae419b62 /recipes/libtool/libtool_2.2.6a.bb | |
parent | 5a790b1f8eaf649d9000f8834967870de5129286 (diff) |
libtool: Use more clean way to set ac_cv_path_* variables. Never load libtool.inc twice.
Diffstat (limited to 'recipes/libtool/libtool_2.2.6a.bb')
-rw-r--r-- | recipes/libtool/libtool_2.2.6a.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/libtool/libtool_2.2.6a.bb b/recipes/libtool/libtool_2.2.6a.bb index c69a937f16..0595613159 100644 --- a/recipes/libtool/libtool_2.2.6a.bb +++ b/recipes/libtool/libtool_2.2.6a.bb @@ -16,18 +16,6 @@ inherit autotools EXTRA_AUTORECONF = "--exclude=libtoolize" -do_configure_prepend () { - # Skip this for native build: - if test -n "$CONFIG_SITE" ; then - if test -z "$LIBTOOL_BB_DO_NOT_SET_PATHS" ; then - 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}" - fi - fi -} - do_stage () { install -d ${STAGING_INCDIR}/libltdl install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ |