From f95a95435ca79e7b9942b6e321d30e264c728791 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Tue, 30 Mar 2010 15:47:29 +0400 Subject: 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 Acked-by: Holger Hans Peter Freyther Acked-by: Khem Raj --- recipes/openssl/openssl.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes/openssl') diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc index 9b71cac945..329c6614d8 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 -- cgit 1.2.3-korg