summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
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 16:06:41 +0100
commitc4a7a24cb5185d2449e75156e03a0c3649602ed3 (patch)
tree8808b496591ac1d1524ba320637aa6c4d6ef5b98 /meta/recipes-connectivity
parent87741fd6ea8b3c2583f4bfe7e3ce3979a4b60c63 (diff)
downloadast2050-yocto-poky-c4a7a24cb5185d2449e75156e03a0c3649602ed3.zip
ast2050-yocto-poky-c4a7a24cb5185d2449e75156e03a0c3649602ed3.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). (From OE-Core rev: 370b186b7c39897b868a5e3798a11a285277f145) 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')
-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 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"
OpenPOWER on IntegriCloud