Re: [oe] [meta-browser][PATCH] chromium: fix gcc5 compile issues

2015-11-04 Thread Zoltan Kuscsik
Why not using pragma in both cases? See the discussion on the issue in Chromium upstream: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/3uwBwunIa7g Z On 5 November 2015 at 02:10, Khem Raj wrote: > > > On Nov 4, 2015, at 1:50 PM, Max Krummenacher > wrote: > > > > A chromi

[oe] [meta-python][PATCH v2 2/2] gateone: update to latest git

2015-11-04 Thread Dan McGregor
From: Dan McGregor This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by: Dan McGregor --- ...on.py-Hack-around-broken-gethostname-thin.patch | 26 -- .../gateone/gateone/{80oe.conf => 80oe.conf.in}| 5 +++-- .../gateone/{gateone-ini

[oe] [meta-python][PATCH v2 1/2] python-html5lib: import recipe from meta-openstack

2015-11-04 Thread Dan McGregor
From: Dan McGregor This recipe is needed for GateOne. Signed-off-by: Dan McGregor --- .../recipes-devtools/python/python-html5lib_0.999.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-html5lib_0.999.bb diff --git a/

Re: [oe] [meta-python][PATCH 2/2] gateone: update to latest git

2015-11-04 Thread Dan McGregor
On 4 November 2015 at 22:03, Khem Raj wrote: > >> On Nov 4, 2015, at 7:58 PM, Dan McGregor wrote: >> >> From: Dan McGregor >> >> This version works with pyton-tornado 4.2 as currently distributed >> with OE. >> >> Signed-off-by: Dan McGregor >> --- >> ...on.py-Hack-around-broken-gethostname-thi

Re: [oe] [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack

2015-11-04 Thread Dan McGregor
On 4 November 2015 at 21:59, Khem Raj wrote: > >> On Nov 4, 2015, at 7:58 PM, Dan McGregor wrote: >> >> From: Dan McGregor >> >> This recipe is needed for GateOne. >> >> Signed-off-by: Dan McGregor >> --- >> .../python/python-html5lib_0.999.bb| 27 >> ++ >> 1

Re: [oe] [meta-oe][PATCH] tmux: update to 2.1

2015-11-04 Thread Dan McGregor
On 4 November 2015 at 22:05, Khem Raj wrote: > >> On Nov 4, 2015, at 7:55 PM, Dan McGregor wrote: >> >> From: Dan McGregor >> >> tmux 1.6 is three years old. Update to latest. >> >> Signed-off-by: Dan McGregor >> --- >> meta-oe/recipes-extended/tmux/tmux_1.6.bb | 18 -- >> meta-o

Re: [oe] [meta-oe][PATCH] tmux: update to 2.1

2015-11-04 Thread Khem Raj
> On Nov 4, 2015, at 7:55 PM, Dan McGregor wrote: > > From: Dan McGregor > > tmux 1.6 is three years old. Update to latest. > > Signed-off-by: Dan McGregor > --- > meta-oe/recipes-extended/tmux/tmux_1.6.bb | 18 -- > meta-oe/recipes-extended/tmux/tmux_2.1.bb | 17 +

Re: [oe] [meta-python][PATCH 2/2] gateone: update to latest git

2015-11-04 Thread Khem Raj
> On Nov 4, 2015, at 7:58 PM, Dan McGregor wrote: > > From: Dan McGregor > > This version works with pyton-tornado 4.2 as currently distributed > with OE. > > Signed-off-by: Dan McGregor > --- > ...on.py-Hack-around-broken-gethostname-thin.patch | 26 -- > .../recipes-conn

Re: [oe] [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack

2015-11-04 Thread Khem Raj
> On Nov 4, 2015, at 7:58 PM, Dan McGregor wrote: > > From: Dan McGregor > > This recipe is needed for GateOne. > > Signed-off-by: Dan McGregor > --- > .../python/python-html5lib_0.999.bb| 27 ++ > 1 file changed, 27 insertions(+) > create mode 100644 > me

[oe] [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack

2015-11-04 Thread Dan McGregor
From: Dan McGregor This recipe is needed for GateOne. Signed-off-by: Dan McGregor --- .../python/python-html5lib_0.999.bb| 27 ++ 1 file changed, 27 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-html5lib_0.999.bb diff --git a/

[oe] [meta-python][PATCH 2/2] gateone: update to latest git

2015-11-04 Thread Dan McGregor
From: Dan McGregor This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by: Dan McGregor --- ...on.py-Hack-around-broken-gethostname-thin.patch | 26 -- .../recipes-connectivity/gateone/gateone/80oe.conf | 1 + .../recipes-connectivity/gat

[oe] [meta-oe][PATCH] tmux: update to 2.1

2015-11-04 Thread Dan McGregor
From: Dan McGregor tmux 1.6 is three years old. Update to latest. Signed-off-by: Dan McGregor --- meta-oe/recipes-extended/tmux/tmux_1.6.bb | 18 -- meta-oe/recipes-extended/tmux/tmux_2.1.bb | 17 + 2 files changed, 17 insertions(+), 18 deletions(-) delete mode

[oe] [PATCH V2] wipe: add version 0.23

2015-11-04 Thread Hongxu Jia
Wipe is a little command for securely erasing files from magnetic media. We do not support native, because wipe needs root permission. Signed-off-by: Hongxu Jia --- .../files/support-cross-compile-for-linux.patch| 35 ++ meta-oe/recipes-extended/wipe/wipe_git.bb

Re: [oe] [meta-browser][PATCH] chromium: fix gcc5 compile issues

2015-11-04 Thread Khem Raj
> On Nov 4, 2015, at 1:50 PM, Max Krummenacher wrote: > > A chromium build with gcc5 fails with warnings treated as errors. > > bignum.cc, image_util.cc: strict-overflow warning > > Compiles and runs on qemux86-64 with gcc 5.2.0 and still compiles on > armv7a with gcc linaro-4.9.4. > this is

[oe] [PATCH][v2 15/18] cdrkit: initial add 1.1.11

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | 18 ...te-a-run-test-to-determine-order-of-bitfi.patch | 53 ++ 2 files changed, 71 insertions(+) create mode 100644 meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb create mode

[oe] [PATCH][v2 17/18] samba: add cups to DEPENDS

2015-11-04 Thread Andreas Müller
| /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/libexec/arm-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/5.2.0/ld: error: cannot find -lcups | collect2: error: ld returned 1 exit status Signed-off-by: Andreas Müller --- meta-oe/recipes-connectivity/samba/samba_4.1.12.bb

[oe] [PATCH][v2 13/18] fontforge: avoid cloning uthash during do_compile

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb index 5fa

[oe] [PATCH][v2 14/18] xfce4-whiskermenu-plugin: update to 1.5.1

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...kermenu-plugin_git.bb => xfce4-whiskermenu-plugin_1.5.1.bb} | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_git.bb => xfce4-whiskermenu-plugin_1.5.1.bb} (54%) dif

[oe] [PATCH][v2 18/18] samba: install pam libraries to base_libdir

2015-11-04 Thread Andreas Müller
that's where libpam installs libraries and expects them Signed-off-by: Andreas Müller --- meta-oe/recipes-connectivity/samba/samba_4.1.12.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-connectivity/samba/samba_4.1.12.bb b/meta-oe/recipes-connec

[oe] [PATCH][v2 12/18] uthash: add native extend

2015-11-04 Thread Andreas Müller
fontforge-native will require it Signed-off-by: Andreas Müller --- meta-oe/recipes-support/uthash/uthash_1.9.7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/uthash/uthash_1.9.7.bb b/meta-oe/recipes-support/uthash/uthash_1.9.7.bb index e5dde1a..82a9f2a 100644 -

[oe] [PATCH][v2 10/18] gnulib: add native extend

2015-11-04 Thread Andreas Müller
fontforge-native will require it Signed-off-by: Andreas Müller --- meta-oe/recipes-support/gnulib/gnulib_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/gnulib/gnulib_git.bb b/meta-oe/recipes-support/gnulib/gnulib_git.bb index a064502..766e41a 100644 --- a/m

[oe] [PATCH][v2 09/18] netcf: use autotools-bootstrap.bbclass

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-networking/recipes-support/netcf/netcf_git.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb index 8a8963e..26c738b 100644 --

[oe] [PATCH][v2 16/18] luajit: drop a note for build machine requirements

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/luajit/luajit_2.1.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.1.bb b/meta-oe/recipes-devtools/luajit/luajit_2.1.bb index ba439d0..5cee532 100644 --- a/meta-oe/recipes-devtoo

[oe] [PATCH][v2 08/18] autotools-bootstrap.bbclass: initial add

2015-11-04 Thread Andreas Müller
bootstrap is another magic script which is intended run before autotools. The class created runs this script at the right time and ensures that sources of gnulib are not cloned during configure. Signed-off-by: Andreas Müller --- meta-oe/classes/autotools-bootstrap.bbclass | 24 ++

[oe] [PATCH][v2 11/18] fontforge: use autotools-bootstrap.bbclass

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb index eb

[oe] [PATCH][v2 07/18] gnulib: move meta-networking -> meta-oe

2015-11-04 Thread Andreas Müller
A more common place is required for gnulib because of other recipes (e.g fontforge) will depend on it Signed-off-by: Andreas Müller --- .../netcf => meta-oe/recipes-support/gnulib}/gnulib_git.bb| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-networking/recipes-

[oe] [PATCH][v2 04/18] gparted: update to 0.24.0

2015-11-04 Thread Andreas Müller
Depending on gnome-doc-utils-native fixes (detected when building from scratch): | gnome-doc-utils.make:63: error: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL | help/Makefile.am:1: 'gnome-doc-utils.make' included from here | gnome-doc-utils.make:133: error: ENABLE_SK does not appear

[oe] [PATCH][v2 03/18] packagegroup-xfce-extended: xfce-polkit

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index

[oe] [PATCH][v2 01/18] xfce4-vala: unbreak by telling configure vala API version

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb index 7bcffe5..c1900e9 100644

[oe] [PATCH][v2 02/18] xfce-polkit: initial add 0.2

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb diff --git a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb b/meta-xfce/rec

[oe] [PATCH][v2 06/18] gparted: add polkit support

2015-11-04 Thread Andreas Müller
* This was missing for me and is a good test case for xfce-polkit asking for root's password. * Decision to use polkit (installed?) is made at runtime. Unfortunately this cool solution was not my idea but stolen from [1] [1] http://pkgs.fedoraproject.org/cgit/gparted.git Signed-off-by: Andrea

[oe] [PATCH][v2 00/18] update + usabilty/build enhancements

2015-11-04 Thread Andreas Müller
v1->v2: 0008: bootstrap.bbclass -> autotools-bootstrap.bbclass as Khem suggested 0013: no copying-from-sysroot-dance - as Khem suggested (complained by me :) 0015: add bzip2 - detected in Martin's world 0016-0018: new Note: I know samba is in very ugly condition (yes it builds but we have further

[oe] [PATCH][v2 05/18] gparted: add gtk-icon-cache to inherit

2015-11-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb b/meta-gnome/recipes-extended/gparted/gparted_0.24.0.bb index d77d1ed..0fe95a0 100644

Re: [oe] [meta-qt5][PATCH 2/2] qtbase: align target qmake paths

2015-11-04 Thread Andreas Müller
On Wed, Nov 4, 2015 at 11:54 PM, Martin Jansa wrote: > On Wed, Nov 04, 2015 at 06:30:09PM +0100, Andreas Müller wrote: >> With this we can setup qt-creator to build/debug on target again. > > Can we apply this change to qtbase-native and nativesdk-qtbase as well > or will it break things? Have not

Re: [oe] [meta-qt5][PATCH 2/2] qtbase: align target qmake paths

2015-11-04 Thread Martin Jansa
On Wed, Nov 04, 2015 at 06:30:09PM +0100, Andreas Müller wrote: > With this we can setup qt-creator to build/debug on target again. Can we apply this change to qtbase-native and nativesdk-qtbase as well or will it break things? With 5.6 I was finally able to use the same patches for target qtbase

Re: [oe] [meta-multimedia][PATCH 3/3] VLC: drop gnome-vfs, it will be removed from upstream in VLC 3.0

2015-11-04 Thread Martin Jansa
On Wed, Nov 04, 2015 at 05:03:19PM +0100, Rafaël Carré wrote: > --- Is it still used in 2.2.1 version? we aren't using 3.0 yet: ./meta-multimedia/recipes-multimedia/vlc/vlc_2.2.1.bb > meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > dif

[oe] [meta-browser][PATCH] chromium: fix gcc5 compile issues

2015-11-04 Thread Max Krummenacher
A chromium build with gcc5 fails with warnings treated as errors. bignum.cc, image_util.cc: strict-overflow warning Compiles and runs on qemux86-64 with gcc 5.2.0 and still compiles on armv7a with gcc linaro-4.9.4. Signed-off-by: Max Krummenacher --- .../0001-bignum.cc-fix-warning-from-gcc-5.p

Re: [oe] [meta-oe][PATCH] samba: systemv-init script must be executable

2015-11-04 Thread Christopher Larson
On Wed, Nov 4, 2015 at 11:09 AM, Jens Rehsack wrote: > Fix insane permissions installing SystemV init-script for samba4 to allow > executing it correctly. > > Signed-off-by: Jens Rehsack > The /etc/rc our sysvinit package provides will source the startup script rather than executing it if its n

[oe] [meta-oe][PATCH] samba: systemv-init script must be executable

2015-11-04 Thread Jens Rehsack
Fix insane permissions installing SystemV init-script for samba4 to allow executing it correctly. Signed-off-by: Jens Rehsack --- meta-oe/recipes-connectivity/samba/samba_4.1.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/samba/samba_4.1.1

Re: [oe] [meta-java][PATCH] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-11-04 Thread Jens Rehsack
> Am 04.11.2015 um 09:03 schrieb Richard Leitner : > > > On 11/03/2015 05:20 PM, Jens Rehsack wrote: >> >> Am 03.11.2015 um 16:40 schrieb Richard Leitner : >>> >>> On 11/03/2015 03:54 PM, Jens Rehsack wrote: That's maybe because I copy the format-patch output manually into the mail.

[oe] [meta-qt5][PATCH 1/2] qtbase: add glib to PACKAGECONFIG_X11

2015-11-04 Thread Andreas Müller
configure script disables gtkstyle if glib is not set. See configure section: | # auto-detect GTK style support | if [ "$CFG_GLIB" = "yes" -a "$CFG_QGTKSTYLE" != "no" ]; then | ... | elif [ "$CFG_GLIB" = "no" ]; then | CFG_QGTKSTYLE=no | fi for more details. Signed-off-by: Andreas Müller --

[oe] [meta-qt5][PATCH 2/2] qtbase: align target qmake paths

2015-11-04 Thread Andreas Müller
With this we can setup qt-creator to build/debug on target again. Signed-off-by: Andreas Müller --- ...configure-paths-for-target-qmake-properly.patch | 46 ++ recipes-qt/qt5/qtbase_git.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644 re

[oe] [meta-multimedia][PATCH 1/3] VLC: depends on gst-plugins-bad only if gst is enabled

2015-11-04 Thread Rafaël Carré
--- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index ee90ac8..b989849 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc

[oe] [meta-multimedia][PATCH 2/3] VLC: make libnotify a configurable dependency

2015-11-04 Thread Rafaël Carré
--- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index b989849..ad5c81d 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.i

[oe] [meta-multimedia][PATCH 3/3] VLC: drop gnome-vfs, it will be removed from upstream in VLC 3.0

2015-11-04 Thread Rafaël Carré
--- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index ad5c81d..dddbb5b 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc

[oe] [meta-networking][PATCH] net-snmp: fix cross compilation

2015-11-04 Thread Rafaël Carré
--- .../0002-config_os_headers-Error-Fix.patch | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/0002-config_os_headers-Error-Fix.patch diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp/00

Re: [oe] [meta-oe][PATCH V3 1/4] rrdtool: fix useless-rpath QA issue

2015-11-04 Thread ChenQi
Please ignore these patches. I'll send out patches based on the latest master. // Qi On 11/04/2015 03:36 PM, Chen Qi wrote: When building rrdtool, we would meet the following error. ERROR: QA Issue: rrdtool-python: work/core2-64-poky-linux/rrdtool /1.5.4-r0/packages-split/rrdtool-python/

[oe] [meta-oe][PATCH] libsmi: add configure file

2015-11-04 Thread kai.kang
From: Kai Kang Add configure file duplicated from file smi.conf-example in source code and replace paths with mibs files directories. Then set libsmi-mibs as runtime recommend package to provide mibs files. Add homepage and update SRC_URI as well. Signed-off-by: Kai Kang --- meta-oe/recipes-

Re: [oe] [meta-oe][PATCH] wipe: add version 0.23

2015-11-04 Thread Hongxu Jia
On 11/04/2015 03:39 PM, Hongxu Jia wrote: + +do_configure[noexec] = "1" + +BBCLASSEXTEND = "nativesdk" There is no specific reason to support nativesdk, please drop this patch, v2 incoming //Hongxu -- ___ Openembedded-devel mailing list Openembe

Re: [oe] [meta-java][PATCH] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-11-04 Thread Richard Leitner
On 11/03/2015 05:20 PM, Jens Rehsack wrote: > > Am 03.11.2015 um 16:40 schrieb Richard Leitner : >> >> On 11/03/2015 03:54 PM, Jens Rehsack wrote: >>> That's maybe because I copy the format-patch output manually into the mail. >>> Use this one: >>> https://github.com/rehsack/meta-java/commit/57e