[oe-commits] Khem Raj : libtool_2.4.bb: Set DEFAULT_PREFERENCE to -1

git version control git at git.openembedded.org
Sun Oct 10 07:08:56 UTC 2010


Module: openembedded.git
Branch: master
Commit: 2f2ec0b55e6dc6881431b9a4911fa8aedc6d3325
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2f2ec0b55e6dc6881431b9a4911fa8aedc6d3325

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Oct  9 23:56:01 2010 -0700

libtool_2.4.bb: Set DEFAULT_PREFERENCE to -1

* Its not default so disable it being picked by mistake
  one should enable it explicitly.
  This means by default we still use 2.2.6b

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/libtool/libtool_2.4.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/libtool/libtool_2.4.bb b/recipes/libtool/libtool_2.4.bb
index ffc525d..a928be2 100644
--- a/recipes/libtool/libtool_2.4.bb
+++ b/recipes/libtool/libtool_2.4.bb
@@ -1,4 +1,7 @@
 require libtool.inc
+
+DEFAULT_PREFERENCE = "-1"
+
 DEPENDS = "libtool-native"
 PR = "${INC_PR}.0"
 





More information about the Openembedded-commits mailing list