diff options
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2p.bb | 43 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 36 |
2 files changed, 42 insertions, 37 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb index 5a2593c0ae..1abf8942a6 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb | |||
@@ -223,10 +223,11 @@ do_install () { | |||
223 | install -d ${D}${includedir} | 223 | install -d ${D}${includedir} |
224 | cp --dereference -R include/openssl ${D}${includedir} | 224 | cp --dereference -R include/openssl ${D}${includedir} |
225 | 225 | ||
226 | oe_multilib_header openssl/opensslconf.h | ||
227 | |||
226 | install -Dm 0755 ${WORKDIR}/openssl-c_rehash.sh ${D}${bindir}/c_rehash | 228 | install -Dm 0755 ${WORKDIR}/openssl-c_rehash.sh ${D}${bindir}/c_rehash |
227 | sed -i -e 's,/etc/openssl,${sysconfdir}/ssl,g' ${D}${bindir}/c_rehash | 229 | sed -i -e 's,/etc/openssl,${sysconfdir}/ssl,g' ${D}${bindir}/c_rehash |
228 | 230 | ||
229 | oe_multilib_header openssl/opensslconf.h | ||
230 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'perl', d)}" ]; then | 231 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'perl', d)}" ]; then |
231 | sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${libdir}/ssl/misc/CA.pl | 232 | sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${libdir}/ssl/misc/CA.pl |
232 | sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${libdir}/ssl/misc/tsget | 233 | sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${libdir}/ssl/misc/tsget |
@@ -234,12 +235,12 @@ do_install () { | |||
234 | rm -f ${D}${libdir}/ssl/misc/CA.pl ${D}${libdir}/ssl/misc/tsget | 235 | rm -f ${D}${libdir}/ssl/misc/CA.pl ${D}${libdir}/ssl/misc/tsget |
235 | fi | 236 | fi |
236 | 237 | ||
237 | # Create SSL structure | 238 | # Create SSL structure for packages such as ca-certificates which |
238 | install -d ${D}${sysconfdir}/ssl/ | 239 | # contain hard-coded paths to /etc/ssl. Debian does the same. |
239 | mv ${D}${libdir}/ssl/openssl.cnf \ | 240 | install -d ${D}${sysconfdir}/ssl |
240 | ${D}${libdir}/ssl/certs \ | 241 | mv ${D}${libdir}/ssl/certs \ |
241 | ${D}${libdir}/ssl/private \ | 242 | ${D}${libdir}/ssl/private \ |
242 | \ | 243 | ${D}${libdir}/ssl/openssl.cnf \ |
243 | ${D}${sysconfdir}/ssl/ | 244 | ${D}${sysconfdir}/ssl/ |
244 | ln -sf ${sysconfdir}/ssl/certs ${D}${libdir}/ssl/certs | 245 | ln -sf ${sysconfdir}/ssl/certs ${D}${libdir}/ssl/certs |
245 | ln -sf ${sysconfdir}/ssl/private ${D}${libdir}/ssl/private | 246 | ln -sf ${sysconfdir}/ssl/private ${D}${libdir}/ssl/private |
@@ -256,6 +257,19 @@ do_install () { | |||
256 | done | 257 | done |
257 | } | 258 | } |
258 | 259 | ||
260 | do_install_append_class-native () { | ||
261 | create_wrapper ${D}${bindir}/openssl \ | ||
262 | OPENSSL_CONF=${libdir}/ssl/openssl.cnf \ | ||
263 | SSL_CERT_DIR=${libdir}/ssl/certs \ | ||
264 | SSL_CERT_FILE=${libdir}/ssl/cert.pem \ | ||
265 | OPENSSL_ENGINES=${libdir}/ssl/engines | ||
266 | } | ||
267 | |||
268 | do_install_append_class-nativesdk () { | ||
269 | mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d | ||
270 | install -m 644 ${WORKDIR}/environment.d-openssl.sh ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh | ||
271 | } | ||
272 | |||
259 | do_install_ptest () { | 273 | do_install_ptest () { |
260 | cp -r -L Makefile.org Makefile test ${D}${PTEST_PATH} | 274 | cp -r -L Makefile.org Makefile test ${D}${PTEST_PATH} |
261 | 275 | ||
@@ -304,21 +318,8 @@ do_install_ptest () { | |||
304 | ${D}${PTEST_PATH}/Makefile ${D}${PTEST_PATH}/Configure | 318 | ${D}${PTEST_PATH}/Makefile ${D}${PTEST_PATH}/Configure |
305 | } | 319 | } |
306 | 320 | ||
307 | do_install_append_class-native() { | 321 | # Add the openssl.cnf file to the openssl-conf package. Make the libcrypto |
308 | create_wrapper ${D}${bindir}/openssl \ | 322 | # package RRECOMMENDS on this package. This will enable the configuration |
309 | OPENSSL_CONF=${libdir}/ssl/openssl.cnf \ | ||
310 | SSL_CERT_DIR=${libdir}/ssl/certs \ | ||
311 | SSL_CERT_FILE=${libdir}/ssl/cert.pem \ | ||
312 | OPENSSL_ENGINES=${libdir}/ssl/engines | ||
313 | } | ||
314 | |||
315 | do_install_append_class-nativesdk() { | ||
316 | mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d | ||
317 | install -m 644 ${WORKDIR}/environment.d-openssl.sh ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh | ||
318 | } | ||
319 | |||
320 | # Add the openssl.cnf file to the openssl-conf package. Make the libcrypto | ||
321 | # package RRECOMMENDS on this package. This will enable the configuration | ||
322 | # file to be installed for both the base openssl package and the libcrypto | 323 | # file to be installed for both the base openssl package and the libcrypto |
323 | # package since the base openssl package depends on the libcrypto package. | 324 | # package since the base openssl package depends on the libcrypto package. |
324 | 325 | ||
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb index ab0d2648f9..3d4b7eee4e 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | |||
@@ -106,16 +106,16 @@ do_configure () { | |||
106 | 106 | ||
107 | do_install () { | 107 | do_install () { |
108 | oe_runmake DESTDIR="${D}" MANDIR="${mandir}" MANSUFFIX=ssl install | 108 | oe_runmake DESTDIR="${D}" MANDIR="${mandir}" MANSUFFIX=ssl install |
109 | |||
109 | oe_multilib_header openssl/opensslconf.h | 110 | oe_multilib_header openssl/opensslconf.h |
110 | 111 | ||
111 | # Create SSL structure for PATH hard-coded packages like ca-certificates | 112 | # Create SSL structure for packages such as ca-certificates which |
112 | # Debian is also using this technique | 113 | # contain hard-coded paths to /etc/ssl. Debian does the same. |
113 | install -d ${D}${sysconfdir}/ssl/ | 114 | install -d ${D}${sysconfdir}/ssl |
114 | mv ${D}${libdir}/ssl-1.1/openssl.cnf \ | 115 | mv ${D}${libdir}/ssl-1.1/certs \ |
115 | ${D}${libdir}/ssl-1.1/certs \ | 116 | ${D}${libdir}/ssl-1.1/private \ |
116 | ${D}${libdir}/ssl-1.1/private \ | 117 | ${D}${libdir}/ssl-1.1/openssl.cnf \ |
117 | \ | 118 | ${D}${sysconfdir}/ssl/ |
118 | ${D}${sysconfdir}/ssl/ | ||
119 | ln -sf ${sysconfdir}/ssl/certs ${D}${libdir}/ssl-1.1/certs | 119 | ln -sf ${sysconfdir}/ssl/certs ${D}${libdir}/ssl-1.1/certs |
120 | ln -sf ${sysconfdir}/ssl/private ${D}${libdir}/ssl-1.1/private | 120 | ln -sf ${sysconfdir}/ssl/private ${D}${libdir}/ssl-1.1/private |
121 | ln -sf ${sysconfdir}/ssl/openssl.cnf ${D}${libdir}/ssl-1.1/openssl.cnf | 121 | ln -sf ${sysconfdir}/ssl/openssl.cnf ${D}${libdir}/ssl-1.1/openssl.cnf |
@@ -134,7 +134,7 @@ do_install_append_class-nativesdk () { | |||
134 | install -m 644 ${WORKDIR}/environment.d-openssl.sh ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh | 134 | install -m 644 ${WORKDIR}/environment.d-openssl.sh ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh |
135 | } | 135 | } |
136 | 136 | ||
137 | do_install_ptest() { | 137 | do_install_ptest () { |
138 | cp -r * ${D}${PTEST_PATH} | 138 | cp -r * ${D}${PTEST_PATH} |
139 | 139 | ||
140 | # Putting .so files in ptest package will mess up the dependencies of the main openssl package | 140 | # Putting .so files in ptest package will mess up the dependencies of the main openssl package |
@@ -144,22 +144,26 @@ do_install_ptest() { | |||
144 | sed -i 's/$target{shared_extension_simple}/".so.ptest"/' ${D}${PTEST_PATH}/test/recipes/90-test_shlibload.t | 144 | sed -i 's/$target{shared_extension_simple}/".so.ptest"/' ${D}${PTEST_PATH}/test/recipes/90-test_shlibload.t |
145 | } | 145 | } |
146 | 146 | ||
147 | PACKAGES =+ "libcrypto libssl ${PN}-misc ${PN}-engines openssl-conf" | 147 | # Add the openssl.cnf file to the openssl-conf package. Make the libcrypto |
148 | # package RRECOMMENDS on this package. This will enable the configuration | ||
149 | # file to be installed for both the openssl-bin package and the libcrypto | ||
150 | # package since the openssl-bin package depends on the libcrypto package. | ||
151 | |||
152 | PACKAGES =+ "libcrypto libssl openssl-conf ${PN}-engines ${PN}-misc" | ||
148 | 153 | ||
149 | FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}" | 154 | FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}" |
150 | FILES_libssl = "${libdir}/libssl${SOLIBS}" | 155 | FILES_libssl = "${libdir}/libssl${SOLIBS}" |
151 | FILES_${PN} =+ "${libdir}/ssl-1.1/*" | 156 | FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf ${libdir}/ssl-1.1/openssl.cnf" |
152 | FILES_${PN}_append_class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/openssl.sh" | ||
153 | FILES_${PN}-engines = "${libdir}/engines-1.1" | 157 | FILES_${PN}-engines = "${libdir}/engines-1.1" |
154 | |||
155 | FILES_${PN}-misc = "${libdir}/ssl-1.1/misc" | 158 | FILES_${PN}-misc = "${libdir}/ssl-1.1/misc" |
156 | RDEPENDS_${PN}-misc = "${@bb.utils.filter('PACKAGECONFIG', 'perl', d)}" | 159 | FILES_${PN} =+ "${libdir}/ssl-1.1/*" |
160 | FILES_${PN}_append_class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/openssl.sh" | ||
157 | 161 | ||
158 | FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf ${libdir}/ssl-1.1/openssl.cnf" | ||
159 | CONFFILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf" | 162 | CONFFILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf" |
160 | RRECOMMENDS_libcrypto += "openssl-conf" | ||
161 | 163 | ||
164 | RRECOMMENDS_libcrypto += "openssl-conf" | ||
162 | RDEPENDS_${PN}-bin = "perl" | 165 | RDEPENDS_${PN}-bin = "perl" |
166 | RDEPENDS_${PN}-misc = "${@bb.utils.filter('PACKAGECONFIG', 'perl', d)}" | ||
163 | RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions bash python" | 167 | RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions bash python" |
164 | 168 | ||
165 | BBCLASSEXTEND = "native nativesdk" | 169 | BBCLASSEXTEND = "native nativesdk" |