Re: [oe] [meta-qt4][PATCH] qt4-embedded: Default to build tslib when touchscreen is defined

2016-11-01 Thread Paul Eggleton
I have merged both of the patches to master and taken the liberty of merging them to morty as well, just so it isn't horribly broken. I appreciate it's still slightly broken from some perspectives. I suspect the reason this was done was to remove the tslib dependency by default so that meta-oe

[oe] [PATCH 1/1] gstreamer: fix rare but annoying build errors

2016-11-01 Thread Andreas Müller
same as: commit 63707b56b5352ed72f1c5291967455b78f50fb7d Author: Andreas Müller Date: Sun Oct 2 22:16:52 2016 +0200 gst-plugins-base: fix rare but annoying build errors Signed-off-by: Andreas Müller ---

[oe] [PATCH 0/1] gstreamer: fix rare but annoying build errors

2016-11-01 Thread Andreas Müller
After landing in master the following patch is a candidate for morty too. Andreas Müller (1): gstreamer: fix rare but annoying build errors ...2.m4-don-t-do-crazy-things-to-GLIB_CFLAGS.patch | 32 ++ .../gstreamer-0.10/gstreamer_0.10.36.bb| 1 + 2 files

Re: [oe] [meta-gnome, jethro][PATCH] fix zenity build, and remove blacklist

2016-11-01 Thread Martin Jansa
On Fri, Oct 28, 2016 at 04:17:47PM +0200, Kai Iskratsch wrote: > > Zenity was blacklisted in meta-gnome, but it seems the fixes for the > problem listed in blacklist reason were rather minimal, > > additionally the newer version of libnotify no longer has the >

Re: [oe] [PATCH] apache2: include .load files in modules.d

2016-11-01 Thread Martin Jansa
On Mon, Oct 31, 2016 at 04:47:01PM +0800, Junxian.Xiao wrote: > Issue: LIN8-5007 > > According to other linux distributes like ubuntu, the modules > are usually included by 'LoadModule' command in *.load files > in mods-enable directory, and *.conf files in this directory > are for special

Re: [oe] [meta-networking][V2]PATCH] wireshark: install missing header files

2016-11-01 Thread Martin Jansa
On Sun, Oct 30, 2016 at 08:57:46PM -0700, Armin Kuster wrote: > Wireshark does not install header files. add install_append > Remove ALLOW_EMPTY & INHIBIT_PACKAGE_DEBUG_SPLIT, they are no longer needed > > V2] > add missing libssh and sbc config > > Signed-off-by: Armin Kuster

Re: [oe] [meta-oe] packagegroup-core-eclipse-debug

2016-11-01 Thread Khem Raj
> On Nov 1, 2016, at 5:35 AM, Burton, Ross wrote: > > On 31 October 2016 at 19:51, Visser Sander (2) (Consultant) < > sander.visse...@consultant.volvo.com> wrote: > >> meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb >> RDEPENDS on gdbserver but that is

Re: [oe] [meta-oe][PATCH] xterm: package /usr/lib/X11 to avoid installed-vs-shipped error on ppc64

2016-11-01 Thread Khem Raj
> On Oct 30, 2016, at 9:12 PM, ting@nxp.com wrote: > > From: Ting Liu > > commit 'ad5d2ff6c782a3319aedc25cc641574e39328460 xterm: 308 -> 320' changed > FILES_${PN} from "/usr/lib/X11" to "${libdir}/X11". This leads to QA issue > on ppc64 which defines libdir as

[oe] [PATCH] libwnck3: add a recipe

2016-11-01 Thread Alexander Kanavin
It is no longer needed in oe-core. Signed-off-by: Alexander Kanavin --- meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb diff

Re: [oe] [meta-qt4][PATCH] qt4-embedded: Default to build tslib when touchscreen is defined

2016-11-01 Thread Mike Looijmans
Having some more experience with it, my suggestion would be to REVERT c4671873af5ab6c7d15ca397538f154c11c3486e "qt4-embedded.inc: provide PACKAGECONFIG for tslib". The problem with using MACHINE_FEATURES for building the qt4 libs is that the qt4 package becomes machine-specific, and if

Re: [oe] [meta-oe] packagegroup-core-eclipse-debug

2016-11-01 Thread Burton, Ross
On 31 October 2016 at 19:51, Visser Sander (2) (Consultant) < sander.visse...@consultant.volvo.com> wrote: > meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb > RDEPENDS on gdbserver but that is no longer provided. Should RDEPENDS on > gdb instead? > The gdb recipe builds a

Re: [oe] [meta-oe] packagegroup-core-eclipse-debug

2016-11-01 Thread Anders Darander
* Visser Sander (2) (Consultant) [161031 21:10]: > meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb > RDEPENDS on gdbserver but that is no longer provided. Should RDEPENDS > on gdb instead? Why do you think that gdbserver is no longer

[oe] [meta-networking][PATCH 5/6] vblade: fix QA warning for GNU_HASH

2016-11-01 Thread Yi Zhao
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- .../vblade/files/makefile-add-ldflags.patch | 19 +++ meta-networking/recipes-daemons/vblade/vblade_20.bb | 4 +++- 2 files

[oe] [meta-networking][PATCH 6/6] tunctl: fix QA warning for GNU_HASH

2016-11-01 Thread Yi Zhao
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- meta-networking/recipes-support/tunctl/tunctl.inc | 4 +++- .../tunctl/tunctl/makefile-add-ldflags.patch | 19 +++ 2 files

[oe] [meta-networking][PATCH 4/6] tsocks: fix QA warning for GNU_HASH

2016-11-01 Thread Yi Zhao
Add LDFLAGS variable to Makefile.in so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- .../tsocks/tsocks/makefile-add-ldflags.patch | 19 +++ .../recipes-protocols/tsocks/tsocks_1.8beta5.bb | 4 +++- 2

[oe] [meta-networking][PATCH 2/6] nuttcp: fix QA warning for GNU_HASH

2016-11-01 Thread Yi Zhao
Set LDFLAGS explicitly for do_compile Signed-off-by: Yi Zhao --- meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb

[oe] [meta-networking][PATCH 1/6] aoetools: fix QA warning for GNU_HASH

2016-11-01 Thread Yi Zhao
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- .../aoetools/aoetools/makefile-add-ldflags.patch | 31 ++ .../recipes-support/aoetools/aoetools_36.bb| 1 + 2 files

[oe] [meta-networking][PATCH 3/6] zeroconf: fix QA warning for GNU_HASH

2016-11-01 Thread Yi Zhao
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- .../zeroconf/zeroconf/makefile-add-ldflags.patch | 19 +++ .../recipes-protocols/zeroconf/zeroconf_0.9.bb| 1 + 2 files

[oe] [meta-networking][PATCH 0/6] fix GNU_HASH QA warnings

2016-11-01 Thread Yi Zhao
The following changes since commit 7a491f384c277ee42ac895fec6fc2ef70f15df4d: nodejs: update to 4.6.1 (2016-10-26 10:28:41 +0200) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib yzhao/hash-fixes