git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd1661
)
libtool_2.4.bb: Set DEFAULT_PREFERENCE to -1
author
Khem Raj
<raj.khem@gmail.com>
Sun, 10 Oct 2010 06:56:01 +0000
(23:56 -0700)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/recipes/libtool/libtool_2.4.bb
b/recipes/libtool/libtool_2.4.bb
index
ffc525d
..
a928be2
100644
(file)
--- 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"