[OE-core] [PATCH 1/6] python-gst: remove obsolete Python gstreamer 0.10 bindings

2015-05-18 Thread Alexander Kanavin
From: Alexander Kanavin alex.kana...@gmail.com GStreamer 1.0 python bindings are gobject-introspection based, so until that is fixed, they will not be available. https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 Signed-off-by: Alexander Kanavin alex.kana...@gmail.com Signed-off

[OE-core] [PATCH 5/6] webkitgtk: disable audio and video support

2015-05-18 Thread Alexander Kanavin
From: Alexander Kanavin alex.kana...@gmail.com This allows removal of gstreamer 0.10 dependency from webkit recipe https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 Signed-off-by: Alexander Kanavin alex.kana...@gmail.com Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com

[OE-core] [PATCH 0/6] Remove unsupported GStreamer 0.10

2015-05-18 Thread Alexander Kanavin
These patches remove the unsupported GStreamer 0.10 framework from oe-core. GStreamer 0.10 will still be available from meta-oe, but is no longer recommended to use. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 Alexander Kanavin (6): python-gst: remove obsolete Python

[OE-core] [PATCH 2/6] clutter-gst: update to latest upstream version 3.0.4

2015-05-18 Thread Alexander Kanavin
From: Alexander Kanavin alex.kana...@gmail.com This also makes it GStreamer 1.0 compatible https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 Signed-off-by: Alexander Kanavin alex.kana...@gmail.com Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../clutter/clutter

[OE-core] [PATCH 4/6] qt4: disable Phonon framework

2015-05-18 Thread Alexander Kanavin
From: Alexander Kanavin alex.kana...@gmail.com This allows removal of gstreamer 0.10 dependency from Qt4 recipe https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 Signed-off-by: Alexander Kanavin alex.kana...@gmail.com Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com

Re: [OE-core] [PATCH 4/4] gst-ffmpeg: fix CVEs

2015-05-19 Thread Alexander Kanavin
On 05/19/2015 04:08 AM, Kai Kang wrote: Backport patches to fix CVEs: CVE-2014-7933, CVE-2014-9318 and CVE-2014-9603. Gstreamer 0.10 is moving to meta-multimedia, so you might want to hold this one off until it lands there. Alex -- ___

[OE-core] [PATCH] testapps: remove old gst-meta-audio/video dependencies

2015-05-19 Thread Alexander Kanavin
Unnecessary because gst-player already pulls in correct gstreamer packages anyway. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCHv2 00/21] Update webkitgtk to latest stable upstream; replace midori with epiphany

2015-06-18 Thread Alexander Kanavin
-contrib/log/?h=akanavin/webkitgtk-update Alexander Kanavin (21): classes/gnomebase: change tarball compression to xz harfbuzz: enable icu feature classes/cmake: add arch conversion routine jpeg: update to version 9a libnotify: update to version 0.7.6 giflib: add a recipe from meta-oe

Re: [OE-core] [PATCH 05/22] Update libnotify to version 0.7.6

2015-06-18 Thread Alexander Kanavin
On 06/17/2015 05:59 PM, Jussi Kukkonen wrote: 0.6 is the last release that supports GTK+2 and changing this might annoy people who are avoiding GTK+3 and are using some of the recipes in meta-oe that depend on libnotify. I believe the GTK dependency is only there for tests: Modifying the build

Re: [OE-core] [PATCH 09/22] Add a recipe for libsecret

2015-06-18 Thread Alexander Kanavin
On 06/17/2015 06:05 PM, Andreas Müller wrote: I think I have seen this recipe somewhere.. A note would have been nice Yes, I'll add a note for recipes picked from meta-gnome. Alex -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 05/22] Update libnotify to version 0.7.6

2015-06-18 Thread Alexander Kanavin
On 06/18/2015 03:35 PM, Andreas Müller wrote: I think gtk3 is not the problem here it is the API change libnotify 0.6 - 0.7 which cannot (or only by ugly hacks) be installed parallel. Do we know what happens to meta-gnome/meta-xfce? The packages in meta-gnome that fail because of new

[OE-core] [PATCHv2 07/21] libyaml: add a recipe from meta-oe

2015-06-18 Thread Alexander Kanavin
libyaml is a dependency of ruby Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/libyaml/libyaml_0.1.6.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-support/libyaml/libyaml_0.1.6.bb diff --git a/meta

[OE-core] [PATCHv2 04/21] jpeg: update to version 9a

2015-06-18 Thread Alexander Kanavin
Previous webkit version was blocking this; latest webkit works fine. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../jpeg/jpeg-8d/debian-libjpeg7_7-1.diff | 1070 .../jpeg/jpeg-8d/fix_for_automake_1.12.1.patch | 44 - meta/recipes

[OE-core] [PATCHv2 05/21] libnotify: update to version 0.7.6

2015-06-18 Thread Alexander Kanavin
New webkit requires at least version 0.7 Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 21 - meta/recipes-gnome/libnotify/libnotify_0.7.6.bb | 12 2 files changed, 12 insertions(+), 21

[OE-core] [PATCHv2 02/21] harfbuzz: enable icu feature

2015-06-18 Thread Alexander Kanavin
This is required to build latest webkitgtk Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb b/meta

[OE-core] [PATCHv2 03/21] classes/cmake: add arch conversion routine

2015-06-18 Thread Alexander Kanavin
cmake expects target architecture strings in the format of uname(2), which do not always match TARGET_ARCH (e.g. powerpc vs ppc). Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/classes/cmake.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion

Re: [OE-core] [PATCH 09/22] Add a recipe for libsecret

2015-06-18 Thread Alexander Kanavin
On 06/17/2015 09:54 PM, akuster808 wrote: it is in meta-openembedded/meta-gnome per layer index. So is this part of move from one layer another task? Move and version update. Every single recipe I've taken from meta-oe was out-of-date :( I take once accepted, the removal patches will be

[OE-core] [PATCHv2 20/21] webkit-gtk: remove the recipe for the obsolete version 1.8.3

2015-06-18 Thread Alexander Kanavin
webkitgtk 2.8.3 is provided instead and midori browser is replaced by epiphany in separate commits. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/conf/distro/include/security_flags.inc| 2 - meta/recipes-sato/webkit/files/bison-2.6.patch | 558

[OE-core] [PATCHv2 13/21] gcr: add a recipe from meta-gnome

2015-06-18 Thread Alexander Kanavin
gcr is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-gnome/gcr/gcr_3.16.0.bb diff --git a/meta/recipes-gnome/gcr

[OE-core] [PATCHv2 12/21] p11-kit: add a recipe from meta-oe

2015-06-18 Thread Alexander Kanavin
p11-kit is a dependency of gcr (which is a dependency of epiphany) Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-support/p11-kit/p11

[OE-core] [PATCHv2 14/21] iso-codes: add a recipe from meta-oe

2015-06-18 Thread Alexander Kanavin
iso-codes is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/iso-codes/iso-codes_3.58.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/iso-codes/iso-codes_3.58.bb diff --git

[OE-core] [PATCHv2 21/21] midori: remove the recipe and replace references to midori with epiphany

2015-06-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../packagegroups/packagegroup-self-hosted.bb | 10 +++ .../builder/files/builder_hob_start.sh | 8 +++--- meta/recipes-sato/midori/midori/liststore.patch| 29 meta/recipes-sato

[OE-core] [PATCHv2 11/21] webkitgtk: add a new recipe for version 2.8.3

2015-06-18 Thread Alexander Kanavin
Recipe for webkit-gtk 1.8.3 is removed in a separate commit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-sato/webkit/webkitgtk_2.8.3.bb | 58 + 1 file changed, 58 insertions(+) create mode 100644 meta/recipes-sato/webkit

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2015-06-19

2015-06-22 Thread Alexander Kanavin
On 06/22/2015 02:07 PM, Burton, Ross wrote: I've just filed a bug for this chunk, looks like we missed something when disabling GStreamer 0.10 in Qt. Not really; the recipes for qt-mobility were moved from oe-core to meta-oe as they were, without any modifications. This looks like a simple

Re: [OE-core] [PATCH 05/22] Update libnotify to version 0.7.6

2015-06-22 Thread Alexander Kanavin
On 06/20/2015 12:41 AM, Andreas Müller wrote: Emotional part: I am sorry for my last email's style and I hope this does not cause lack of motivation on your side. This was definitely not an email that should have gone out this way. Thank you Andreas, I very much appreciate you saying this.

Re: [OE-core] [poky] Automatic Upgrade Helper Announcement

2015-06-26 Thread Alexander Kanavin
On 06/25/2015 11:02 PM, Aníbal Limón wrote: I'm glad to announce the enabling of Automatic Upgrade Helper (a.k.a. AUH), the AUH is a service that provides recipe upgrades and will be run on weekly basis. If you are a maintainer (listed in [1]) you will receive AUH emails with Recipe upgrades

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Alexander Kanavin
On 06/16/2015 04:27 PM, Andreas Müller wrote: Yes and midori is the only working browser in Yocto (I know): firefox crashes since very long time for illegal ARM instruction and chromium does not start at all. Latest epiphany will be provided as a replacement for midori. It works fine here in

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Alexander Kanavin
On 06/16/2015 09:50 AM, Andreas Müller wrote: How about doing same as others do e.g fedora [1-2]: Keep two version of webkit-gtk based on same recent code: * gtk2/webkit1 * gtk3/webkit2 Before showing how, you need to explain why. Fedora has to package webkit1 because they have a lot of

Re: [OE-core] [oe] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Alexander Kanavin
On 06/16/2015 04:37 PM, Alexander Kanavin wrote: Latest epiphany will be provided as a replacement for midori. It works fine here in the core-image-sato under qemu. I can't promise it will work on ARM, but any ARM-specific issues are almost certainly in webkit's (or other web engine's

[OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-15 Thread Alexander Kanavin
Hello everyone, I've been looking into updating oe-core's aging web engine/browser combo, and want to give you a heads up about what's going to happen: 1) webkit-gtk engine will be updated to latest stable upstream release (2.8.3 which is providing Webkit2 API and is a Gtk3 port) 2) midori

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-15 Thread Alexander Kanavin
On 06/15/2015 05:24 PM, Burton, Ross wrote: If you actually compare the build dependencies, you'll see that Midori and Epiphany are actually almost identical. We need to upgrade WebKit as the release we're shipping has known security flaws and is very old - and the community is rightly moaning

[OE-core] [PATCH 02/22] Enable icu feature in harfbuzz recipe

2015-06-17 Thread Alexander Kanavin
This is required to build latest webkitgtk Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb b/meta

[OE-core] [PATCH 03/22] Add arch conversion routine to cmake.bbclass

2015-06-17 Thread Alexander Kanavin
cmake expects target architecture strings in the format of uname(2), which do not always match TARGET_ARCH (e.g. powerpc vs ppc). Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/classes/cmake.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion

[OE-core] [PATCH 06/22] Add a recipe for giflib

2015-06-17 Thread Alexander Kanavin
This is a dependency of libwebp (which is a dependency of webkit) Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-devtools/giflib/giflib_5.1.1.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-devtools/giflib

[OE-core] [PATCH 07/22] Add a recipe for libyaml

2015-06-17 Thread Alexander Kanavin
libyaml is a dependency of ruby Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/libyaml/libyaml_0.1.6.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-support/libyaml/libyaml_0.1.6.bb diff --git a/meta

[OE-core] [PATCH 05/22] Update libnotify to version 0.7.6

2015-06-17 Thread Alexander Kanavin
New webkit requires at least version 0.7 Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../libnotify/{libnotify_0.6.0.bb = libnotify_0.7.6.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-gnome/libnotify/{libnotify_0.6.0.bb

[OE-core] [PATCH 04/22] Update jpeg recipe to version 9a

2015-06-17 Thread Alexander Kanavin
Previous webkit version was blocking this; latest webkit works fine. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../jpeg/jpeg-8d/debian-libjpeg7_7-1.diff | 1070 .../jpeg/jpeg-8d/fix_for_automake_1.12.1.patch | 44 - meta/recipes

[OE-core] [PATCH 10/22] Add a recipe for libwebp

2015-06-17 Thread Alexander Kanavin
libwebp is a dependency of webkit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-multimedia/webp/libwebp_0.4.3.bb | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 meta/recipes-multimedia/webp/libwebp_0.4.3.bb diff --git

[OE-core] [PATCH 11/22] Add a recipe for webkitgtk 2.8.3

2015-06-17 Thread Alexander Kanavin
Recipe for webkit-gtk 1.8.3 is removed in a separate commit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-sato/webkit/webkitgtk_2.8.3.bb | 58 + 1 file changed, 58 insertions(+) create mode 100644 meta/recipes-sato/webkit

[OE-core] [PATCH 16/22] Add a recipe for gnome-desktop3

2015-06-17 Thread Alexander Kanavin
gnome-desktop3 is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../gnome-desktop/gnome-desktop3_3.16.2.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-gnome/gnome-desktop/gnome

[OE-core] [PATCH 20/22] Remove the recipe for the obsolete webkit-gtk 1.8.3

2015-06-17 Thread Alexander Kanavin
webkitgtk 2.8.3 is provided instead and midori browser is replaced by epiphany in separate commits. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/conf/distro/include/security_flags.inc| 2 - meta/recipes-sato/webkit/files/bison-2.6.patch | 558

[OE-core] [PATCH 17/22] Add a warning suppression patch to glib

2015-06-17 Thread Alexander Kanavin
Otherwise QA check will fail. Some schemas in gsettings-desktop-schemas (such as proxy and locale) are still using deprecated paths, as of 3.16.1. This causes warning messages, and meta/lib/oe/rootfs.py complaints about them. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com

[OE-core] [PATCH 22/22] poky: update distro files related to webkitgtk update and epiphany addition

2015-06-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta-yocto/conf/distro/include/distro_alias.inc| 2 +- meta-yocto/conf/distro/include/maintainers.inc | 4 ++-- meta-yocto/conf/distro/include/package_regex.inc | 5 ++--- meta-yocto/conf

[OE-core] [PATCH 21/22] Remove the midori recipe and replace references to midori with epiphany

2015-06-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../packagegroups/packagegroup-self-hosted.bb | 10 +++ .../builder/files/builder_hob_start.sh | 8 +++--- meta/recipes-sato/midori/midori/liststore.patch| 29 meta/recipes-sato

[OE-core] [PATCH 08/22] Add a recipe for ruby

2015-06-17 Thread Alexander Kanavin
Ruby is required to build webkit. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-devtools/ruby/ruby.inc | 40 +++ meta/recipes-devtools/ruby/ruby/extmk.patch | 13 + meta/recipes-devtools/ruby/ruby_2.2.2.bb| 42

[OE-core] [PATCH 19/22] Add a recipe for epiphany

2015-06-17 Thread Alexander Kanavin
Epiphany is replacing midori as the browser in oe-core recipe set and poky distribution. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/epiphany/epiphany_3.16.1.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta

[OE-core] [PATCH 18/22] Add a recipe gsettings-desktop-schemas

2015-06-17 Thread Alexander Kanavin
gsettings-desktop-schemas is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../gsettings-desktop-schemas_3.16.1.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-gnome/gsettings-desktop

[OE-core] [PATCH 12/22] Add a recipe for p11-kit

2015-06-17 Thread Alexander Kanavin
p11-kit is a dependency of gcr (which is a dependency of epiphany) Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-support/p11-kit/p11

[OE-core] [PATCH 09/22] Add a recipe for libsecret

2015-06-17 Thread Alexander Kanavin
libsecret is a dependency of webkit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-gnome/libsecret/libsecret_0.18.2.bb diff --git a/meta

[OE-core] [PATCH 13/22] Add a recipe for gcr

2015-06-17 Thread Alexander Kanavin
gcr is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-gnome/gcr/gcr_3.16.0.bb diff --git a/meta/recipes-gnome/gcr

[OE-core] [PATCH 15/22] Add a recipe for libwnck3

2015-06-17 Thread Alexander Kanavin
libwnck is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb diff --git a/meta

[OE-core] [PATCH 14/22] Add a recipe for iso-codes

2015-06-17 Thread Alexander Kanavin
iso-codes is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/iso-codes/iso-codes_3.58.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/iso-codes/iso-codes_3.58.bb diff --git

[OE-core] [PATCH 01/22] Change tarball compression to xz for gnome recipes

2015-06-17 Thread Alexander Kanavin
Upstream, xz has been the only format for some time now, so let's make it the default and adjust recipes that package old stuff. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/classes/gnomebase.bbclass | 2 +- meta/recipes-core/glib

[OE-core] [PATCH 00/22] Update webkitgtk to latest stable upstream; replace midori with epiphany

2015-06-17 Thread Alexander Kanavin
This patch series updates webkitgtk to latest stable upstream release and replaces midori browser with epiphany. These patches should be applied on top of Jussi Kukkonen's gtk3 update to 3.16. Alexander Kanavin (22): Change tarball compression to xz for gnome recipes Enable icu feature

Re: [OE-core] [PATCH v2 6/6] midori: Depend on Adwaita, not gnome-icon-theme

2015-06-12 Thread Alexander Kanavin
On 06/12/2015 04:11 PM, Jussi Kukkonen wrote: -RRECOMMENDS_${PN} += glib-networking ca-certificates gnome-icon-theme +RRECOMMENDS_${PN} += glib-networking ca-certificates adwaita-icon-theme This should probably be moved to gtk+ recipes or gnome class; if most(all?) gtk+ applications need

[OE-core] [PATCH] qt4: unconditionally disable gstreamer 0.10 support in qt webkit

2015-05-27 Thread Alexander Kanavin
either, hence this patch. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-qt/qt4/qt4.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 6d67994..2175fc0 100644 --- a/meta/recipes-qt/qt4/qt4

Re: [OE-core] [PATCH 3/5] qt4: fix CVE issues

2015-05-28 Thread Alexander Kanavin
On 05/28/2015 04:26 AM, Kai Kang wrote: Backport patches to fix qt4 CVE issues: * CVE-2015-1858 * CVE-2015-1859 * CVE-2015-1860 Qt 4.8.7 is out and (I presume) it has all of those fixes. Why not update to that version instead? Alex -- ___

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2015-05-27

2015-05-28 Thread Alexander Kanavin
On 05/28/2015 01:04 PM, Paul Eggleton wrote: This seems to be related to gstreamer 0.10 removal; though it's QtWebkit that's failing rather than Phonon: | cd WebKit/qt/tests/ /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/qmake2 -after

Re: [OE-core] [PATCH] midori: fix build with GLib 2.44

2015-05-20 Thread Alexander Kanavin
On 05/19/2015 10:40 PM, Ross Burton wrote: GLib 2.44 introduced a GListStore type which is ambiguous with GtkListStore when using wildcard using statements. Use the full type name to fix builds. Midori is already at 0.5.10 upstream; if it's compatible with the webkit currently in oe-core,

[OE-core] [PATCH 2/7] distcc: update SRC_URI to not use Google Code

2015-08-03 Thread Alexander Kanavin
Google Code is shutting down soon and distcc has moved to github. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-devtools/distcc/distcc_3.1.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb

[OE-core] [PATCH 3/7] gptfdisk: update to 1.0.0

2015-08-03 Thread Alexander Kanavin
Also, use tarballs instead of git for fetching source code. git repository does not have version tags, so upstream version check cannot be performed. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../recipes-devtools/fdisk/{gptfdisk_git.bb = gptfdisk_1.0.0.bb} | 8

[OE-core] [PATCH 6/7] stress: update checksums to match upstream tarball

2015-08-03 Thread Alexander Kanavin
COPYING checksum has changed because the previous upstream tarball (taken from Fedora) had GPLv3 in it, but author's tarball has GPLv2. Otherwise the tarballs are identical Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-extended/stress/stress_1.0.4.bb | 6

[OE-core] [PATCH 4/7] oprofile: reorder SRC_URI lines to fix upstream version check

2015-08-03 Thread Alexander Kanavin
The source tarball should be listed first. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-kernel/oprofile/oprofile.inc | 3 ++- meta/recipes-kernel/oprofile/oprofile_1.0.0.bb | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core] [PATCH 5/7] xf86-video-omapfb: switch SRC_URI to debian git repo

2015-08-03 Thread Alexander Kanavin
The previous upstream is no longer available. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-video

[OE-core] [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org

2015-08-03 Thread Alexander Kanavin
GitHub is where upstream development is happening, so we are more likely to find out about new releases from there Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-qt/qt-apps/fotowall_0.9.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

[OE-core] [PATCH 0/7] More recipe reporting fixes

2015-08-03 Thread Alexander Kanavin
-fixes Alexander Kanavin (7): fotowall: update SRC_URI to use github instead of qt-apps.org distcc: update SRC_URI to not use Google Code gptfdisk: update to 1.0.0 oprofile: reorder SRC_URI lines to fix upstream version check xf86-video-omapfb: switch SRC_URI to debian git repo stress

[OE-core] [PATCH 7/7] recipeutils.py: allow all characters in regexes used to parse version strings

2015-08-03 Thread Alexander Kanavin
Previously only numeric characters were matches and anything else was discarded, so 4.0-rc3, 2005e, 1.0.2a and similar versions got truncated. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/lib/oe/recipeutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [OE-core] [PATCH 15/22] libwnck3: add a recipe from meta-gnome

2015-08-17 Thread Alexander Kanavin
On 08/14/2015 02:04 PM, Andreas Müller wrote: +PR = r1 ^ Please skip Thanks, I also dropped unnecessary PRs from other recipes involved in the patchset. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany

2015-08-17 Thread Alexander Kanavin
On 08/15/2015 07:59 AM, Randy MacLeod wrote: -# midori depends on webkit-gtk which could not build for mips64 -MIDORI = midori -MIDORI_mips64 = -MIDORI_mips64n32 = +# epiphany depends on webkitgtk which could not build for mips64 +EPIPHANY = epiphany +EPIPHANY_mips64 = +EPIPHANY_mips64n32 =

Re: [OE-core] [PATCH 15/22] libwnck3: add a recipe from meta-gnome

2015-08-17 Thread Alexander Kanavin
On 08/14/2015 05:12 PM, Khem Raj wrote: send a patch to remove it from meta-gnome as well. I will send it when the above patchset shows up on oe-core master, to avoid confusion. Alex -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 5/5] rpm: update to 5.4.15

2015-08-17 Thread Alexander Kanavin
On 08/16/2015 04:10 PM, Richard Purdie wrote: Not sure what this was tested with but a simple bitbake core-image-minimal breaks after this (and the db) change with licensing failures. The autobuilder exploded with failures like:

Re: [OE-core] meta-gplv2? [Was Re: parted_1.8.6.bb: add parted that not GPLv3]

2015-08-18 Thread Alexander Kanavin
On 08/18/2015 10:54 AM, Martin Jansa wrote: Now we see a lot of upgrades in oe-core which are done by people just because package upgrade report says it's possible and the upgrade is tested mostly by autobuilder (which doesn't exersize any extra layers and runtime-test coverage is very low) -

[OE-core] [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany

2015-08-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../packagegroups/packagegroup-self-hosted.bb | 7 + .../builder/files/builder_hob_start.sh | 8 +++--- meta/recipes-sato/midori/midori/liststore.patch| 29 meta/recipes-sato

[OE-core] [PATCH 09/22] libsecret: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
libsecret is a dependency of webkit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-gnome/libsecret/libsecret_0.18.2.bb diff --git a/meta

[OE-core] [PATCH 18/22] gsettings-desktop-schemas: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
gsettings-desktop-schemas is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../gsettings-desktop-schemas_3.16.1.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-gnome/gsettings-desktop

[OE-core] [PATCH 22/22] distro: update include files related to webkitgtk and epiphany addition

2015-08-19 Thread Alexander Kanavin
This commit fixes recipe metadata in distro_alias, package_regex and upstream_tracking includes. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/conf/distro/include/distro_alias.inc | 2 +- meta/conf/distro/include/package_regex.inc | 8 +--- meta/conf

[OE-core] [PATCH 14/22] iso-codes: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
iso-codes is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/iso-codes/iso-codes_3.58.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/iso-codes/iso-codes_3.58.bb diff --git

[OE-core] [PATCH 13/22] gcr: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
gcr is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-gnome/gcr/gcr_3.16.0.bb diff --git a/meta/recipes-gnome/gcr

[OE-core] [PATCH 17/22] glib: add a warning suppression patch to glib

2015-08-19 Thread Alexander Kanavin
Otherwise QA check will fail. Some schemas in gsettings-desktop-schemas (such as proxy and locale) are still using deprecated paths, as of 3.16.1. This causes warning messages, and meta/lib/oe/rootfs.py complaints about them. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com

[OE-core] [PATCH 10/22] libwebp: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
libwebp is a dependency of webkit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-multimedia/webp/libwebp_0.4.3.bb | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 meta/recipes-multimedia/webp/libwebp_0.4.3.bb diff --git

[OE-core] [PATCH 16/22] gnome-desktop3: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
gnome-desktop3 is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../gnome-desktop/gnome-desktop3_3.16.2.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-gnome/gnome-desktop/gnome

[OE-core] [PATCH 07/22] libyaml: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
libyaml is a dependency of ruby Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../libyaml/files/libyaml-CVE-2014-9130.patch | 32 ++ meta/recipes-support/libyaml/libyaml_0.1.6.bb | 21 ++ 2 files changed, 53 insertions(+) create

[OE-core] [PATCH 15/22] libwnck3: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
libwnck is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb diff --git a/meta

[OE-core] [PATCH 11/22] webkitgtk: add a new recipe for latest upstream version

2015-08-19 Thread Alexander Kanavin
Recipe for the obsolete webkit-gtk 1.8.3 is removed in a separate commit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | 56 + 1 file changed, 56 insertions(+) create mode 100644 meta/recipes-sato

[OE-core] [PATCH 12/22] p11-kit: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
p11-kit is a dependency of gcr (which is a dependency of epiphany) Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-support/p11-kit/p11

[OE-core] [PATCH 08/22] ruby: add a recipe from meta-ruby

2015-08-19 Thread Alexander Kanavin
Ruby is required to build webkit. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-devtools/ruby/ruby.inc | 40 +++ meta/recipes-devtools/ruby/ruby/extmk.patch | 13 + meta/recipes-devtools/ruby/ruby_2.2.2.bb| 42

[OE-core] [PATCH 02/22] harfbuzz: enable icu feature

2015-08-19 Thread Alexander Kanavin
This is required to build latest webkitgtk Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb b/meta/recipes

[OE-core] [PATCH 03/22] classes/cmake: add arch conversion routine

2015-08-19 Thread Alexander Kanavin
cmake expects target architecture strings in the format of uname(2), which do not always match TARGET_ARCH (e.g. powerpc vs ppc). Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/classes/cmake.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion

[OE-core] [PATCH 06/22] giflib: add a recipe from meta-oe

2015-08-19 Thread Alexander Kanavin
This is a dependency of libwebp (which is a dependency of webkit) Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-devtools/giflib/giflib_5.1.1.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-devtools/giflib

[OE-core] [PATCH 00/22] Update webkitgtk to latest stable upstream; replace midori with epiphany

2015-08-19 Thread Alexander Kanavin
repository at: git://git.yoctoproject.org/poky-contrib akanavin/webkitgtk-update http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/webkitgtk-update Alexander Kanavin (22): classes/gnomebase: change tarball compression to xz harfbuzz: enable icu feature classes/cmake: add

[OE-core] [PATCH 01/22] classes/gnomebase: change tarball compression to xz

2015-08-19 Thread Alexander Kanavin
Upstream, xz has been the only format for some time now, so let's make it the default and adjust recipes that package old stuff. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/classes/gnomebase.bbclass | 2 +- meta/recipes-core/glib

[OE-core] [PATCH 04/22] jpeg: update to version 9a

2015-08-19 Thread Alexander Kanavin
Previous webkit version was blocking this; latest webkit works fine. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../jpeg/jpeg-8d/debian-libjpeg7_7-1.diff | 1070 .../jpeg/jpeg-8d/fix_for_automake_1.12.1.patch | 44 - meta/recipes

[OE-core] [PATCH 05/22] libnotify: update to version 0.7.6

2015-08-19 Thread Alexander Kanavin
New webkit requires at least version 0.7 Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 21 - meta/recipes-gnome/libnotify/libnotify_0.7.6.bb | 12 2 files changed, 12 insertions(+), 21

[OE-core] [PATCH 19/22] epiphany: add a recipe from meta-gnome

2015-08-19 Thread Alexander Kanavin
Epiphany is replacing midori as the browser in oe-core recipe set and poky distribution. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/epiphany/epiphany_3.16.3.bb | 24 .../0001-yelp.m4-drop-the-check-for-itstool.patch | 33

[OE-core] [PATCH 20/22] webkit-gtk: remove the recipe for the obsolete version 1.8.3

2015-08-19 Thread Alexander Kanavin
webkitgtk 2.8.3 is provided instead and midori browser is replaced by epiphany in separate commits. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/conf/distro/include/security_flags.inc| 2 - meta/recipes-sato/webkit/files/bison-2.6.patch | 558

Re: [OE-core] [PATCH V2] systemd: Upgrade 219 - 224

2015-08-21 Thread alexander . kanavin
This will help anyone who will make changes to this recipe in the future and will need to find out why certain things were done in the past. yeah, I have added pointers to commits instead. Thanks, it looks much better now! Alex -- ___

Re: [OE-core] [PATCH 4/5] btrfs-tools: 4.1.1 - 4.1.2

2015-08-21 Thread alexander . kanavin
Is there no PV change here? Thanks, I updated in the repo. -PV = 4.1.1+git${SRCPV} +PV = 4.1.2+git${SRCPV} You can also rename the recipe to btrfs-tools_4.1.2.bb and remove the PV altogether. The above form is only needed if you're taking something from git that is not a pristine tagged

Re: [OE-core] [PATCH 5/5] rpm: update to 5.4.15

2015-08-21 Thread alexander . kanavin
The autobuilder exploded with failures like: https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/430/steps/BuildImages_1/logs/stdio which are due to the installed manifest file listing installed packages being empty. After spending some time with this issue I have to

Re: [OE-core] [PATCH V2] systemd: Upgrade 219 - 224

2015-08-20 Thread alexander . kanavin
MIT licence was unused and dropped in source itself commit 8f1e0c5f38cdf7e401ab4d2bb93ad816d08e7715 Author: Kay Sievers k...@vrfy.org Date: Tue Apr 21 19:21:56 2015 +0200 delete unused LICENSE.MIT libudev API documentation has been converted from gtkdoc into man pages. see commit

Re: [OE-core] [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany

2015-08-17 Thread Alexander Kanavin
On 08/17/2015 06:48 PM, Khem Raj wrote: Mips64 support using the newer webkitgtk may be better. Wenzong please check on that once this code is in master-next and reply here. Latest Webkit (2.8.5) actually does build for MIPS64 (where 2.8.4 failed), but I couldn't find a way to test the n32

  1   2   3   4   5   6   7   8   9   10   >