Re: [oe] [meta-oe][PATCH] hiredis: Add recipe

2017-06-12 Thread Andrea Galbusera
On Mon, Jun 12, 2017 at 8:36 PM, Marian Pritsak wrote: > Hiredis is a C client library for Redis database. > Hiredis does not use autotools, but plane Makefile instead, > so few changes had to be made, including removing hard coded > compiler, setting INSTALL to 'cp -r'

Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-06-12 Thread Denys Dmytriyenko
On Mon, Jun 12, 2017 at 03:04:24PM -0400, Denys Dmytriyenko wrote: > On Wed, Apr 12, 2017 at 05:53:21PM -0700, Andre McCurdy wrote: > > On Wed, Apr 12, 2017 at 5:11 PM, Andreas Oberritter > > wrote: > > > On Wed, 12 Apr 2017 16:38:58 -0700 > > > Andre McCurdy

[oe] [meta-qt5][PATCH] qtbase: respect "ld-is-gold" DISTRO_FEATURES

2017-06-12 Thread Denys Dmytriyenko
From: Denys Dmytriyenko If not set explicitly, some modules like QtWebKit and QtQuick1 can fail: | make[2]: Entering directory '/OE/master/build/tmp/work/armv7ahf-neon-oe-linux-gnueabi/qtwebkit/5.8.0+gitAUTOINC+74ac5b0f34-r0/build/Source' | rm -f libQt5WebKit.so.5.8.0

Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-06-12 Thread Denys Dmytriyenko
On Wed, Apr 12, 2017 at 05:53:21PM -0700, Andre McCurdy wrote: > On Wed, Apr 12, 2017 at 5:11 PM, Andreas Oberritter > wrote: > > On Wed, 12 Apr 2017 16:38:58 -0700 > > Andre McCurdy wrote: > > > >> On Wed, Apr 12, 2017 at 3:45 PM, Andreas Oberritter >

[oe] [meta-multimedia][PATCH] libdc1394: Add X11 and opengl deps if distro has them in policy

2017-06-12 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb

Re: [oe] [meta-oe] [PATCH] dos2unix: add recipe

2017-06-12 Thread Denys Dmytriyenko
FWIW, Mentor layer has a tofrodos recipe that does the same... Maybe Chris can submit that one here? :) -- Denys On Mon, Jun 12, 2017 at 08:53:55PM +0200, Martin Jansa wrote: > Please pass LDFLAGS to resolve following QA warning: > > ERROR: QA Issue: No GNU_HASH in the elf binary: >

Re: [oe] [meta-oe] [PATCH] dos2unix: add recipe

2017-06-12 Thread Martin Jansa
Please pass LDFLAGS to resolve following QA warning: ERROR: QA Issue: No GNU_HASH in the elf binary: dos2unix/7.3.4-r0/packages-split/dos2unix/usr/bin/dos2unix' No GNU_HASH in the elf binary: 'dos2unix/7.3.4-r0/packages-split/dos2unix/usr/bin/unix2dos' [ldflags] On Sun, Jun 11, 2017 at 2:54 PM,

Re: [oe] -pie in SECURITY_CFLAGS (was: Re: [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1)

2017-06-12 Thread Khem Raj
On Mon, Jun 12, 2017 at 11:23 AM, Peter Kjellerstedt wrote: > This looks great, except for one thing. What about external toolchains? > > We use Poky's compiler when building for ARM, but when building for > MIPS we need to use our own, which is based on gcc 4.7.2 and

[oe] [meta-oe][PATCH] hiredis: Add recipe

2017-06-12 Thread Marian Pritsak
Hiredis is a C client library for Redis database. Hiredis does not use autotools, but plane Makefile instead, so few changes had to be made, including removing hard coded compiler, setting INSTALL to 'cp -r' to to avoid host user comtamination QA issue, and setting PREFIX to ${prefix} instead of

Re: [oe] -pie in SECURITY_CFLAGS (was: Re: [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1)

2017-06-12 Thread Peter Kjellerstedt
This looks great, except for one thing. What about external toolchains? We use Poky's compiler when building for ARM, but when building for MIPS we need to use our own, which is based on gcc 4.7.2 and not likely to be updated. With the suggested changes to security_flags.inc we will no longer

Re: [oe] -pie in SECURITY_CFLAGS (was: Re: [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1)

2017-06-12 Thread Khem Raj
Patrick I have a patchset that is redoing the PIE hardening with using some help from gcc configuration itself. with this patch almost all of the NOPIE entries in secuity.inc are fixed and we get gcc to take care of -pie passing to compiler and linker when needed This patches are done after gcc7

[oe] [meta-oe][PATCHv2 2/2] debsums: New recipe

2017-06-12 Thread Tom Rini
A tool for verification of installed package files against MD5 checksums debsums can verify the integrity of installed package files against MD5 checksums installed by the package, or generated from a .deb archive. Signed-off-by: Tom Rini --- Changes in v2: - Run

Re: [oe] [meta-qt5][PATCH v4] Upgrade to Qt 5.9.0

2017-06-12 Thread Martin Jansa
On Fri, Jun 09, 2017 at 09:34:09AM +0300, Samuli Piippo wrote: > * adapt QtWebEngine recipe to use GN instead of GYP > * add QtRemoteObjects and QtWebView as a new Qt modules > * update available QtBase configure arguments > * remove obsolete patches > * patch all .pc files to remove build paths >

[oe] State of bitbake world, Failed tasks 2017-06-08

2017-06-12 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [oe] -pie in SECURITY_CFLAGS (was: Re: [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1)

2017-06-12 Thread Patrick Ohly
On Fri, 2017-06-09 at 19:32 +0200, Patrick Ohly wrote: > On Fri, 2017-06-09 at 16:34 +0200, Patrick Ohly wrote: > > On Fri, 2017-06-09 at 13:24 +, Khem Raj wrote: > > > > > > On Fri, Jun 9, 2017 at 1:43 AM Patrick Ohly > > > wrote: > > > > > > On Wed,

Re: [oe] [meta-oe][PATCH] hiredis: Add recipe

2017-06-12 Thread Koen Kooi
Op 11-06-17 om 22:36 schreef Marian Pritsak: > Hiredis is a C client library for Redis database. > Hiredis does not use autotools, but plane Makefile instead, > so few changes had to be made, including removing hard coded > compiler, setting INSTALL to 'cp -r' to to avoid host user > comtamination