From 2f2ec0b55e6dc6881431b9a4911fa8aedc6d3325 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Oct 2010 23:56:01 -0700 Subject: [PATCH] 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 --- recipes/libtool/libtool_2.4.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.5