[oe-commits] lumag : openssl: fixup the openssl-fix-link patch

git version control git at git.openembedded.org
Thu Sep 22 07:13:44 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: c47fb2187eba3f20a777b4aab2e8b10ac6a7e7dc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c47fb2187eba3f20a777b4aab2e8b10ac6a7e7dc

Author: lumag <dbaryshkov at gmail.com>
Date:   Mon Sep 19 06:13:38 2011 +0000

openssl: fixup the openssl-fix-link patch

Include more dependencies into openssl-fix-link.patch patch.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../openssl/openssl-1.0.0e/openssl-fix-link.patch  |   22 +++++++++++--------
 .../recipes-connectivity/openssl/openssl_1.0.0e.bb |    2 +-
 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 b319c62..6522d83 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
 ===================================================================
 --- openssl-1.0.0d.orig/Makefile.org	2011-09-01 17:03:59.000000000 +0400
 +++ openssl-1.0.0d/Makefile.org	2011-09-01 17:12:24.000000000 +0400
-@@ -246,9 +246,9 @@
-	@dir=crypto; target=all; $(BUILD_ONE_CMD)
- build_ssl:
-	@dir=ssl; target=all; $(BUILD_ONE_CMD)
+@@ -244,13 +244,13 @@
+ 	@dir=crypto; target=all; $(BUILD_ONE_CMD)
+-build_ssl:
++build_ssl: build_crypto
+ 	@dir=ssl; target=all; $(BUILD_ONE_CMD)
 -build_engines:
 +build_engines: build_crypto
-	@dir=engines; target=all; $(BUILD_ONE_CMD)
+ 	@dir=engines; target=all; $(BUILD_ONE_CMD)
 -build_apps:
-+build_apps: build_crypto
-	@dir=apps; target=all; $(BUILD_ONE_CMD)
- build_tests:
-	@dir=test; target=all; $(BUILD_ONE_CMD)
++build_apps: build_crypto build_ssl
+ 	@dir=apps; target=all; $(BUILD_ONE_CMD)
+-build_tests:
++build_tests: build_crypto build_ssl
+ 	@dir=test; target=all; $(BUILD_ONE_CMD)
+ build_tools:
+ 	@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 28039ca..9a22632 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"
 
 CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
 





More information about the Openembedded-commits mailing list