Re: [OE-core] [PATCH] Make conditional compile for DES related code in python-m2crypto.

2016-04-05 Thread Burton, Ross
On 5 April 2016 at 04:27, Haiqing Bai wrote: > +From 85dbf29dcc3786ed101278721d60cc3bc4c182bc Mon Sep 17 00:00:00 2001 > +From: Haiqing Bai > +Date: Fri, 1 Apr 2016 14:44:33 +0800 > +Subject: [PATCH] conditional compile DES related code. > Missing Signed-off-by and Upstream-Status. Ross -- __

[OE-core] [PATCH] Make conditional compile for DES related code in python-m2crypto.

2016-04-04 Thread Haiqing Bai
The source code in python-m2crypto don't check whether the depended DES cipher has been disabled in openssl or not, this fix added the checking. Signed-off-by: Haiqing Bai --- .../conditional-compile-DES-related-code.patch | 58 ++ .../python/python-m2crypto_0.21.1.bb