Re: [oe] [meta-openwrt][PATCH 1/5] openwrt-lua: remove hardcoded 'lib' string to a generic value CMAKE_INSTALL_LIBDIR

2018-03-01 Thread Khem Raj
On Thu, Mar 1, 2018 at 5:35 AM, Jagadeesh Krishnanjanappa wrote: > This solves a bunch of below errors and warnings when the libdir is > /usr/lib64 for > 64bit machine or in multilib environment: > Can you submit this series as github pull request please ? > The

Re: [oe] [meta-python][PATCH] python3-cryptography: Add -pthread to link flags

2018-03-01 Thread Tim Orling
Thank you for the catch. This is why we need to have 100% package run time coverage. Call to arms for everyone in the community. If you are reading this, this means you. Acked-by: Tim Orling On Thu, Mar 1, 2018 at 6:05 PM Khem Raj wrote: > It builds

[oe] [meta-python][PATCH] python3-cryptography: Add -pthread to link flags

2018-03-01 Thread Khem Raj
It builds openssl module which needs pthread_atfork() but we do not link it with libpthread, which results in runtime loading errors Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff

[oe] [meta-oe][PATCHv3] vboxguestdrivers: upgrade to 5.2.8

2018-03-01 Thread Martin Jansa
* 5.1.26 doesn't build with 4.15 kernel Signed-off-by: Martin Jansa --- .../linux-4.15.0-rc8-VBoxGuestAdditions-amd64.diff | 90 -- ...tdrivers_5.2.6.bb => vboxguestdrivers_5.2.8.bb} | 7 +- 2 files changed, 2 insertions(+), 95 deletions(-) delete

[oe] [PATCH 12/12] fltk: rework packaging

2018-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/fltk/fltk.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index 6a3d1c9f9..4f80735b3 100644 ---

[oe] [PATCH 09/12] xfce4-notifyd: update 0.4.0 -> 0.4.2

2018-03-01 Thread Andreas Müller
Patch was applied upstream and is working now after additional tarball fix. Signed-off-by: Andreas Müller --- ...gure-option-to-start-daemon-by-autostart-.patch | 105 - ...ce4-notifyd_0.4.0.bb => xfce4-notifyd_0.4.2.bb} | 5 +- 2 files changed, 2

[oe] [PATCH 11/12] xfce4-pulseaudio-plugin: update 0.3.4 -> 0.3.5

2018-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...e4-pulseaudio-plugin_0.3.4.bb => xfce4-pulseaudio-plugin_0.3.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.3.4.bb =>

[oe] [PATCH 08/12] menulibre: update 2.1.3 -> 2.1.5

2018-03-01 Thread Andreas Müller
Patches: * 0001../0003..: They were stolen from Fedora and don't apply no more due to major code changes. Fedora has removed them too. * 0002..: Does not apply no more. Replaced by sed in do_install Signed-off-by: Andreas Müller ---

[oe] [PATCH 10/12] parole: update 0.8.1 -> 1.0.0

2018-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/parole/{parole_0.8.1.bb => parole_1.0.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-multimedia/parole/{parole_0.8.1.bb => parole_1.0.0.bb} (86%) diff --git

[oe] [PATCH 07/12] xfce4-timer-plugin: update 1.6.0 -> 1.7.0

2018-03-01 Thread Andreas Müller
* 0001-Specify-string-format-explicitly.patch: Code was restructured and fix was done upstream. Signed-off-by: Andreas Müller --- .../0001-Specify-string-format-explicitly.patch| 32 -- ...plugin_1.6.0.bb => xfce4-timer-plugin_1.7.0.bb} | 6

[oe] [PATCH 06/12] thunar: update 1.6.13 -> 1.6.14

2018-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/thunar/{thunar_1.6.13.bb => thunar_1.6.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.13.bb => thunar_1.6.14.bb} (88%) diff --git

[oe] [PATCH 02/12] devilspie2: update 0.42 -> 0.43

2018-03-01 Thread Andreas Müller
While at it, add a comment to desktop file. Signed-off-by: Andreas Müller --- .../devilspie/{devilspie2_0.42.bb => devilspie2_0.43.bb} | 4 ++-- meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop | 1 + 2 files changed, 3 insertions(+), 2

[oe] [PATCH 05/12] exo: update 0.11.5 -> 0.12.0

2018-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch | 8 meta-xfce/recipes-xfce/exo/{exo_0.11.5.bb => exo_0.12.0.bb} | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename

[oe] [PATCH 00/12] meta-xfce updates + fix

2018-03-01 Thread Andreas Müller
To be honest: * For those patches possible a run test was performed * Builds were made close to rocko (don't have enough build machines :) so hope world build does not turn red on these.. The following changes since commit d0619b667202cb1e99f5eec2232b86d509437b3d: xrdp: enable cpliboard

[oe] [PATCH 04/12] xfce4-terminal: update 0.8.6 -> 0.8.7.1

2018-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{xfce4-terminal_0.8.6.bb => xfce4-terminal_0.8.7.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.6.bb => xfce4-terminal_0.8.7.1.bb} (68%)

[oe] [PATCH 03/12] xfce4-whiskermenu-plugin: update 2.1.4 -> 2.1.5

2018-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-whiskermenu-plugin_2.1.4.bb => xfce4-whiskermenu-plugin_2.1.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.4.bb =>

[oe] [PATCH 01/12] xfce4-panel: add gtk-icon-cache to inherit

2018-03-01 Thread Andreas Müller
+ mini stylize Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb

Re: [oe] Splitting meta-oe?

2018-03-01 Thread Bruce Ashfield
On Thu, Mar 1, 2018 at 1:44 PM, akuster808 wrote: > > > On 03/01/2018 01:04 AM, Alexander Kanavin wrote: >> On 03/01/2018 03:17 AM, akuster808 wrote: >>> We had/have a situation with the Yocto 4.12 kernel that broke wireguard >>> in meta-networking. Their are two patches

Re: [oe] Splitting meta-oe?

2018-03-01 Thread Alexander Kanavin
On 03/01/2018 08:44 PM, akuster808 wrote: These two commits introduced an ABI change. http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-4.12/commit/include/linux/random.h?h=standard/base=6e4990d8d226e1861a5a2b632cf93bc70feab3af

Re: [oe] Splitting meta-oe?

2018-03-01 Thread akuster808
On 03/01/2018 01:04 AM, Alexander Kanavin wrote: > On 03/01/2018 03:17 AM, akuster808 wrote: >> We had/have a situation with the Yocto 4.12 kernel that broke wireguard >> in meta-networking. Their are two patches that don't exist in K.O. which >> are causing the problem. >> Meta-openembedded

Re: [oe] meta-python/rocko

2018-03-01 Thread Philip Balister
On 03/01/2018 09:49 AM, akuster808 wrote: > Check rocko-next. > Yes, this looks good to me! Philip > > > On 03/01/2018 06:39 AM, Martin Jansa wrote: >> Read this thread: >> http://lists.openembedded.org/pipermail/openembedded-devel/2018-February/116622.html >> >> On Thu, Mar 1, 2018 at 3:22

[oe] [meta-oe][PATCH] Fix zram module paramter name

2018-03-01 Thread Michael Siebecker
---  meta-oe/recipes-extended/zram/zram/init | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/zram/zram/init b/meta-oe/recipes-extended/zram/zram/init index 7b6cbf4..a2c9c21 100644 --- a/meta-oe/recipes-extended/zram/zram/init +++

[oe] [meta-qt5][PATCH] cinematicexperience: Add liberation-fonts to RDEPENDS

2018-03-01 Thread Fabio Berton
Install liberation-fonts package to show cinematicexperience fonts. Signed-off-by: Fabio Berton --- recipes-qt/examples/cinematicexperience_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/examples/cinematicexperience_1.0.bb

Re: [oe] cppzmq: 4.2.3 update

2018-03-01 Thread Andreas Oberritter
On Thu, 1 Mar 2018 10:47:02 -0500 Justin Bronder wrote: > On 01/03/18 16:36 +0100, Andreas Oberritter wrote: > > Hi Justin, > > > > On Mon, 26 Feb 2018 15:16:04 -0500 > > Justin Bronder wrote: > > > > > Signed-off-by: Justin Bronder

Re: [oe] cppzmq: 4.2.3 update

2018-03-01 Thread Justin Bronder
On 01/03/18 16:36 +0100, Andreas Oberritter wrote: > Hi Justin, > > On Mon, 26 Feb 2018 15:16:04 -0500 > Justin Bronder wrote: > > > Signed-off-by: Justin Bronder > > --- > > meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++-- > > 1

Re: [oe] [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update

2018-03-01 Thread Andreas Oberritter
Hi Justin, On Mon, 26 Feb 2018 15:16:04 -0500 Justin Bronder wrote: > Signed-off-by: Justin Bronder > --- > meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [oe] meta-python/rocko

2018-03-01 Thread akuster808
Check rocko-next. On 03/01/2018 06:39 AM, Martin Jansa wrote: > Read this thread: > http://lists.openembedded.org/pipermail/openembedded-devel/2018-February/116622.html > > On Thu, Mar 1, 2018 at 3:22 PM, Philip Balister wrote: > >> I'm trying to build some gnuradio

Re: [oe] meta-python/rocko

2018-03-01 Thread Martin Jansa
Read this thread: http://lists.openembedded.org/pipermail/openembedded-devel/2018-February/116622.html On Thu, Mar 1, 2018 at 3:22 PM, Philip Balister wrote: > I'm trying to build some gnuradio related stuff and am running into > issues in meta-python with DEPENDS and

[oe] meta-python/rocko

2018-03-01 Thread Philip Balister
I'm trying to build some gnuradio related stuff and am running into issues in meta-python with DEPENDS and missing recipes. Does anyone understand what is going on and have a plan to fix it, or do I need to dig further and figure out what needs doing? Philip --

[oe] [meta-openwrt][PATCH 5/5] netifd: replace hardcoded lib string to a generic value

2018-03-01 Thread Jagadeesh Krishnanjanappa
1. If libdir is other than /usr/lib/ , then netifd recipe fails to build with below error: -- snip -- | cp: target ‘.../tmp_new/work/corei7-64-montavista-linux/netifd/git-r0/image/lib64/netifd/’ is not a directory | WARNING:

[oe] [meta-openwrt][PATCH 3/5] ustream-ssl: replace hardcoded 'lib' string to generic value

2018-03-01 Thread Jagadeesh Krishnanjanappa
If libdir is other than /usr/lib/, then ustream-ssl fails with below error in do_install task: -- snip -- | mv: cannot stat ‘.../tmp_new2/work/corei7-64-montavista-linux/ustream-ssl/git-r0/image/usr/lib/libustream-ssl.so’: No such file or directory -- snip -- Signed-off-by: Jagadeesh

[oe] [meta-openwrt][PATCH 4/5] mountd: fix build error with gcc v7.2

2018-03-01 Thread Jagadeesh Krishnanjanappa
Avoid warnings being treated as errors to solve below error: -- snip -- | .../tmp_new2/work/corei7-64-montavista-linux/mountd/git-r0/git/mount.c:694:35: error: '%s' directive output may be truncated writing up to 255 bytes into a region of size 53 [-Werror=format-truncation=] |

[oe] [meta-openwrt][PATCH 2/5] libubox: fix hardcoded lib string to solve unshipped file warnings

2018-03-01 Thread Jagadeesh Krishnanjanappa
Solves below warning, when libdir is other than /usr/lib/: -- snip -- WARNING: libubox-2.0.0+gitAUTOINC+96305a3caf-r0 do_package: QA Issue: libubox: Files/directories were installed but not shipped in any package: /usr/lib/lua/5.1/uloop.so Please set FILES such that these items are packaged.

[oe] [meta-openwrt][PATCH 1/5] openwrt-lua: remove hardcoded 'lib' string to a generic value CMAKE_INSTALL_LIBDIR

2018-03-01 Thread Jagadeesh Krishnanjanappa
This solves a bunch of below errors and warnings when the libdir is /usr/lib64 for 64bit machine or in multilib environment: The libubox warning: -- snip -- WARNING: libubox-2.0.0+gitAUTOINC+96305a3caf-r0 do_package: QA Issue: libubox: Files/directories were installed but not shipped in any

[oe] Recent updates to meta-java (master)

2018-03-01 Thread Maxin B. John
Hi All, Pushed the following updates to meta-java: * dd5c43f :2018-03-01 - jdepend: give the downloaded file a reasonable name * 9ea2b2a :2018-02-28 - classpath: remove unused patch * fbe0b0e :2018-01-18 - (origin/rocko) openjdk-8: strip leading non digit chars from GCCVERSION

Re: [oe] BUG: openjre-8 won't compile on qemux86/ latest meta-java repo

2018-03-01 Thread Maxin B. John
Hi, On Wed, Feb 28, 2018 at 12:58:09PM +, nick83ola wrote: > $ bitbake openjre-8 > (virtual:native:/home/nicklunghi/src/yocto-openhab/sources/meta-java/recipes-core/classpathx/gnujaf_1.1.1.bb:do_compile) > failed with exit code '1' > NOTE: Tasks Summary: Attempted 956 tasks of which 946

[oe] [meta-oe][PATCH] xrdp, xorgxrdp: require pam in DISTRO_FEATURES

2018-03-01 Thread Martin Jansa
* libpam dependency was added to xrdp in http://git.openembedded.org/meta-openembedded/commit/?id=cc32ca8030c02a2b1b22f6b43e1894dc5f00e14e Signed-off-by: Martin Jansa --- meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 2 +-

[oe] [meta-oe][PATCH 3/3] uim: add glibc-utils glibc-gconv-euc-jp only for libc-glibc

2018-03-01 Thread Martin Jansa
* musl doesn't provide these * I'm not using uim, but this is breaking signatures test in world builds for many months and nobody seems to care Signed-off-by: Martin Jansa --- meta-oe/recipes-support/uim/uim_1.8.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1

[oe] [meta-oe][PATCH 2/3] kodi: fix indentation

2018-03-01 Thread Martin Jansa
* don't use mix of tabs and spaces for multiline indentation Signed-off-by: Martin Jansa --- .../recipes-mediacenter/kodi/kodi_17.bb| 182 +++-- 1 file changed, 92 insertions(+), 90 deletions(-) diff --git

[oe] [meta-oe][PATCH 1/3] kodi: add PACKAGECONFIG for samba and enable only with pam in DISTRO_FEATURES

2018-03-01 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb b/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb index

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: upgrade to 5.2.6

2018-03-01 Thread Martin Jansa
On Mon, Feb 26, 2018 at 06:37:21AM +0100, zbos...@pr.hu wrote: > 2018-02-24 11:51 időpontban Martin Jansa ezt írta: > > > * 5.1.26 doesn't build with 4.15 kernel > > But 5.1.32 does IIRC. According to the changelog only 5.1.34 does: https://www.virtualbox.org/wiki/Changelog-5.1 VirtualBox

[oe] [meta-oe][PATCHv2] vboxguestdrivers: upgrade to 5.2.8

2018-03-01 Thread Martin Jansa
* 5.1.26 doesn't build with 4.15 kernel Signed-off-by: Martin Jansa --- ...estdrivers_5.1.26.bb => vboxguestdrivers_5.2.8.bb} | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) rename

Re: [oe] Splitting meta-oe?

2018-03-01 Thread Alexander Kanavin
On 03/01/2018 03:17 AM, akuster808 wrote: We had/have a situation with the Yocto 4.12 kernel that broke wireguard in meta-networking. Their are two patches that don't exist in K.O. which are causing the problem. Meta-openembedded can't fix that, do I blacklist wireguard? Wireguard builds fine

Re: [oe] Splitting meta-oe?

2018-03-01 Thread Alexander Kanavin
On 02/28/2018 11:33 PM, Andreas Müller wrote: Isn't there somebody outside willing/capable/having enough time to move to gnome 3? This would be the best way to end the gnome2 bit-rott discussion and we'd have a desktop which is commonly used and addresses touch input. I tried that many years ago

Re: [oe] multilib SDK issue

2018-03-01 Thread ZhangXiao
Yes, thanks! "oe_multilib_header gmp.h" can resolve the head file conflict. While any advices on the conflict "/usr/bin/python3.5m-config"? Thanks Xiao 在 2018年03月01日 10:13, Khem Raj 写道: > On 2/28/18 1:30 AM, ZhangXiao wrote: >> Hi All, >> >> With below settings on my local.conf, I get several