Re: [oe] [meta-oe][PATCH v2] libopus: upgrade to version 1.1.2

2016-02-25 Thread Carlos Rafael Giani
This is because the ne10 build currently has a .text relocation problem. I am looking into it. On 2016-02-25 23:11, Andreas Müller wrote: On Wed, Feb 10, 2016 at 3:31 PM, Matthieu CRAPET wrote: Hi, I totally missed Carlos Rafael Giani's patch (2016.02.08).

[oe] [meta-oe][PATCH 3/3] xerces-c: Package update, QA fix and CVE-2016-0729

2016-02-25 Thread Armin Kuster
includes; CVE-2016-0729: Apache Xerces-C XML Parser Crashes on Malformed Input Also fixes; ERROR: xerces-c-3.1.3-r0 do_populate_sysroot: QA Issue: xerces-c.pc failed sanity test (tmpdir) in path

[oe] [meta-oe][PATCH 1/3] acpitool;: Add package

2016-02-25 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-oe/recipes-extended/acpitool/acpitool_0.5.1.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-extended/acpitool/acpitool_0.5.1.bb diff --git a/meta-oe/recipes-extended/acpitool/acpitool_0.5.1.bb

[oe] [meta-oe][PATCH 2/3] php: update to 5.6.18 and 6.6.32

2016-02-25 Thread Armin Kuster
Moved LIC_FILES_CHKSUM from .inc to .bb 5.6.18 changed do to yr update. Includes: CVE-2016-2554 and PCRE: Upgraded bundled PCRE library to 8.38. (CVE-2015-8383, CVE-2015-8386, CVE-2015-8387, CVE-2015-8389, CVE-2015-8390, CVE-2015-8391, CVE-2015-8393, CVE-2015-8394) see

Re: [oe] [PATCH][meta-oe] recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode, links"

2016-02-25 Thread Martin Jansa
On Thu, Feb 25, 2016 at 12:45:06PM -0800, Andre McCurdy wrote: > On Thu, Feb 25, 2016 at 8:37 AM, Martin Jansa wrote: > > * Using "cp -a" leaks UID of user running the builds, causing > > many QA warnings. > > * See this thread for details: > > > >

[oe] [PATCH 1/3] gtkmathview: fix and unblacklist

2016-02-25 Thread Andreas Müller
do_configure_prepend/sed can be removed: configure.ac does not contain 'AM_BINRELOC' anymore. Signed-off-by: Andreas Müller --- meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git

[oe] [PATCH 2/3] abiword: unblacklist - gtkmathview is back building

2016-02-25 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb index 89ba736..962a56c

[oe] [PATCH 3/3] geany: update to 1.26

2016-02-25 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/geany/{geany_1.25.bb => geany_1.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/geany/{geany_1.25.bb => geany_1.26.bb} (74%) diff --git

Re: [oe] [PATCH][meta-oe] recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode, links"

2016-02-25 Thread Andre McCurdy
On Thu, Feb 25, 2016 at 8:37 AM, Martin Jansa wrote: > * Using "cp -a" leaks UID of user running the builds, causing > many QA warnings. > * See this thread for details: > > http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html Would

[oe] [meta-erlang] generate-manifest update and packaging fixes pull request

2016-02-25 Thread Maciej Borzecki
The series contains a number of patches for the `generate-manifest` tool as well as fixes for packaging of Erlang modules. The first patch addresses the problem of maintaining multiple versions of `generate-manifest` tool, one for each Erlang version. This is not effective in the long run. The

[oe] [PATCH][meta-oe] freerdp: Fix QA warning when no binaries are built

2016-02-25 Thread Martin Jansa
* without x11 or wayland enabled from DISTRO_FEATURES there is nothing in /usr/bin and this empty directory causes QA error Signed-off-by: Martin Jansa --- meta-oe/recipes-support/freerdp/freerdp_git.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-)

Re: [oe] [jethro][PATCH 0/3] Security pull request

2016-02-25 Thread Martin Jansa
On Wed, Feb 24, 2016 at 08:27:20AM -0800, Armin Kuster wrote: > please consider these changes for jetho-next Merged to jethro-next > > The following changes since commit dc5634968b270dde250690609f0015f881db81f2: > > php: Security fix CVE-2016-1903 (2016-02-10 15:08:20 +0100) > > are

[oe] Still many meta-networking changes waiting in patchwork/master-next

2016-02-25 Thread Martin Jansa
Hi Joe. there are still 18 meta-networking commits in master-next: pick 959b908 postfix: premission of /var/spool/mail seems incorrect pick 21ccb84 wireshark: update SRC_URI link to sources pick 204683a nbd: use BPN in Files pick ed0b197 cim-schema-exper: fix host-user-contaminated pick 1dd195e

[oe] [PATCH][meta-oe] recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode, links"

2016-02-25 Thread Martin Jansa
* Using "cp -a" leaks UID of user running the builds, causing many QA warnings. * See this thread for details: http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html Signed-off-by: Martin Jansa ---

[oe] [PATCH][meta-oe 2/2] geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frame

2016-02-25 Thread Martin Jansa
* all these are checked by configure.ac with PKG_CHECK_MODULES * add x11 to required DISTRO_FEATURES Signed-off-by: Martin Jansa --- meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH][meta-oe 1/2] zsh: Explicitly set EXTRA_OEMAKE as required

2016-02-25 Thread Martin Jansa
* This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. * Unfortunately the build doesn't fail, it just produces almost empty output and QA

Re: [oe] [PATCH 00/34] Initial gobject introspection support for meta-openembedded

2016-02-25 Thread Martin Jansa
On Thu, Feb 25, 2016 at 03:36:35PM +0200, Alexander Kanavin wrote: > On 02/24/2016 06:47 PM, Martin Jansa wrote: > > > > Many people aren't using poky and don't want to play with combo-layer or > > format-patch/am combo to reapply the patches from poky repo to oe-core > > repo. > > > > As you're

Re: [oe] [PATCH 00/34] Initial gobject introspection support for meta-openembedded

2016-02-25 Thread Alexander Kanavin
On 02/24/2016 06:47 PM, Martin Jansa wrote: Many people aren't using poky and don't want to play with combo-layer or format-patch/am combo to reapply the patches from poky repo to oe-core repo. As you're definitely used to such strange environment, can you please push corresponding branch for

[oe] [meta-qt5][PATCH] qtbase: add runtime dependency to xkeyboard-config

2016-02-25 Thread Samuli Piippo
When qtbase is configured with xkbcommon-evdev (usually without X), make sure xkeyboard-config is installed to provide keymap database. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH][meta-oe] efivar: BROKEN: blacklist until nvme_ioctl.h issues are resolved

2016-02-25 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/efivar/efivar_0.21.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta-oe/recipes-extended/efivar/efivar_0.21.bb b/meta-oe/recipes-extended/efivar/efivar_0.21.bb index 3c34a7b..692b2b7 100644

Re: [oe] [OE-core][PATCH v6 2/4] gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptor

2016-02-25 Thread Burton, Ross
On 25 February 2016 at 09:38, Markus Lehtonen < markus.lehto...@linux.intel.com> wrote: > Not sure I'd trust that either, version comparison logic is painful. > Something like this might be more resilient to interesting versioning: > > dots = versionstring.split('.') > assert len(dots) >2 > if

Re: [oe] [OE-core][PATCH v6 2/4] gpg_sign: detach_sign: fix gpg > 2.1 STDIN file descriptor

2016-02-25 Thread Burton, Ross
On 22 February 2016 at 13:37, Markus Lehtonen < markus.lehto...@linux.intel.com> wrote: > As far as I can tell get_gpg_version returns a string. However, you > compare that with a float. This should give more correct behavior: > +if gpg_ver > "2.1": > Not sure I'd trust that either,