Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] openssl: install files in ${libdir}, not in ${base_libdir}
@ 2014-06-12 13:36 Enrico Scholz
  2014-06-12 15:46 ` Robert Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Enrico Scholz @ 2014-06-12 13:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: Enrico Scholz

${base_libdir} is not in the search path of -native binaries and they
will try to pick the wrong openssl libraries.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
---
 meta/recipes-connectivity/openssl/openssl.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index b839c00..f17f829 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -32,6 +32,10 @@ export AS = "${CC} -c"
 
 inherit pkgconfig siteinfo multilib_header ptest
 
+# natives don't generally look in base_libdir
+base_libdir_class-native = "${libdir}"
+base_libdir_class-nativesdk = "${libdir}"
+
 PACKAGES =+ "libcrypto libssl ${PN}-misc openssl-conf"
 FILES_libcrypto = "${base_libdir}/libcrypto${SOLIBS}"
 FILES_libssl = "${libdir}/libssl.so.*"
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-13 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-12 13:36 [PATCH] openssl: install files in ${libdir}, not in ${base_libdir} Enrico Scholz
2014-06-12 15:46 ` Robert Yang
2014-06-13 10:03   ` Enrico Scholz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox