* [PATCH 0/1] openssl INC_PR fix
@ 2012-05-08 14:42 Scott Garman
2012-05-08 14:42 ` [PATCH 1/1] openssl: fix incorrect INC_PR Scott Garman
0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2012-05-08 14:42 UTC (permalink / raw)
To: openembedded-core
Hello,
Andreas pointed out that I broke openssl in out of tree scenarios
by resetting INC_PR during my last recipe upgrade, so this restores
it to its previous, working value.
Scott
The following changes since commit 616552506708d6dbb35a716be5bdff345edf2be0:
xcb-util-image: Add missing dependency on xcb-util (2012-05-08 14:44:38 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib sgarman/openssl-fix
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/openssl-fix
Scott Garman (1):
openssl: fix incorrect INC_PR
meta/recipes-connectivity/openssl/openssl.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] openssl: fix incorrect INC_PR
2012-05-08 14:42 [PATCH 0/1] openssl INC_PR fix Scott Garman
@ 2012-05-08 14:42 ` Scott Garman
2012-05-08 15:18 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2012-05-08 14:42 UTC (permalink / raw)
To: openembedded-core
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(-)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] openssl: fix incorrect INC_PR
2012-05-08 14:42 ` [PATCH 1/1] openssl: fix incorrect INC_PR Scott Garman
@ 2012-05-08 15:18 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-05-08 15:18 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-08 15:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 14:42 [PATCH 0/1] openssl INC_PR fix Scott Garman
2012-05-08 14:42 ` [PATCH 1/1] openssl: fix incorrect INC_PR Scott Garman
2012-05-08 15:18 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox