| Submitter | Scott Garman |
|---|---|
| Date | May 8, 2012, 2:42 p.m. |
| Message ID | <d666e9568920a989b672fb8ba6011eb17dd76037.1336488076.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/27293/ |
| State | Accepted |
| Commit | 370b186b7c39897b868a5e3798a11a285277f145 |
| Headers | show |
Comments
On Tue, 2012-05-08 at 07:42 -0700, Scott Garman wrote: > 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> > --- > meta/recipes-connectivity/openssl/openssl.inc | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Merged to master, thanks. Richard
Patch
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"
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> --- meta/recipes-connectivity/openssl/openssl.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)