libtool_2.4.bb: Set DEFAULT_PREFERENCE to -1
authorKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 06:56:01 +0000 (23:56 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 07:06:35 +0000 (00:06 -0700)
* 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@gmail.com>
recipes/libtool/libtool_2.4.bb

index ffc525d..a928be2 100644 (file)
@@ -1,4 +1,7 @@
 require libtool.inc
+
+DEFAULT_PREFERENCE = "-1"
+
 DEPENDS = "libtool-native"
 PR = "${INC_PR}.0"