[oe] [meta-networking][PATCH 2/2] rdate: Fix build with hardening

2017-06-26 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-src-rdate-Fix-printf-format-errors.patch | 33 ++ .../recipes-connectivity/rdate/rdate_1.5.bb| 4 ++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-multimedia][PATCH 1/2] cdparanoia: Fix build with security flags

2017-06-26 Thread Khem Raj
Signed-off-by: Khem Raj --- .../cdparanoia/cdparanoia_10.2.bb | 4 ++- ...-for-null-buffer-before-trying-a-byteswap.patch | 31 + .../files/0002-Fix-printf-format-errors.patch | 32 ++ 3 files changed, 66

Re: [oe] [meta-qt5] [PATCH] qttools: DEPENDS on icu

2017-06-26 Thread Ming Liu
Hi, Please revert it, I probably made a mistake, I encountered this issue in morty branch, then I checked the qttools-5.7 source, and found there is code referring ICU, so I thought the issue is also impacting the upstream, which it seems is not according to Denys, sorry for the inconvenience I

Re: [oe] [meta-oe][morty][PATCH 0/6] merge devmem2 and gitver fixes from master

2017-06-26 Thread akuster808
On 06/23/2017 01:37 PM, Denys Dmytriyenko wrote: Wasn't there already a submission for devmem2 backport on the list? yes. running a bit behind. pulling in today. -armin On Fri, Jun 23, 2017 at 09:23:18PM +0100, Alejandro Mery wrote: The following changes have been cherry-picked from

Re: [oe] [meta-qt5] [PATCH] qttools: DEPENDS on icu

2017-06-26 Thread Denys Dmytriyenko
I believe this was meant to be sent to the list, not just me directly... On Mon, Jun 26, 2017 at 05:00:14AM +0200, Ming Liu wrote: > Hi, > > Please revert it, I probably made a mistake, I encountered this issue in > morty branch, then I checked the qttools-5.7 source, and found there is > code

Re: [oe] [meta-oe][PATCH 7/8] meson: use tarball instead of git checkout

2017-06-26 Thread Martin Jansa
I still don't trust github archives/releases, can we skip this one? On Mon, Jun 26, 2017 at 5:11 PM, Ross Burton wrote: > Signed-off-by: Ross Burton > --- > meta-oe/recipes-devtools/meson/meson_0.40.1.bb | 10 +++--- > 1 file changed, 3

[oe] [meta-oe][PATCH 6/8] meson: remove redundant patch

2017-06-26 Thread Ross Burton
This patch doesn't apply to 0.40.1 and hopefully the PKG_CONFIG patch fixes the problem with the wrong pkg-config binary being invoked. Signed-off-by: Ross Burton --- .../meson/meson/native_bindir.patch| 52 -- 1 file changed, 52

[oe] [meta-oe][PATCH 8/8] meson: set native tool flag variables

2017-06-26 Thread Ross Burton
As well as setting CC/CXX, export CFLAGS/CXXFLAGS and so on. Signed-off-by: Ross Burton --- meta-oe/classes/meson.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass index b5b2b3b7e..7eeff4210

[oe] [meta-oe][PATCH 7/8] meson: use tarball instead of git checkout

2017-06-26 Thread Ross Burton
Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/meson/meson_0.40.1.bb | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb b/meta-oe/recipes-devtools/meson/meson_0.40.1.bb index

[oe] [meta-oe][PATCH 5/8] meson: export PKG_CONFIG to use pkg-config-native for native builds

2017-06-26 Thread Ross Burton
By default Meson uses 'pkg-config' in native builds but as that is the cross pkg-config, export PKG_CONFIG to use the correct pkg-config-native binary. Signed-off-by: Ross Burton --- meta-oe/classes/meson.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-oe][PATCH 4/8] meson: set RDEPENDS globally instead of just for target

2017-06-26 Thread Ross Burton
Now that python3-native has the correct provides, the RDEPENDS can be set globally instead of just for target (which helps a future nativesdk-meson package). Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/meson/meson_0.40.1.bb | 2 +- 1 file changed, 1

[oe] [meta-oe][PATCH 3/8] meson: don't pass localedir

2017-06-26 Thread Ross Burton
For historic reasons the localedir directory is where binary locales are stored (/usr/lib/locale) , not where application translations belong (typically, /usr/share/locale). Don't pass localedir explicitly, and let Meson use the default of $datadir/locale to match the behaviour of

[oe] [meta-oe][PATCH 2/8] Revert "meson: fix build/host confusion for bbclass"

2017-06-26 Thread Ross Burton
This patch was incorrect: meson and autotools (thus OE) don't have conflicting terminology, and using HOST_* for the host_machine variables is correct. This reverts commit 77eae90ef5ca3f9a4bdf5727a29713dd2b215165. Signed-off-by: Ross Burton ---

[oe] [meta-oe][PATCH 1/8] meson: revert changes which shouldn't have been submitted

2017-06-26 Thread Ross Burton
>From Adam Foltzer: Apologies, this line was inadvertently committed. It was a fix I tried before learning that adding TARGET_CC_ARCH was the solution to linking the wrong ld.so. Signed-off-by: Ross Burton --- meta-oe/classes/meson.bbclass | 2 +- 1 file changed, 1

Re: [oe] [meta-oe][PATCH 5/7] hwloc: Inherit pkgconfig

2017-06-26 Thread Martin Jansa
Hi Khem, thanks for info, for some reason I haven't seen hwloc failing without pkgconfig before. So when it failed to apply without the PACKAGECONFIG one, I just dropped it assuming that it's not needed now. Will try to remember to cherry-pick this next time I'm updating master-next. Regards,

Re: [oe] [meta-oe][PATCH 5/7] hwloc: Inherit pkgconfig

2017-06-26 Thread Khem Raj
Hi Martin I see that you did not pick this into master-next but this patch is independent of the other patch where you have comments to address. Although they address same package this patch is not depening on that patch, however that patch does depend on this one. So you can cherry pick this

Re: [oe] [meta-oe][PATCH] hwloc: add several PACKAGECONFIG items

2017-06-26 Thread Khem Raj
On Fri, Jun 23, 2017 at 3:14 AM, Martin Jansa wrote: > Should numactl be enabled by default? > > numactl.bb currently marks it ARM incompatible: > # ARM does not currently support NUMA > COMPATIBLE_HOST = "^((?!arm).*)$" > > and enabling the PACKAGECONFIG here by default

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

2017-06-26 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] [meta-oe][PATCH 2/3] meson: fix build/host confusion for bbclass

2017-06-26 Thread Burton, Ross
On 16 June 2017 at 12:19, Linus Svensson wrote: > What is the difference? > > As far as I understand, bitbake and meson use the same terminology. meson > is supposed to get the build machine info from the environment, not the > cross file. > Linus is right. Quoting the

Re: [oe] [meta-oe][PATCH v2] meson: add LDFLAGS to bbclass C/C++ link arguments

2017-06-26 Thread Burton, Ross
On 8 June 2017 at 18:34, Adam C. Foltzer wrote: > -cpu = '${TARGET_ARCH}' > +cpu = '${TUNE_PKGARCH}' > This line was retracted in a later mail but the patch was merged. > SRC_URI = " \ > git://github.com/mesonbuild/meson.git \ > -file://native_bindir.patch \ >

Re: [oe] [meta-oe][morty][PATCH 2/6] devmem2: use different filename to avoid checksum conflicts

2017-06-26 Thread Alejandro Mery
On 23/06/17 22:15, Denys Dmytriyenko wrote: > On Fri, Jun 23, 2017 at 02:08:06PM -0700, Khem Raj wrote: >> On Fri, Jun 23, 2017 at 1:52 PM, Denys Dmytriyenko wrote: >>> On Fri, Jun 23, 2017 at 01:46:28PM -0700, Khem Raj wrote: On Fri, Jun 23, 2017 at 1:23 PM, Alejandro Mery

[oe] [meta-filesystems][PATCH] xfsprogs: remove redundant install rule in do_install

2017-06-26 Thread Hongxu Jia
Since the recipe inherits autotools-brokensep, it has `make install' in do_install by default. The extra one is not required which may conflict with install-dev. Occasionally build failure: ... Installing include-install Installing libxfs-install-dev make[1]: *** No rule to make target

[oe] [meta-networking][PATCH] snort: fix for snort.conf

2017-06-26 Thread jackie.huang
From: Jackie Huang The /etc/snort/snort.conf doesn't work since there are hardcoded paths and lib names, and it tries to include many rules that are not provided. Signed-off-by: Jackie Huang ---