[oe-commits] Roman I Khimov : openssl: deal with unpackaged /usr/lib/ssl files

git version control git at git.openembedded.org
Tue Mar 30 19:31:53 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Tue Mar 30 15:47:29 2010 +0400

openssl: deal with unpackaged /usr/lib/ssl files

Config file is accessed directly from libcrypto, so belongs to
libcrypto package.

openssl-misc is a new package that contains CA management scripts.

Signed-off-by: Roman I Khimov <khimov at altell.ru>
Acked-by: Holger Hans Peter Freyther <zecke at selfish.org>
Acked-by:  Khem Raj <raj.khem at gmail.com>

---

 recipes/openssl/openssl.inc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 9b71cac..329c661 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -8,7 +8,7 @@ S = "${WORKDIR}/openssl-${PV}"
 
 inherit siteinfo
 
-INC_PR = "r11"
+INC_PR = "r12"
 
 AR_append = " r"
 CFLAG = "${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \
@@ -22,9 +22,10 @@ export DIRS = "crypto ssl apps"
 export EX_LIBS = "-lgcc -ldl"
 export AS = "${CC} -c"
 
-PACKAGES =+ "libcrypto libssl"
-FILES_libcrypto = "${libdir}/libcrypto.so.*"
+PACKAGES =+ "libcrypto libssl ${PN}-misc"
+FILES_libcrypto = "${libdir}/libcrypto.so.* ${libdir}/ssl/openssl.cnf"
 FILES_libssl = "${libdir}/libssl.so.*"
+FILES_${PN}-misc = "${libdir}/ssl/misc"
 
 do_configure () {
 	cd util





More information about the Openembedded-commits mailing list