Re: [oe] Patch to fix libxml++ build failure in meta-oe

2014-01-08 Thread Lewis, Nick
++ cp Makefile $(DESTDIR)/examples ++ $(MKDIR_P) $(DESTDIR)/macros ++ cp ../macros/test-driver $(DESTDIR)/macros ++ sed -i -e 's|^Makefile:|_Makefile:|' ++$(DESTDIR)/examples/Makefile These last 4 lines are missing in the patch you have sent as attachement, which

Re: [oe] Patch to fix libxml++ build failure in meta-oe

2014-01-08 Thread Lewis, Nick
From 172c9f6886a78d90f95560d61b92b7afa7098251 Mon Sep 17 00:00:00 2001 From: Nick Lewis nick.le...@usa.g4s.com Date: Wed, 8 Jan 2014 08:43:50 + Subject: [PATCH] Use libxml++ version 2.37.1 and add ptest support Signed-off-by: Nick Lewis nick.le...@usa.g4s.com ---

[oe] [meta-selinux][PATCH 00/10] selinux userspace: uprev packages to release 20131030

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Changes: 1) Uprev selinux packages to release 20131030; 2) Fix build dependency to libsemanage; 3) Fix QA issues to policycoreutils; 4) Update LIC_FILES_CHKSUM for selinux packagegroups. Some Tests: 1) build test: - add meta-selinux path to

[oe] [meta-selinux][PATCH 01/10] selinux userspace: uprev packages to release 20131030

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Upreved packages: - checkpolicy to 2.2 - libselinux to 2.2 - libsemanage to 2.2 - libsepol to 2.2 - policycoreutils to 2.2.5 - sepolgen to 1.2.1 Migrate patches in next commits. Signed-off-by: Wenzong Fan wenzong@windriver.com ---

[oe] [meta-selinux][PATCH 06/10] policycoreutils: migrate SRC_URI and patches to 2.2.5

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This patch is removed since it is merged by new version: - policycoreutils-fix-strict-prototypes.patch These two patches are updated: - policycoreutils-fix-sepolicy-install-path.patch - policycoreutils-make-O_CLOEXEC-optional.patch Signed-off-by:

[oe] [meta-selinux][PATCH 03/10] libselinux: migrate SRC_URI and patches to 2.2

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com These two patches are removed since they are merged by new version: - libselinux-fix-init-load-policy.patch - libselinux-pcre-link-order.patch Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../libselinux-fix-init-load-policy.patch

[oe] [meta-selinux][PATCH 02/10] checkpolicy: migrate SRC_URI to 2.2

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- recipes-security/selinux/checkpolicy_2.2.bb |6 +++--- recipes-security/selinux/checkpolicy_git.bb |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[oe] [meta-selinux][PATCH 04/10] libsemanage: migrate SRC_URI to 2.2

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Updated patch: - libsemanage-fix-path-nologin.patch Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../libsemanage/libsemanage-fix-path-nologin.patch |9 + recipes-security/selinux/libsemanage_2.2.bb|6 +++---

[oe] [meta-selinux][PATCH 10/10] selinux packagegroups: update LIC_FILES_CHKSUM

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../packagegroups/packagegroup-core-selinux.bb |2 +- .../packagegroups/packagegroup-selinux-minimal.bb |2 +- .../packagegroup-selinux-policycoreutils.bb|2 +- 3 files

[oe] [meta-selinux][PATCH 05/10] libsepol: migrate SRC_URI to 2.2

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Removed patch and ported changes to 2.2 bbfile: - libsepol-Change-ranlib-for-cross-compiling.patch Signed-off-by: Wenzong Fan wenzong@windriver.com --- recipes-security/selinux/libsepol.inc |5 +++-

[oe] [meta-selinux][PATCH 09/10] policycoreutils: fix QA issues

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com ERROR: QA Issue: policycoreutils: Files/directories were installed \ but not shipped /usr/share/icons/hicolor/24x24/apps/system-config-selinux.png /usr/share/bash-completion/completions/setsebool /usr/share/bash-completion/completions/sepolicy

[oe] [meta-selinux][PATCH 08/10] libsemanage: add audit dependency

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Building libsemanage 2.2 need the header libaudit.h. Signed-off-by: Wenzong Fan wenzong@windriver.com --- recipes-security/audit/audit_2.3.2.bb|8 +++- recipes-security/selinux/libsemanage.inc |2 +- 2 files changed, 8

[oe] [meta-selinux][PATCH 07/10] sepolgen: migrate SRC_URI to 1.2.1

2014-01-08 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- recipes-security/selinux/sepolgen_1.2.1.bb |6 +++--- recipes-security/selinux/sepolgen_git.bb |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [oe] Patch to fix libxml++ build failure in meta-oe

2014-01-08 Thread Lewis, Nick
I will have another go at generating and sending the patch I now understand the problem. I am being defeated by my mail client. It is spuriously adding line breaks and various + and tabs for the following lines ++ $(srcdir)/dom_read_write/example.xml ++ dom_read_write/example_output.xml

Re: [oe] [meta-oe] gdal: Avoid host headers use for SQlite3

2014-01-08 Thread Martin Jansa
On Mon, Jan 06, 2014 at 11:54:30AM -0200, Otavio Salvador wrote: This fixes the host contamination when the host has the SQLite3 headers available. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb |2 ++ 1 file changed, 2

Re: [oe] [meta-selinux][PATCH 00/10] selinux userspace: uprev packages to release 20131030

2014-01-08 Thread Paul Eggleton
Hi Wenzong, On Wednesday 08 January 2014 04:32:20 wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com ... Patches for meta-selinux need to be sent to the yo...@yoctoproject.org mailing list as noted in the MAINTAINERS file in meta-selinux, not this mailing list.

Re: [oe] [OE-core] Piglit in Poky

2014-01-08 Thread Burton, Ross
Hi, Despite a good start this thread got rapidly hijacked, so let's try again! On 24 December 2013 01:09, Philip Balister phi...@balister.org wrote: 1) Move piglit and deps to oe-core. Piglit is for QA purposes only and pushes the boundaries of core platform. In a sense this is a repeat of

Re: [oe] [poky] [OE-core] Piglit in Poky

2014-01-08 Thread Martin Jansa
On Wed, Jan 08, 2014 at 04:09:10PM +, Burton, Ross wrote: Hi, Despite a good start this thread got rapidly hijacked, so let's try again! On 24 December 2013 01:09, Philip Balister phi...@balister.org wrote: 1) Move piglit and deps to oe-core. Piglit is for QA purposes only and

Re: [oe] [OE-core] Piglit in Poky

2014-01-08 Thread Richard Purdie
On Wed, 2014-01-08 at 16:09 +, Burton, Ross wrote: Hi, Despite a good start this thread got rapidly hijacked, so let's try again! On 24 December 2013 01:09, Philip Balister phi...@balister.org wrote: 1) Move piglit and deps to oe-core. Piglit is for QA purposes only and pushes the

Re: [oe] [OE-core] Piglit in Poky

2014-01-08 Thread Nicolas Dechesne
On Wed, Jan 8, 2014 at 6:01 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On 24 December 2013 01:09, Philip Balister phi...@balister.org wrote: 1) Move piglit and deps to oe-core. Piglit is for QA purposes only and pushes the boundaries of core platform. In a sense

Re: [oe] [OE-core] Piglit in Poky

2014-01-08 Thread Philip Balister
On 01/08/2014 12:01 PM, Richard Purdie wrote: On Wed, 2014-01-08 at 16:09 +, Burton, Ross wrote: Hi, Despite a good start this thread got rapidly hijacked, so let's try again! On 24 December 2013 01:09, Philip Balister phi...@balister.org wrote: 1) Move piglit and deps to oe-core.

Re: [oe] [OE-core] Piglit in Poky

2014-01-08 Thread Burton, Ross
On 8 January 2014 18:44, Philip Balister phi...@balister.org wrote: On 01/08/2014 12:01 PM, Richard Purdie wrote: On Wed, 2014-01-08 at 16:09 +, Burton, Ross wrote: Hi, Despite a good start this thread got rapidly hijacked, so let's try again! On 24 December 2013 01:09, Philip Balister

Re: [oe] [meta-handheld][PATCH 0/2] Pull request 20140107

2014-01-08 Thread Paul Eggleton
Hi Apelete, On Tuesday 07 January 2014 19:31:02 Apelete Seketeli wrote: The Qi-Hardware community kernel now has an upstream compliant driver to provide USB support for the Ben Nanonote, along with other features and fixes. The aforementioned changes were submitted upstream in order to have