Re: [OE-core] Nondeterministic acl support in coreutils 6.9

2015-01-29 Thread Qian Lei
= (detachedfrom93d79fc):93d79fc162bd49387958e9e4d898dc4ba50d20b0 NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks WARNING: QA Issue: coreutils rdepends on libacl, but it isn't a build dependency? [build-deps] -- Qian Lei

[OE-core] [master][PATCH] openssl: upgrade to 1.0.1l

2015-01-27 Thread Qian Lei
a session ticket if one | was advertised in the ServerHello. Previously, a TLS client would | ignore a missing NewSessionTicket message. | [Emilia Käsper] Signed-off-by: Qian Lei qianl.f...@cn.fujitsu.com --- .../openssl/{openssl_1.0.1j.bb = openssl_1.0.1l.bb} | 4 ++-- 1 file

[OE-core] [PATCH] curl: add ssl to PACKAGECONFIG

2015-01-21 Thread Qian Lei
Enable openssl default, just like ubuntu do. Signed-off-by: Qian Lei qianl.f...@cn.fujitsu.com --- meta/recipes-support/curl/curl_7.40.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/curl/curl_7.40.0.bb b/meta/recipes-support/curl/curl_7.40.0.bb

[OE-core] [PATCH] lighttpd: Enable openssl

2015-01-21 Thread Qian Lei
Enabled openssl defalutly to use https, just like ubuntu do. Signed-off-by: Qian Lei qianl.f...@cn.fujitsu.com --- meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb b/meta

[OE-core] [PATCH v2] lighttpd: Use PACKAGECONFIG to enable openssl

2015-01-21 Thread Qian Lei
Enabled openssl defalutly to use https, just like ubuntu do. Signed-off-by: Qian Lei qianl.f...@cn.fujitsu.com --- meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb b/meta

Re: [OE-core] [PATCH] Bluez5: Add gatttool to new package bluez5-tools

2014-11-10 Thread Qian Lei
gatttool is not a test tool, but a develop tool. In bluez4 it is in package bluez4(not in bluez4-testtools). I don't think it's good to put it to any existed package. How about put it in bluez5, just the same as bluez4? It seems make sense to put it there. --

Re: [OE-core] [PATCH] Bluez5: Add gatttool to new package bluez5-tools

2014-11-09 Thread Qian Lei
On Fri, 7 Nov 2014 12:42:14 + Burton, Ross ross.bur...@intel.com wrote: On 4 November 2014 05:04, Qian Lei qianl.f...@cn.fujitsu.com wrote: # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT +install

[OE-core] [PATCH] Bluez5: Add gatttool to new package bluez5-tools

2014-11-07 Thread Qian Lei
Gatttool in bluez5 is not installed into system any more. But in some cases we do need this tool to debug some thing. So I add a new package named bluez5-tools which includes some programs we may need but not installed. Signed-off-by: Qian Lei qianl.f...@cn.fujitsu.com --- meta/recipes