[oe-commits] Scott Garman : openssl: fix incorrect INC_PR

git at git.openembedded.org git at git.openembedded.org
Tue May 8 15:14:03 UTC 2012


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

Author: Scott Garman <scott.a.garman at intel.com>
Date:   Tue May  8 07:42:45 2012 -0700

openssl: fix incorrect INC_PR

Restore INC_PR to r15 to prevent breakage with out of tree openssl
recipes (e.g, meta-oe).

Signed-off-by: Scott Garman <scott.a.garman at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/openssl/openssl.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 78cf272..089b9a4 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -4,7 +4,8 @@ HOMEPAGE = "http://www.openssl.org/"
 BUGTRACKER = "http://www.openssl.org/news/vulnerabilities.html"
 SECTION = "libs/network"
 
-INC_PR = "r0"
+# Big Jump for OpenSSL 1.0 support with meta-oe
+INC_PR = "r15"
 
 # "openssl | SSLeay" dual license
 LICENSE = "openssl"





More information about the Openembedded-commits mailing list