From: Khem Raj Date: Sun, 10 Oct 2010 06:56:01 +0000 (-0700) Subject: libtool_2.4.bb: Set DEFAULT_PREFERENCE to -1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2ec0b55e6dc6881431b9a4911fa8aedc6d3325;p=openembedded.git 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 --- diff --git a/recipes/libtool/libtool_2.4.bb b/recipes/libtool/libtool_2.4.bb index ffc525d9c6..a928be2dbc 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"