[oe-commits] Mike Westerhof : openssl: make the default -native recipe match

GIT User account git at amethyst.openembedded.net
Thu Apr 2 03:00:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 27d8a050c81bba4b42d496572c64b9cb6a43fec6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=27d8a050c81bba4b42d496572c64b9cb6a43fec6

Author: Mike Westerhof <mwester at dls.net>
Date:   Wed Apr  1 21:55:42 2009 -0500

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).

---

 recipes/openssl/openssl-native_0.9.8g.bb |    2 --
 recipes/openssl/openssl-native_0.9.8j.bb |    2 --
 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 1ad90a0..4975cf5 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 5f3e307..2a69855 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"





More information about the Openembedded-commits mailing list