summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorlumag <dbaryshkov@gmail.com>2011-09-19 06:13:38 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-22 09:13:00 +0200
commitc47fb2187eba3f20a777b4aab2e8b10ac6a7e7dc (patch)
tree7518f63ce53db88d2ca0bf92198a752f80e0040a /meta-oe/recipes-connectivity
parentbcfeae9ac34ec2054a4a7e874f1befb34bfb889d (diff)
downloadmeta-openembedded-c47fb2187eba3f20a777b4aab2e8b10ac6a7e7dc.tar.gz
openssl: fixup the openssl-fix-link patch
Include more dependencies into openssl-fix-link.patch patch. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch22
-rw-r--r--meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb2
2 files changed, 14 insertions, 10 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
index b319c62f4..6522d8389 100644
--- a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
+++ b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
@@ -8,15 +8,19 @@ Index: openssl-1.0.0d/Makefile.org
8=================================================================== 8===================================================================
9--- openssl-1.0.0d.orig/Makefile.org 2011-09-01 17:03:59.000000000 +0400 9--- openssl-1.0.0d.orig/Makefile.org 2011-09-01 17:03:59.000000000 +0400
10+++ openssl-1.0.0d/Makefile.org 2011-09-01 17:12:24.000000000 +0400 10+++ openssl-1.0.0d/Makefile.org 2011-09-01 17:12:24.000000000 +0400
11@@ -246,9 +246,9 @@ 11@@ -244,13 +244,13 @@
12 @dir=crypto; target=all; $(BUILD_ONE_CMD) 12 @dir=crypto; target=all; $(BUILD_ONE_CMD)
13 build_ssl: 13-build_ssl:
14 @dir=ssl; target=all; $(BUILD_ONE_CMD) 14+build_ssl: build_crypto
15 @dir=ssl; target=all; $(BUILD_ONE_CMD)
15-build_engines: 16-build_engines:
16+build_engines: build_crypto 17+build_engines: build_crypto
17 @dir=engines; target=all; $(BUILD_ONE_CMD) 18 @dir=engines; target=all; $(BUILD_ONE_CMD)
18-build_apps: 19-build_apps:
19+build_apps: build_crypto 20+build_apps: build_crypto build_ssl
20 @dir=apps; target=all; $(BUILD_ONE_CMD) 21 @dir=apps; target=all; $(BUILD_ONE_CMD)
21 build_tests: 22-build_tests:
22 @dir=test; target=all; $(BUILD_ONE_CMD) 23+build_tests: build_crypto build_ssl
24 @dir=test; target=all; $(BUILD_ONE_CMD)
25 build_tools:
26 @dir=tools; target=all; $(BUILD_ONE_CMD)
diff --git a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
index 28039ca97..9a22632bb 100644
--- a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
+++ b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
@@ -6,7 +6,7 @@ DEPENDS += "ocf-linux"
6 6
7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" 7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
8 8
9PR = "${INC_PR}.0" 9PR = "${INC_PR}.1"
10 10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
12 12