[oe-commits] Koen Kooi : libtool 2.2.6a: fix libltdl problem, add default pref version so distros don't accidentally pick this one up

git version control git at git.openembedded.org
Sun Aug 2 09:22:36 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0131d2ec1d1e49a1facbc02234d5a70f8b67425e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0131d2ec1d1e49a1facbc02234d5a70f8b67425e

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Aug  2 11:20:39 2009 +0200

libtool 2.2.6a: fix libltdl problem, add default pref version so distros don't accidentally pick this one up

---

 recipes/libtool/libtool_2.2.6a.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/libtool/libtool_2.2.6a.bb b/recipes/libtool/libtool_2.2.6a.bb
index 6c87660..3eb2080 100644
--- a/recipes/libtool/libtool_2.2.6a.bb
+++ b/recipes/libtool/libtool_2.2.6a.bb
@@ -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}"





More information about the Openembedded-commits mailing list