libtool 2.2.6a: fix libltdl problem, add default pref version so distros don't accide...
authorKoen Kooi <koen@openembedded.org>
Sun, 2 Aug 2009 09:20:39 +0000 (11:20 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 2 Aug 2009 09:20:39 +0000 (11:20 +0200)
recipes/libtool/libtool_2.2.6a.bb

index 6c87660..3eb2080 100644 (file)
@@ -1,5 +1,7 @@
 require libtool.inc
-PR = "r1"
+PR = "r2"
+
+DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz"
 S = "${WORKDIR}/${BPN}-2.2.6"
@@ -17,7 +19,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}"