summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2009-04-01 21:55:42 -0500
committerMike Westerhof <mwester@dls.net>2009-04-01 21:55:42 -0500
commit27d8a050c81bba4b42d496572c64b9cb6a43fec6 (patch)
tree624d4d1b49367199f725843557c8b452bc2c505e /recipes
parent20aa856376426f57eedbb009b53a49c6dfa24a87 (diff)
downloadopenembedded-27d8a050c81bba4b42d496572c64b9cb6a43fec6.tar.gz
openssl: make the default -native recipe match
DEFAULT_PREFERENCE = -1 is removed from the -native recipes; this caused problems with tools linking against different versions of the openssl libs, resulting in obscure build failures (e.g. python-native "import md5" would fail).
Diffstat (limited to 'recipes')
-rw-r--r--recipes/openssl/openssl-native_0.9.8g.bb2
-rw-r--r--recipes/openssl/openssl-native_0.9.8j.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8g.bb b/recipes/openssl/openssl-native_0.9.8g.bb
index 1ad90a0001..4975cf5b1d 100644
--- a/recipes/openssl/openssl-native_0.9.8g.bb
+++ b/recipes/openssl/openssl-native_0.9.8g.bb
@@ -1,7 +1,5 @@
inherit pkgconfig native
-DEFAULT_PREFERENCE = "-1"
-
require openssl.inc
PR = "r1"
diff --git a/recipes/openssl/openssl-native_0.9.8j.bb b/recipes/openssl/openssl-native_0.9.8j.bb
index 5f3e3076cb..2a69855eb6 100644
--- a/recipes/openssl/openssl-native_0.9.8j.bb
+++ b/recipes/openssl/openssl-native_0.9.8j.bb
@@ -1,7 +1,5 @@
inherit pkgconfig native
-DEFAULT_PREFERENCE = "-1"
-
require openssl.inc
PR = "r1"