diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-08-03 12:56:38 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-08-03 12:56:38 +0000 |
commit | 1da1656c677dc3bf044f0e705ba6db8b5c825996 (patch) | |
tree | 1d4ee8dd4109a2945eef0feed63d39591eaf7fef /recipes/libtool/libtool_2.2.4.bb | |
parent | 6db30a40ce4e47ae176ec251aec62cb6c03f7ca2 (diff) |
libtool: Backported ac_cv_path_SED typo fix.
Diffstat (limited to 'recipes/libtool/libtool_2.2.4.bb')
-rw-r--r-- | recipes/libtool/libtool_2.2.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libtool/libtool_2.2.4.bb b/recipes/libtool/libtool_2.2.4.bb index 5d59ce006d..842b613410 100644 --- a/recipes/libtool/libtool_2.2.4.bb +++ b/recipes/libtool/libtool_2.2.4.bb @@ -1,5 +1,5 @@ require libtool.inc -PR = "r16" +PR = "r17" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz" S = "${WORKDIR}/libtool-${PV}" @@ -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}" |