From: Mike Westerhof Date: Thu, 2 Apr 2009 02:55:42 +0000 (-0500) Subject: openssl: make the default -native recipe match X-Git-Tag: Release-2010-05/1~3793^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d8a050c81bba4b42d496572c64b9cb6a43fec6;p=openembedded.git 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). --- 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"