aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl.inc
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-05-08 07:42:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-08 15:58:12 +0100
commit370b186b7c39897b868a5e3798a11a285277f145 (patch)
tree9e2f07815efcc6916f785dc30629a262c29dffed /meta/recipes-connectivity/openssl/openssl.inc
parent616552506708d6dbb35a716be5bdff345edf2be0 (diff)
downloadopenembedded-core-contrib-370b186b7c39897b868a5e3798a11a285277f145.tar.gz
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@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl.inc')
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 78cf272ec7..089b9a4884 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"