Re: [oe] [meta-networking][PATCH 1/1] net-snmp: fix the replacement in net-snmp-config

2015-12-30 Thread Khem Raj
On Wed, Dec 30, 2015 at 5:26 PM, wrote: > -sed -e "s@-I/usr/include@@g" \ > +sed -e "s@-I/usr/include@-I=/usr/include@g" \ Can you rather replace it with ${STAGING_INCDIR} -I= is too gcc specific, wont work with Clang e.g. --

Re: [oe] [PATCH][jethro[master]][meta-networking] netmap-modules: fix build with kernel < 3.17

2015-12-30 Thread akuster808
will pull this shortly. - armin On 12/30/2015 08:02 AM, Martin Jansa wrote: > * define NETMAP_LINUX_ALLOC_NETDEV_4ARGS only when MACHINE is using kernel > 3.17 or newer > > Signed-off-by: Martin Jansa > --- >

[oe] [meta-networking][PATCH] wireshark: package update to 2.0.1

2015-12-30 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../wireshark/{wireshark_2.0.0.bb => wireshark_2.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_2.0.0.bb => wireshark_2.0.1.bb} (94%) diff --git

Re: [oe] chromium 40.0.2214.91 doesn't like gcc5.3

2015-12-30 Thread Martin Jansa
On Wed, Dec 30, 2015 at 01:18:48AM -0500, Trevor Woerner wrote: > I noticed the recent gcc update from 5.2 to 5.3 in openembedded-core > seems to cause meta-browser's chromium build to fail with more warnings > being treated as errors. My MACHINE is intel-corei7-64, but I'm guessing > this

[oe] [meta-oe][PATCH] nodejs: update from 4.2.3 to 4.2.4

2015-12-30 Thread Trevor Woerner
Signed-off-by: Trevor Woerner --- .../recipes-devtools/nodejs/{nodejs_4.2.3.bb => nodejs_4.2.4.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_4.2.3.bb => nodejs_4.2.4.bb} (93%) diff --git

Re: [oe] [meta-oe][PATCH] nodejs: update from 4.2.3 to 4.2.4

2015-12-30 Thread Martin Jansa
On Wed, Dec 30, 2015 at 01:00:58PM -0500, Trevor Woerner wrote: > Signed-off-by: Trevor Woerner Mention what was changed in LICENSE file. > --- > .../recipes-devtools/nodejs/{nodejs_4.2.3.bb => nodejs_4.2.4.bb}| 6 > +++--- > 1 file changed, 3 insertions(+), 3

[oe] [PATCH][jethro[master]][meta-networking] netmap-modules: fix build with kernel < 3.17

2015-12-30 Thread Martin Jansa
* define NETMAP_LINUX_ALLOC_NETDEV_4ARGS only when MACHINE is using kernel 3.17 or newer Signed-off-by: Martin Jansa --- meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

Re: [oe] chromium 40.0.2214.91 doesn't like gcc5.3

2015-12-30 Thread Khem Raj
On Tue, Dec 29, 2015 at 10:18 PM, Trevor Woerner wrote: > I noticed the recent gcc update from 5.2 to 5.3 in openembedded-core > seems to cause meta-browser's chromium build to fail with more warnings > being treated as errors. My MACHINE is intel-corei7-64, but I'm guessing >

Re: [oe] chromium 40.0.2214.91 doesn't like gcc5.3

2015-12-30 Thread Trevor Woerner
On 12/30/15 11:52, Martin Jansa wrote: > On Wed, Dec 30, 2015 at 01:18:48AM -0500, Trevor Woerner wrote: >> I noticed the recent gcc update from 5.2 to 5.3 in openembedded-core >> seems to cause meta-browser's chromium build to fail with more warnings >> being treated as errors. My MACHINE is

Re: [oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

2015-12-30 Thread Khem Raj
On Wed, Dec 30, 2015 at 5:57 AM, Koen Kooi wrote: > When the host distro uses gold mariadb-native fails to build. > what is the failure ? > Signed-off-by: Koen Kooi > --- > meta-oe/recipes-support/mysql/mariadb.inc | 3 +++ > 1 file

[oe] [PATCHv2][jethro[master]][meta-networking] netmap-modules: fix build with kernel < 3.17

2015-12-30 Thread Martin Jansa
* define NETMAP_LINUX_ALLOC_NETDEV_4ARGS only when MACHINE is using kernel 3.17 or newer Signed-off-by: Martin Jansa --- meta-networking/recipes-kernel/netmap/netmap-modules_git.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

Re: [oe] chromium 40.0.2214.91 doesn't like gcc5.3

2015-12-30 Thread Trevor Woerner
Hi Max, On 12/30/15 10:26, Max Krummenacher wrote: > Hi Trevor > > Am Mittwoch, den 30.12.2015, 01:18 -0500 schrieb Trevor Woerner: >> I noticed the recent gcc update from 5.2 to 5.3 in openembedded-core >> seems to cause meta-browser's chromium build to fail with more >> warnings being treated

[oe] next bitbake world run and updates

2015-12-30 Thread Trevor Woerner
Hi Martin, I'm hoping my nodejs_4.2.3.bb makes it into your next "State of bitbake world" run and passes this time. When do you think your next "bitbake world" will occur? I ask because since sending my v4 patches for nodejs_4.2.3, node-v4.2.4 has been released. Do I send the list a patch of the

[oe] [meta-qt5][PATH] qtwebengine: Fix build codec jpeg_codec.cc error: invalid conversion from 'int' to 'boolean' [-fpermissive], media_capture_devices_dispatcher.cpp FIX 'QCoreApplication' has not b

2015-12-30 Thread Cleiton Bueno
Signed-off-by: Cleiton Bueno --- ...ec.cc_Change-false-to-FALSE-and-1-to-TRUE.patch | 64 ++ ...cher.h-Include-QCoreApplication-translate.patch | 26 + ...-qquickwebengineview_p_p.h-add-inc-QColor.patch | 26 +

Re: [oe] [meta-qt5][PATH] qtwebengine: Fix build codec jpeg_codec.cc error: invalid conversion from 'int' to 'boolean' [-fpermissive], media_capture_devices_dispatcher.cpp FIX 'QCoreApplication' has n

2015-12-30 Thread Martin Jansa
On Wed, Dec 30, 2015 at 04:37:32PM -0200, Cleiton Bueno wrote: > Signed-off-by: Cleiton Bueno You need blank line after subject, otherwise it all ends in subject. > --- > ...ec.cc_Change-false-to-FALSE-and-1-to-TRUE.patch | 64 > ++ >

Re: [oe] chromium 40.0.2214.91 doesn't like gcc5.3

2015-12-30 Thread Khem Raj
> On Dec 30, 2015, at 11:38 AM, Trevor Woerner wrote: > > Hi Khem, > > On 12/30/15 13:04, Khem Raj wrote: >> can you backport and report back >> >> https://chromium.googlesource.com/v8/v8/+/e28183b5977a2d2732f7f8b9a2f26637c9566585%5E%21/#F0 > > That diff includes 4

Re: [oe] [meta-qt5][PATH] qtwebengine: Fix build codec jpeg_codec.cc error: invalid conversion from 'int' to 'boolean' [-fpermissive], media_capture_devices_dispatcher.cpp FIX 'QCoreApplication' has n

2015-12-30 Thread Khem Raj
while the patches are fine, subject line is too long, please resend by making the subject summary smaller and crisper you can put the details in the commit message after one line summary on top On Wed, Dec 30, 2015 at 10:37 AM, Cleiton Bueno wrote: > Signed-off-by:

[oe] [meta-qt5][PATH] Fix error jpeg_codec.cc, media_capture_devices_dispatcher.cpp and file API qquickwebengineview_p_p.h.

2015-12-30 Thread Cleiton Bueno
Fix build codec jpeg_codec.cc error: invalid conversion from 'int' to 'boolean' [-fpermissive], media_capture_devices_dispatcher.cpp error: 'QCoreApplication' has not been declared fix include and file API qquickwebengineview_p_p.h field 'm_backgroundColor' has incomplete type 'QColor' add

Re: [oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

2015-12-30 Thread Koen Kooi
> Op 30 dec. 2015 om 19:34 heeft Khem Raj het volgende > geschreven: > >> On Wed, Dec 30, 2015 at 5:57 AM, Koen Kooi >> wrote: >> When the host distro uses gold mariadb-native fails to build. > > what is the failure ? Not near a computer

Re: [oe] [meta-oe][PATCH v2] nodejs: update from 4.2.3 to 4.2.4

2015-12-30 Thread Khem Raj
> On Dec 30, 2015, at 12:06 PM, Trevor Woerner wrote: > > Additionally, the LICENSE file changed: Updated node LICENSE file with new npm > license: > > - npm's license changed from being copyrighted "Isaac Z. Schlueter" to "npm, > Inc. and Contributors"; more text was

Re: [oe] chromium 40.0.2214.91 doesn't like gcc5.3

2015-12-30 Thread Trevor Woerner
Hi Khem, On 12/30/15 13:04, Khem Raj wrote: > can you backport and report back > > https://chromium.googlesource.com/v8/v8/+/e28183b5977a2d2732f7f8b9a2f26637c9566585%5E%21/#F0 That diff includes 4 patches: Index: src/bignum.cc Index: src/compiler/ia32/code-generator-ia32.cc Index:

[oe] [meta-oe][PATCH v2] nodejs: update from 4.2.3 to 4.2.4

2015-12-30 Thread Trevor Woerner
Additionally, the LICENSE file changed: Updated node LICENSE file with new npm license: - npm's license changed from being copyrighted "Isaac Z. Schlueter" to "npm, Inc. and Contributors"; more text was added clarifying the copyrights to things such as the npm logo, the typeface, and

[oe] [PATCH][jethro][master][meta-networking 1/2] cifs-utils: add PACKAGECONFIG for pam

2015-12-30 Thread Martin Jansa
* otherwise there are unpackaged files: ERROR: QA Issue: cifs-utils: Files/directories were installed but not shipped in any package: /usr/lib/security /usr/lib/security/pam_cifscreds.so /usr/lib/security/.debug /usr/lib/security/.debug/pam_cifscreds.so Please set FILES such that these

[oe] [PATCH][jethro][master][meta-networking 2/2] cifs-utils: add PACKAGECONFIG for cifsidmap

2015-12-30 Thread Martin Jansa
* cifs.idmap links with keyutils as log.do_package shows: DEBUG: cifs-utils: Dependency libkeyutils.so.1 requires package keyutils (used by files: /home2/mjansa/build/build-starfish-jethro/BUILD/work/h15-starfish-linux-gnueabi/cifs-utils/6.4-r0/packages-split/cifs-utils/usr/sbin/cifs.idmap) *

Re: [oe] next bitbake world run and updates

2015-12-30 Thread Martin Jansa
On Wed, Dec 30, 2015 at 11:50:50AM -0500, Trevor Woerner wrote: > Hi Martin, > > I'm hoping my nodejs_4.2.3.bb makes it into your next "State of bitbake > world" run and passes this time. When do you think your next "bitbake > world" will occur? I ask because since sending my v4 patches for >

Re: [oe] [meta-oe][PATCH v2] nodejs: update from 4.2.3 to 4.2.4

2015-12-30 Thread Khem Raj
> On Dec 30, 2015, at 2:03 PM, Trevor Woerner wrote: > > On 12/30/15 15:48, Khem Raj wrote: >>> On Dec 30, 2015, at 12:06 PM, Trevor Woerner wrote: >>> >>> Additionally, the LICENSE file changed: Updated node LICENSE file with new >>> npm >>> license:

Re: [oe] [meta-oe][PATCH v2] nodejs: update from 4.2.3 to 4.2.4

2015-12-30 Thread Trevor Woerner
On 12/30/15 15:48, Khem Raj wrote: >> On Dec 30, 2015, at 12:06 PM, Trevor Woerner wrote: >> >> Additionally, the LICENSE file changed: Updated node LICENSE file with new >> npm >> license: >> >> - npm's license changed from being copyrighted "Isaac Z. Schlueter" to "npm, >>

Re: [oe] [meta-oe][PATCH v2] nodejs: update from 4.2.3 to 4.2.4

2015-12-30 Thread Trevor Woerner
On 12/30/15 17:05, Khem Raj wrote: > Yes. please include exact diff instead of summarizing as your patch does. diff --git a/LICENSE b/LICENSE index 7920cbb..ea51cc4 100644 --- a/LICENSE +++ b/LICENSE @@ -338,11 +338,32 @@ The externally maintained libraries used by Node.js are: - npm is a

[oe] [meta-networking][PATCH 1/1] net-snmp: fix the replacement in net-snmp-config

2015-12-30 Thread rongqing.li
From: Roy Li when net-snmp-config is used to configure by other package, and fail since /libnl3 is not found, in fact, it should be -I/usr/include/libnl3, and is modified as /libnl3 incorrectly. fix this replacement by adding = after -I to consider the sysroot

[oe] [meta-oe][PATCH 2/2] libvncserver: fix PN -> BPN for multilib

2015-12-30 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../libvncserver/libvncserver_0.9.10.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb

[oe] [meta-oe][PATCH 0/2] 2 fixes for meta-oe

2015-12-30 Thread Yi Zhao
The following changes since commit edaa0d80b3d9060a163460989a6eb93a9d763479: mpd: add dependency on libupnp (2015-12-18 12:52:52 +0100) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib yzhao/meta-oe-fixes

[oe] [meta-python][PATCH] python-vcversioner: Error Fix for recipes depend on python-vcversioner.

2015-12-30 Thread Li Xin
If you bitbake recipes which depends on python-vcversioner such as python-jsonschema. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/vcversioner/: [Errno -5] No address associated with hostname -- Some packages may not

Re: [oe] Why does samba think it (R)DEPENDS on perl?

2015-12-30 Thread Mike Looijmans
Found that the cause is "inherit cpan-base", this hardcodes "perl" into the package. I think this requires a split-up of cpan-base.bbclass into two parts, so that one get obtain the perl version without adding these dependencies. On 30-12-15 11:34, Mike Looijmans wrote: When building the

Re: [oe] [PATCH] Change false to FALSE and 1 to TRUE, FIX qtwebengine compile

2015-12-30 Thread Martin Jansa
On Thu, Dec 24, 2015 at 08:13:46PM -0200, Cleiton Bueno wrote: > Signed-off-by: Cleiton Bueno Where do you want this to be applied? If it's for qtwebengine recipe in meta-qt5 then you should send change for meta-qt5 repo (which includes .patch for qtwebengine), not patch

[oe] [PATCH][meta-initramfs] linux-yocto-tiny-kexecboot: upgrade to 4.1

2015-12-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../linux/linux-yocto-tiny-kexecboot_3.19.bb | 26 -- .../linux/linux-yocto-tiny-kexecboot_4.1.bb| 26 ++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644

Re: [oe] [PATCH] Include dependency to QCoreApplication::translate()

2015-12-30 Thread Martin Jansa
On Thu, Dec 24, 2015 at 08:14:02PM -0200, Cleiton Bueno wrote: > Signed-off-by: Cleiton Bueno Where do you want this to be applied? If it's for qtwebengine recipe in meta-qt5 then you should send change for meta-qt5 repo (which includes .patch for qtwebengine), not

[oe] [meta-networking][PATCH] iscsitarget: resolve build error if CONFIG_IPV6 config is not enabled

2015-12-30 Thread Jagadeesh Krishnanjanappa
The element skc_v6_daddr (in struct sock_common) is defined in kernel source only when CONFIG_IPV6 is enabled. Hence, access sk_v6_daddr element (i.e __sk_common.skc_v6_daddr) only when CONFIG_IPV6 is defined; to fix below error in world build: -- snip --

[oe] [meta-oe][PATCH 1/2] polkit-gnome: remove unrecognized configure options

2015-12-30 Thread Yi Zhao
Fix QA warning: WARNING: QA Issue: polkit-gnome: configure was passed unrecognised options: --disable-examples --disable-introspection [unknown-configure-option] Signed-off-by: Yi Zhao --- .../recipes-extended/polkit/polkit-gnome_0.105.bb |4 1 file changed, 4

[oe] Why does samba think it (R)DEPENDS on perl?

2015-12-30 Thread Mike Looijmans
When building the current version of samba, it builds perl and drags it into the image through an RDEPENDS. I've been researching this for a while, but failed to figure out what causes this runtime relation. Is there a way to find out where this is being "detected"? The workaround I

[oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

2015-12-30 Thread Koen Kooi
When the host distro uses gold mariadb-native fails to build. Signed-off-by: Koen Kooi --- meta-oe/recipes-support/mysql/mariadb.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/mysql/mariadb.inc

Re: [oe] [PATCH v2 00/54] Jentrho-next pull request

2015-12-30 Thread Martin Jansa
On Wed, Dec 23, 2015 at 06:32:57PM -0800, Khem Raj wrote: > Armin > > Can you add > > http://git.openembedded.org/meta-openembedded/commit/?id=b5341db1c245e581b25e2b7d5766ed2c1bbd17f7 > > to either this one or next pull plz I've added also this one: commit