[oe] [meta-networking][PATCH] openconnect: fix do_compile failure

2016-05-11 Thread Chen Qi
This patch solves the following error which appears now and then because of parallel building. ../git/main.c:78:21: fatal error: version.c: No such file or directory The problem is that version.c needs to be there when building some objects which needs main.c. But version.c depends on main.c

Re: [oe] [oe-commits] [meta-openembedded] 03/19: openconnect: add dependency to fix Makefile.am

2016-05-11 Thread ChenQi
Hi Martin, I just realized that this patch is wrong. It actually creates circular dependency between main.c and version.c. Please drop it. Sorry. Best Regards, Chen Qi On 05/11/2016 06:40 PM, g...@opal.openembedded.org wrote: martin_jansa pushed a commit to branch master-next in repository

[oe] [meta-oe][PATCH] obexftp: mark as compatible with bluez5

2016-05-11 Thread Andrea Adami
Fix opie-image: ERROR: Nothing PROVIDES 'obexftp' ERROR: obexftp was skipped: Recipe is blacklisted: bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES Somehow on 2015-05-11 obex* had been blacklisted and on the same day Dmitry sent the patches #93471 and #93473. Openobex was

Re: [oe] [meta-oe][PATCH 2/2] freeglut: Add a recipe freeglut to replace mesa-glut

2016-05-11 Thread Neena Busireddy
Hi Khem, > On May 11, 2016, at 12:41 PM, Neena Busireddy > wrote: > > FreeGLUT is a free-software/open-source alternative to the OpenGL > Utility Toolkit (GLUT) library. > More information about this library can be found in > http://freeglut.sourceforge.net/ >

Re: [oe] [meta-oe][PATCH 2/2] freeglut: Add a recipe freeglut to replace mesa-glut

2016-05-11 Thread Khem Raj
> On May 11, 2016, at 12:41 PM, Neena Busireddy > wrote: > > FreeGLUT is a free-software/open-source alternative to the OpenGL > Utility Toolkit (GLUT) library. > More information about this library can be found in > http://freeglut.sourceforge.net/ > >

[oe] [meta-oe][PATCH 2/2] freeglut: Add a recipe freeglut to replace mesa-glut

2016-05-11 Thread Neena Busireddy
FreeGLUT is a free-software/open-source alternative to the OpenGL Utility Toolkit (GLUT) library. More information about this library can be found in http://freeglut.sourceforge.net/ Signed-off-by: Neena Busireddy ---

[oe] [meta-oe][PATCH 1/2] mesa-glut: Remove the recipe

2016-05-11 Thread Neena Busireddy
mesa-glut is dead upstream for almost three years now and it does not generate library for GLUT. mesa-glut is now replaced by freeGLUT which is a free-software/open-source alternative to the OpenGL Utility Toolkit (GLUT) library. Signed-off-by: Neena Busireddy ---

Re: [oe] [OE-core] proposal: replace GLUT with FreeGLUT

2016-05-11 Thread Neena Busireddy
Hi Ross, On 10 May 2016 at 19:12, Neena Busireddy > wrote: GLUT is dead upstream for almost three years now ( https://cgit.freedesktop.org/mesa/glut/ ) and it makes sense to replace GLUT with FreeGLUT . Some of the reasons to

[oe] [meta-oe][master][krogoth][PATCH] krb5: fix uninitialized variable warning

2016-05-11 Thread danismostlikely
From: Daniel McGregor On some targets clang erroniously detects an uninitialized variable. Backport the fix from upstream. Signed-off-by: Daniel McGregor --- ...-around-uninitialized-warning-in-cc_kcm.c.patch | 37 ++

[oe] [meta-qt5][PATCHv2] cmake_qt5: prepend the Qt5 specific CMake variables to EXTRA_OECMAKE

2016-05-11 Thread Pascal Bach
Using the prepend function instead of "=+" makes sure the variables are set even if the user overrides EXTRA_OECMAKE with "=" instead of just appending to it. Prepending also allows overriding because later arguments take precedence ever earlier ones in CMake. Signed-off-by: Pascal Bach

[oe] [meta-qt5][PATCH] qtbase: add patch to make Qt5Config modules behave better with cmake builds

2016-05-11 Thread Pascal Bach
Currently if a project if using the cmake bbclass and the CMakeLists.txt file uses find_package to find Qt5 and error like this is produced: | The imported target "Qt5::Core" references the file | | "/qmake" | | but this file does not exist. Possible reasons include: This is because

[oe] [PATCH] proftpd: fix mod_tls build issue

2016-05-11 Thread Catalin Enache
Backported upstream commit: https://github.com/proftpd/proftpd/commit/253e6ef6a4fde5545111f7c439a9692afecc597b Signed-off-by: Catalin Enache --- .../proftpd/files/Fix-build-errors.patch | 64 ++

[oe] [meta-qt5][PATCH] cmake_qt5: prepend the Qt5 specific CMake variables to EXTRA_OECMAKE

2016-05-11 Thread Pascal Bach
Using the prepend function instead of "=+" makes sure the variables are set even if the user overrides EXTRA_OECMAKE with "=" instead of just appending to it. Prepending also allows overriding because later arguments take precedence ever earlier ones in CMake. --- classes/cmake_qt5.bbclass | 2

[oe] State of bitbake world 2016-05-10

2016-05-11 Thread Martin Jansa
There weren't any updates for long time. The builds were still running I just had second server running some of the builds and didn't have time to update the script which generates this report after fetching the logs from other server as well. I've also included the logs from test dependencies

[oe] [meta-networking] [PATCH] nbd: fix LIC_FILES_CHKSUM

2016-05-11 Thread Robert Yang
The file depcomp would be changed during configure, which is not suitable for LIC_FILES_CHKSUM, there is a COPYING file which is GPLv2, so use it. Signed-off-by: Robert Yang --- meta-networking/recipes-support/nbd/nbd_3.11.bb | 2 +- 1 file changed, 1 insertion(+), 1