summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-24 09:10:43 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-24 09:10:43 +0000
commit83f12827ab0d53ea3f5f38d4f97df838f1a2a8a2 (patch)
tree01e47e1c6042c9053dd8a8343937497996283904 /packages
parentcbea2f4a751b5ee8fb1343a05742f8b8765dec7a (diff)
parent65b177e69a5590bdb756c5a9a489fbd22af8ebf0 (diff)
merge of '63851b92b9273aff39e9034738719537beaaad00'
and 'ad034cb2f897fe4f3dcd97de6ff164e3a696598f'
Diffstat (limited to 'packages')
-rw-r--r--packages/automake/automake-native_1.10.bb2
-rw-r--r--packages/libtool/libtool-native_1.5.24.bb1
2 files changed, 3 insertions, 0 deletions
diff --git a/packages/automake/automake-native_1.10.bb b/packages/automake/automake-native_1.10.bb
index 92c861f49c..a7857c562d 100644
--- a/packages/automake/automake-native_1.10.bb
+++ b/packages/automake/automake-native_1.10.bb
@@ -1,3 +1,5 @@
PV := "${PV}"
require automake-native.inc
+
+DEFAULT_PREFERENCE = "-1"
diff --git a/packages/libtool/libtool-native_1.5.24.bb b/packages/libtool/libtool-native_1.5.24.bb
index fdc334fef2..3587dd8034 100644
--- a/packages/libtool/libtool-native_1.5.24.bb
+++ b/packages/libtool/libtool-native_1.5.24.bb
@@ -1,5 +1,6 @@
SECTION = "devel"
require libtool_${PV}.bb
+DEFAULT_PREFERENCE = "-1"
PR = "r0"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"