[oe] [meta-multimedia][PATCH] libebml: don't rely on make -e, obey LDFLAGS

2016-06-17 Thread Christopher Larson
From: Christopher Larson We need to obey LDFLAGS to get the correct hash style for external toolchains, and passing vars explicitly is better than relying on implicitly overriding everything blindly from the environment. Signed-off-by: Christopher Larson

[oe] [meta-oe][PATCH 2/2] Remove blacklisted recipes due to poppler build failures

2016-06-17 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-efl/recipes-efl/efl/epdf_svn.bb | 2 -- meta-gnome/recipes-gnome/evince/evince_3.18.2.bb | 2 -- meta-gnome/recipes-support/tracker/tracker_0.14.2.bb | 2 -- meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb | 2 --

[oe] [meta-oe][PATCH 1/2] poppler: fix ambiguity on math functions related to gcc-6

2016-06-17 Thread Derek Straka
Signed-off-by: Derek Straka --- .../poppler/0002-fix-gcc-6-math-ambiguous-errors.patch| 11 +++ meta-oe/recipes-support/poppler/poppler_0.43.0.bb | 4 +--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644

[oe] [meta-multimedia][PATCH] faac: address gcc-6 narrowing errors via an explicit cast

2016-06-17 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-multimedia/faac/faac_1.28.bb | 7 ++-- .../files/address-gcc-6-narrowing-errors.patch | 47 ++ 2 files changed, 50 insertions(+), 4 deletions(-) create mode 100644

[oe] [meta-oe][PATCH] libqmi: update to version 1.14.2

2016-06-17 Thread Derek Straka
* Addresses build issues with gcc-6 Signed-off-by: Derek Straka --- .../libqmi/{libqmi_1.12.6.bb => libqmi_1.14.2.bb}| 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.12.6.bb =>

Re: [oe] [meta-browser] Browser blacklists

2016-06-17 Thread Davis, Michael
Add the following to your distro's conf or local.conf #Stop the blacklist due to broken gcc6 PNBLACKLIST[chromium] = "" On Friday, June 17, 2016 09:56:45 AM Ian Coolidge wrote: > > > > I ran into this as well and had to spend some time figuring out how to get > > around it. > > > How'd you

[oe] [meta-oe][PATCH] crash: update to version 7.1.5

2016-06-17 Thread Derek Straka
* Resolves issues with gcc-6 on ARM Signed-off-by: Derek Straka --- .../crash/crash/0001-cross_add_configure_option.patch | 4 ++-- .../crash/crash/gdb_build_jobs_and_not_write_crash_target.patch| 2 +-

Re: [oe] [meta-browser] Browser blacklists

2016-06-17 Thread Ian Coolidge
> > I ran into this as well and had to spend some time figuring out how to get > around it. How'd you get around it? On Thu, Jun 16, 2016 at 6:32 AM, Davis, Michael wrote: > I ran into this as well and had to spend some time figuring out how to get > around it. >

[oe] [meta-oe][PATCH] geis: add a patch to fix incorrect indentation issues and remove -Wno-error=misleading-indentation

2016-06-17 Thread Derek Straka
Signed-off-by: Derek Straka --- .../geis/fix-indentation-for-gcc6.patch| 14 ++ .../recipes-support/canonical-multitouch/geis_2.2.17.bb| 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644

[oe] [meta-multimedia][PATCH] tvheadend: add a patch to fix issues with gcc 6 and drop the -Wno-error=misleading-indentation

2016-06-17 Thread Derek Straka
Signed-off-by: Derek Straka --- .../tvheadend/0002-fix-issues-with-gcc6.patch | 46 ++ .../recipes-dvb/tvheadend/tvheadend_git.bb | 3 +- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644

Re: [oe] [meta-oe][PATCH] geis: add CFLAG to ignore misleading indentations

2016-06-17 Thread Khem Raj
> On Jun 17, 2016, at 6:38 AM, Derek Straka wrote: > > It didn't seem worthwhile to create a patchset to fix whitespace issues. I > can create the patches if people prefer that to suppressing the error. Usually yes for OE it doesn't matter, however upstream of these

[oe] [meta-oe][PATCHv2] p7zip: update to version 15.14.1

2016-06-17 Thread Pascal Bach
The copying.txt file contains white space changes and the address of the Free Software Foundation mentioned in the LGPLv3.1 changed from: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 to: 59 Temple Place, Suite 330, Boston, MA 02111-1307 otherwise the license text remains unchanged. An

Re: [oe] [meta-oe][PATCH] geis: add CFLAG to ignore misleading indentations

2016-06-17 Thread Martin Jansa
On Fri, Jun 17, 2016 at 09:38:51AM -0400, Derek Straka wrote: > It didn't seem worthwhile to create a patchset to fix whitespace issues. I > can create the patches if people prefer that to suppressing the error. I would prefer fixing the issue, but I'm very grateful for your changes fixing the

Re: [oe] [meta-oe][PATCH] p7zip: update to version 15.14.1

2016-06-17 Thread Martin Jansa
On Fri, Jun 17, 2016 at 03:53:31PM +0200, Pascal Bach wrote: > Signed-off-by: Pascal Bach What changed in LIC_FILES_CHKSUM files? Describe it in commit message. > --- > ...do_not_override_compiler_and_do_not_strip.patch | 25 > +++--- >

[oe] [meta-oe][PATCH] p7zip: update to version 15.14.1

2016-06-17 Thread Pascal Bach
Signed-off-by: Pascal Bach --- ...do_not_override_compiler_and_do_not_strip.patch | 25 +++--- .../p7zip/{p7zip_9.20.1.bb => p7zip_15.14.1.bb}| 9 2 files changed, 17 insertions(+), 17 deletions(-) rename

Re: [oe] [meta-oe][PATCH] geis: add CFLAG to ignore misleading indentations

2016-06-17 Thread Derek Straka
It didn't seem worthwhile to create a patchset to fix whitespace issues. I can create the patches if people prefer that to suppressing the error. -Derek On Fri, Jun 17, 2016 at 12:17 AM, Khem Raj wrote: > > > On Jun 8, 2016, at 6:28 PM, Derek Straka