diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-05-08 07:42:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-08 16:06:41 +0100 |
commit | c4a7a24cb5185d2449e75156e03a0c3649602ed3 (patch) | |
tree | 8808b496591ac1d1524ba320637aa6c4d6ef5b98 /meta/recipes-connectivity/openssl/openssl.inc | |
parent | 87741fd6ea8b3c2583f4bfe7e3ce3979a4b60c63 (diff) | |
download | 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/openssl/openssl.inc')
-rw-r--r-- | 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 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/" | |||
4 | BUGTRACKER = "http://www.openssl.org/news/vulnerabilities.html" | 4 | BUGTRACKER = "http://www.openssl.org/news/vulnerabilities.html" |
5 | SECTION = "libs/network" | 5 | SECTION = "libs/network" |
6 | 6 | ||
7 | INC_PR = "r0" | 7 | # Big Jump for OpenSSL 1.0 support with meta-oe |
8 | INC_PR = "r15" | ||
8 | 9 | ||
9 | # "openssl | SSLeay" dual license | 10 | # "openssl | SSLeay" dual license |
10 | LICENSE = "openssl" | 11 | LICENSE = "openssl" |