]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: fix incorrect INC_PR
authorScott Garman <scott.a.garman@intel.com>
Tue, 8 May 2012 14:42:45 +0000 (07:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 May 2012 14:58:12 +0000 (15:58 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl.inc

index 78cf272ec7061de21a9a2567f8561b6a01fa5729..089b9a48847bd46d154c37a1a508c7f1ea37c1df 100644 (file)
@@ -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"