Re: [oe] [meta-openembedded][PATCH v4 3/7] ibus: add ibus recipe

2018-12-03 Thread Khem Raj
fails - http://errors.yoctoproject.org/Errors/Details/203280/ On Mon, Dec 3, 2018 at 4:46 AM Pablo Saavedra wrote: > > Intelligent Input Bus for Linux/Unix https://github.com/ibus/ibus/wiki > > Collision with: https://patchwork.openembedded.org/patch/155947/ > > Signed-off-by: Pablo Saavedra >

Re: [oe] [meta-openembedded][PATCH v4 4/7] ibus-anthy: add ibus-anthy recipe

2018-12-03 Thread Khem Raj
fails - http://errors.yoctoproject.org/Errors/Details/203282/ On Mon, Dec 3, 2018 at 4:46 AM Pablo Saavedra wrote: > > It is a Japanese input engine for IBus. > > Signed-off-by: Pablo Saavedra > --- > .../ibus/ibus-anthy/fix_anthy_include_in_gir.patch | 19 +++ >

Re: [oe] [meta-oe][PATCH 2/2] a2jmidid: Define own do_configure

2018-12-03 Thread Khem Raj
On Mon, Dec 3, 2018 at 1:27 PM Andreas Müller wrote: > On Mon, Dec 3, 2018 at 9:13 PM Khem Raj wrote: > > > > waf script here does not support -o switch so define own which can > > be run in B > > > > Secondly, ensure to use python2 > 1. Why? > 2. There is no python2 in sysroot Maybe it was

Re: [oe] Yocto and OpenJDK

2018-12-03 Thread Dave Buchwald
I have a question about Java versions for Yocto. As we know, starting in January 2019, Oracle will basically start crapping on the open source licensing availability for the JDK and will start charging for updates starting with JDK11. I build software and hardware using Yocto-built images for

Re: [oe] [meta-oe][PATCH 3/3] packagegroup-meta-oe.bb: Exclude from world builds

2018-12-03 Thread Khem Raj
On Mon, Dec 3, 2018 at 2:47 AM Alexander Kanavin wrote: > > My patches fix this issue though, no need to exclude if you take them. > Am afraid they don't see http://jenkins.nas-admin.org/view/OE/job/oe_world_qemuarm/945/consoleFull > Alex > On Sun, 2 Dec 2018 at 20:14, Khem Raj wrote: > > > >

Re: [oe] [meta-oe][PATCH 2/2] a2jmidid: Define own do_configure

2018-12-03 Thread Andreas Müller
On Mon, Dec 3, 2018 at 9:13 PM Khem Raj wrote: > > waf script here does not support -o switch so define own which can > be run in B > > Secondly, ensure to use python2 1. Why? 2. There is no python2 in sysroot Maybe it was doing it before but now I think it makes recipe use host's python2.

[oe] [meta-oe][PATCH 2/2] a2jmidid: Define own do_configure

2018-12-03 Thread Khem Raj
waf script here does not support -o switch so define own which can be run in B Secondly, ensure to use python2 Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/jack/a2jmidid_8.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-multimedia/jack/a2jmidid_8.bb

[oe] [meta-oe][PATCH 1/2] freerdp: Update to 2.0.0-rc4

2018-12-03 Thread Khem Raj
Drop backports which are now upstream Signed-off-by: Khem Raj --- .../0001-Fix-gstreamer-1.0-detection.patch| 27 --- ...pr-makecert-Build-with-install-RPATH.patch | 13 - .../recipes-support/freerdp/freerdp_git.bb| 4 +-- 3 files changed, 7 insertions(+), 37

Re: [oe] [meta-oe][PATCH 1/3] libvncserver: Update to latest version

2018-12-03 Thread Eddie James
On 12/03/2018 09:43 AM, Eddie James wrote: On 12/02/2018 10:46 PM, Khem Raj wrote: On Sun, Dec 2, 2018 at 12:40 PM akuster808 wrote: On 12/2/18 11:13 AM, Khem Raj wrote: From: Eddie James The latest release of libvncserver is almost two years old. A number of security fixes and

Re: [oe] progress of gnome3-full-desktop-environment

2018-12-03 Thread Khem Raj
On Mon, Dec 3, 2018 at 5:41 AM wrote: > > The initial patch series has been posted and I have the revisions in > progress. I should have a v2 series posted this week. > thanks for update I will give a whirl on v2 > -Brendan > > > On Dec 2, 2018, at 11:59 PM, Knoppix wrote: > > > > Hi, > >

Re: [oe] [PATCH] packagegroup-meta-oe: drop ptest groups

2018-12-03 Thread Khem Raj
No problem, thanks! Taking https://patchwork.openembedded.org/patch/156806/ https://patchwork.openembedded.org/patch/156807/ On Mon, Dec 3, 2018 at 2:48 AM Alexander Kanavin wrote: > > On Sun, 2 Dec 2018 at 20:10, Khem Raj wrote: > > > > However, maybe renaming the ptest group will work. Let me

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-03 Thread Khem Raj
On Mon, Dec 3, 2018 at 1:25 AM Martin Jansa wrote: > > If you're going to push them to yp mirror, then please include the date in > the filename and adjust the recipe to use the same (this time not as > downloadfilename parameter), that way you can update them again with the > latest (and

[oe] [meta-oe][PATCH] nodejs: 8.12.0 -> 8.14.0

2018-12-03 Thread Andrej Valek
Update nodejs to latest 8.x stable release 8.14.0. Signed-off-by: Andrej Valek --- .../recipes-devtools/nodejs/{nodejs_8.12.0.bb => nodejs_8.14.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_8.12.0.bb => nodejs_8.14.0.bb}

Re: [oe] progress of gnome3-full-desktop-environment

2018-12-03 Thread brendank310
The initial patch series has been posted and I have the revisions in progress. I should have a v2 series posted this week. -Brendan > On Dec 2, 2018, at 11:59 PM, Knoppix wrote: > > Hi, > How can I learn what is the progress of gnome3 DE support? I know that > there are serios work to

[oe] [meta-openembedded][PATCH v4 4/7] ibus-anthy: add ibus-anthy recipe

2018-12-03 Thread Pablo Saavedra
It is a Japanese input engine for IBus. Signed-off-by: Pablo Saavedra --- .../ibus/ibus-anthy/fix_anthy_include_in_gir.patch | 19 +++ meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb | 37 ++ 2 files changed, 56 insertions(+) create mode 100644

[oe] [meta-openembedded][PATCH v4 3/7] ibus: add ibus recipe

2018-12-03 Thread Pablo Saavedra
Intelligent Input Bus for Linux/Unix https://github.com/ibus/ibus/wiki Collision with: https://patchwork.openembedded.org/patch/155947/ Signed-off-by: Pablo Saavedra --- meta-oe/recipes-support/ibus/ibus_1.5.19.bb | 97 + 1 file changed, 97 insertions(+) create

[oe] [meta-openembedded][PATCH v4 5/7] ibus-pinyin: add ibus-pinyin recipe

2018-12-03 Thread Pablo Saavedra
PinYin engine for IBus. Requires: pyzy Signed-off-by: Pablo Saavedra --- meta-oe/recipes-support/ibus/ibus-pinyin_1.5.0.bb | 30 +++ 1 file changed, 30 insertions(+) create mode 100644 meta-oe/recipes-support/ibus/ibus-pinyin_1.5.0.bb diff --git

[oe] [meta-openembedded][PATCH v4 1/7] pyzy: add pyzy recipe

2018-12-03 Thread Pablo Saavedra
The chinese pinyin and bopomofo conversion library Signed-off-by: Pablo Saavedra --- meta-oe/recipes-support/pyzy/pyzy_git.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta-oe/recipes-support/pyzy/pyzy_git.bb diff --git

[oe] [meta-openembedded][PATCH v4 2/7] dconf: remove gsettings inherit schemas

2018-12-03 Thread Pablo Saavedra
... because it doesn't install any schemas Motivation and details here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13040 Signed-off-by: Pablo Saavedra --- meta-gnome/recipes-gnome/dconf/dconf_0.30.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-openembedded][PATCH v4 6/7] ibus-table: add ibus-table recipe

2018-12-03 Thread Pablo Saavedra
Signed-off-by: Pablo Saavedra --- meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb | 29 +++ 1 file changed, 29 insertions(+) create mode 100644 meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb diff --git a/meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb

[oe] [meta-openembedded][PATCH v4 0/7] add ibus with anthy, pinyin and table support

2018-12-03 Thread Pablo Saavedra
This serie adds IBus with support for alphabetic tables (Chinese, Korean ...), Pinyin (Chinese), Anthy (Japanese) into meta-openembedded layer. Motivation of the change in dconf is documented in: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13040 This serie is in conflict with:

Re: [oe] [PATCH] packagegroup-meta-oe: drop ptest groups

2018-12-03 Thread Alexander Kanavin
On Sun, 2 Dec 2018 at 20:10, Khem Raj wrote: > > However, maybe renaming the ptest group will work. Let me try that. > > > > while you are at it, send all the four patches in a single series, > current version seems to have conflicts. Sorry for the confusion - drop the first two patches, and

Re: [oe] [meta-oe][PATCH 3/3] packagegroup-meta-oe.bb: Exclude from world builds

2018-12-03 Thread Alexander Kanavin
My patches fix this issue though, no need to exclude if you take them. Alex On Sun, 2 Dec 2018 at 20:14, Khem Raj wrote: > > It does not parse, since it has many unmet rdepends > > Signed-off-by: Khem Raj > --- > meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 ++ > 1 file

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-03 Thread Martin Jansa
If you're going to push them to yp mirror, then please include the date in the filename and adjust the recipe to use the same (this time not as downloadfilename parameter), that way you can update them again with the latest (and last) version at the end of this year. On Mon, Dec 3, 2018 at 3:38