[OE-core] [PATCH 1/1] openssl: fix incorrect INC_PR

Scott Garman scott.a.garman at intel.com
Tue May 8 14:42:45 UTC 2012


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 at intel.com>
---
 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 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"
-- 
1.7.5.4





More information about the Openembedded-core mailing list