aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-30 17:22:22 +0000
committerPhil Blundell <philb@gnu.org>2004-06-30 17:22:22 +0000
commit69fb3be5c79d9c80f2f4fa9c1138e2e7b6e58c3c (patch)
treebd646f6cca4cda3f5dc3a49881f5a8ea1d9a1f9c
parent3a5030da64941195f95497da0e5e76672656d636 (diff)
downloadopenembedded-69fb3be5c79d9c80f2f4fa9c1138e2e7b6e58c3c.tar.gz
package libcrypto and libssl separately
BKrev: 40e2f6ceyHi30GFFK_ZI9GN3llUGvw
-rw-r--r--openssl/openssl_0.9.7d.oe4
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl/openssl_0.9.7d.oe b/openssl/openssl_0.9.7d.oe
index 4cf16767cb..b8946e5997 100644
--- a/openssl/openssl_0.9.7d.oe
+++ b/openssl/openssl_0.9.7d.oe
@@ -1,5 +1,6 @@
SECTION = "libs"
DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools."
+PR = "r1"
SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
file://debian.patch;patch=1"
@@ -10,6 +11,9 @@ export CFLAG = "-fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDI
export DIRS = "crypto ssl"
export EX_LIBS = "-lgcc -ldl -L${STAGING_LIBDIR}"
+PACKAGES =+ "libcrypto"
+FILES_libcrypto = "${libdir}/libcrypto.so.*"
+
do_compile () {
perl util/perlpath.pl ${bindir}
ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/