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)
downloadpoky-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 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/"
4BUGTRACKER = "http://www.openssl.org/news/vulnerabilities.html" 4BUGTRACKER = "http://www.openssl.org/news/vulnerabilities.html"
5SECTION = "libs/network" 5SECTION = "libs/network"
6 6
7INC_PR = "r0" 7# Big Jump for OpenSSL 1.0 support with meta-oe
8INC_PR = "r15"
8 9
9# "openssl | SSLeay" dual license 10# "openssl | SSLeay" dual license
10LICENSE = "openssl" 11LICENSE = "openssl"