From: Scott Garman Date: Tue, 8 May 2012 14:42:45 +0000 (-0700) Subject: openssl: fix incorrect INC_PR X-Git-Tag: 2015-4~10694 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=370b186b7c39897b868a5e3798a11a285277f145;p=openembedded-core.git openssl: fix incorrect INC_PR Restore INC_PR to r15 to prevent breakage with out of tree openssl recipes (e.g, meta-oe). Signed-off-by: Scott Garman Signed-off-by: Richard Purdie --- 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/" 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"