diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-09-17 23:51:41 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-17 23:51:41 +0100 |
commit | 4997a9ed43a5bd1ea3a4d3fc0fece59eaf714e47 (patch) | |
tree | 618761c1304bf2db036932899c1f1377ce00fd5c /recipes/libtool/libtool_2.2.4.bb | |
parent | a2b8a408e9141091efc87e568641ed81f6767ce2 (diff) | |
parent | 698ae87ee44a2fa5bd427bf15052d17e43d6d311 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libtool/libtool_2.2.4.bb')
-rw-r--r-- | recipes/libtool/libtool_2.2.4.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/libtool/libtool_2.2.4.bb b/recipes/libtool/libtool_2.2.4.bb index 6de7336406..65c2d178ab 100644 --- a/recipes/libtool/libtool_2.2.4.bb +++ b/recipes/libtool/libtool_2.2.4.bb @@ -14,18 +14,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}/ |