openssl: make the default -native recipe match
authorMike Westerhof <mwester@dls.net>
Thu, 2 Apr 2009 02:55:42 +0000 (21:55 -0500)
committerMike Westerhof <mwester@dls.net>
Thu, 2 Apr 2009 02:55:42 +0000 (21:55 -0500)
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).

recipes/openssl/openssl-native_0.9.8g.bb
recipes/openssl/openssl-native_0.9.8j.bb

index 1ad90a0..4975cf5 100644 (file)
@@ -1,7 +1,5 @@
 inherit pkgconfig native
 
-DEFAULT_PREFERENCE = "-1"
-
 require openssl.inc
 
 PR = "r1"
index 5f3e307..2a69855 100644 (file)
@@ -1,7 +1,5 @@
 inherit pkgconfig native
 
-DEFAULT_PREFERENCE = "-1"
-
 require openssl.inc
 
 PR = "r1"