[oe] [PATCH 34/34] python-dbusmock: use real introspection instead on legacy pygobject

2016-02-23 Thread Alexander Kanavin
The patch that switches to pygobject can be now dropped, because real introspection is provided in oe-core. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...-t-use-gobject-introspection-for-bindings.patch | 29 -- .../python/python-dbusmock_

[oe] [PATCH 31/34] poppler: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/poppler/poppler_0.37.0.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/poppler/poppler_0.37.0.bb b/meta-oe/recipes-support/poppler/poppler_

[oe] [PATCH 29/34] omgps: remove the recipe

2016-02-23 Thread Alexander Kanavin
The project is dead upstream, and relies on pygobject 2.x which has been replaced by 3.x in oe.core. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...g_type_init-is-deprecated-for-glib-2.35.0.patch | 33 -- .../omgps/omgps/fix.build.with.gcc.4.9.patch

[oe] [PATCH 28/34] gimp: accept newer versins of babl and gegl

2016-02-23 Thread Alexander Kanavin
Add a patch that makes gimp accept new versions of babl and gegl, taken from Debian. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../gimp/gimp/bump_Babl-GEGL_versions.patch| 53 ++ meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb

[oe] [PATCH 30/34] poppler-data: fix do_install()

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb b/meta-oe/recipes-support/poppler/p

[oe] [PATCH 27/34] gegl: update to 0.3.4

2016-02-23 Thread Alexander Kanavin
This fixes gobject introspection support. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../gegl/{gegl_0.2.0.bb => gegl_0.3.4.bb} | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) rename meta-oe/recipes-graphics/gegl/{gegl

[oe] [PATCH 33/34] upower: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/upower/upower_0.9.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/upower/upower_0.9.14.bb b/meta-oe/recipes-support/upower/upower_0.9.14.bb

[oe] [PATCH 32/34] udisks2: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/udisks/udisks2_2.1.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/udisks/udisks2_2.1.5.bb b/meta-oe/recipes-support/udisks/udisks2_2.1.5.bb

[oe] [PATCH 22/34] libgee: fix gobject introspection support

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb b/meta-oe/recipes-devtools/libgee/libgee_0.1

[oe] [PATCH 21/34] telepathy-glib: fix gobject introspection support

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.0.bb b/meta-oe/r

[oe] [PATCH 19/34] modemmanager: fix vala support

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb b/meta-oe/r

[oe] [PATCH 20/34] networkmanager: fix introspection and vala support

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-connectivity/networkmanager/networkmanager_1.0.10.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.10.bb b/m

[oe] [PATCH 23/34] polkit: fix gobject introspection support

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-extended/polkit/polkit_0.113.bb | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-extended/polkit/polkit_0.113.bb b/meta-oe/recipes-extended/

[oe] [PATCH 16/34] gstreamer-0.10: disable gobject introspection

2016-02-23 Thread Alexander Kanavin
Making it work would require significant patching - if you need it, update your stack to gstreamer 1.x Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc | 2 +- meta-multimedia/recipes-mult

[oe] [PATCH 18/34] bluez4: use real introspection instead of legacy pygobject

2016-02-23 Thread Alexander Kanavin
Now that the real introspection is available, and legacy pygobject is not, the patch to use the latter should be removed. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...pygobject-instead-ofgobject-introspection.patch | 27 -- meta-oe/r

[oe] [PATCH 24/34] gtkextra: fix gobject introspection support

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb b/meta-oe/recipes-gnome/gtkextra/gtkextra_3.

[oe] [PATCH 25/34] libunique: fix gobject introspection support

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...-use-LIBTOOL-instead-of-hardcoded-libtool.patch | 27 ++ meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | 6 +++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 m

[oe] [PATCH 26/34] babl: update to 0.1.16

2016-02-23 Thread Alexander Kanavin
This fixes gobject introspection support. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-graphics/babl/{babl_0.1.10.bb => babl_0.1.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/babl/{babl_

[oe] [PATCH 12/34] gupnp: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-multimedia/recipes-connectivity/gupnp/gssdp.inc | 12 +++- meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc | 9 +++-- .../recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb

[oe] [PATCH 14/34] media-service-demo: remove the recipe

2016-02-23 Thread Alexander Kanavin
It hasn't been updated in years, and depends on pygtk, which is obsolete and incompatible with pygobject 3.x (and so is no longer provided). Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../dleyna/media-service-demo_git.bb | 18 ---

[oe] [PATCH 13/34] rygel: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-multimedia/recipes-connectivity/rygel/rygel_0.28.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.28.2.bb b/meta-multimedia/r

[oe] [PATCH 15/34] python-gst: remove the 0.10 recipe

2016-02-23 Thread Alexander Kanavin
It depends on pygobject 2.x which has been update to 3.x in oe-core Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../gstreamer-0.10/python-gst/python-path.patch| 28 - .../gstreamer-0.10/python-gst_0.10.22.bb

[oe] [PATCH 08/34] libwnck: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.3

[oe] [PATCH 09/34] libxklavier: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_

[oe] [PATCH 11/34] tracker: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-support/tracker/tracker_0.14.2.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb b/meta-gnome/recipes-support/t

[oe] [PATCH 06/34] libgdata: update to 0.16.1

2016-02-23 Thread Alexander Kanavin
This fixes gobject introspection support. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../{libgdata_0.7.1.bb => libgdata_0.16.1.bb} | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) rename meta-gnome/recipes-gnome

[oe] [PATCH 10/34] goffice: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...igure.ac-fix-paths-to-introspection-tools.patch | 41 ++ .../recipes-support/goffice/goffice_0.10.1.bb | 2 ++ 2 files changed, 43 insertions(+) create mode 100644 meta-gnome/recipes-s

[oe] [PATCH 07/34] libgsf: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...c-drop-a-copy-paste-of-introspection.m4-m.patch | 103 + meta-gnome/recipes-gnome/libgsf/libgsf_1.14.29.bb | 2 + 2 files changed, 105 insertions(+) create mode 100644 meta-gnome/recipes

[oe] [PATCH 05/34] gnumeric: fix gobject introspection support

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...n-drop-introspection-macros-replace-them-.patch | 84 ++ .../recipes-gnome/gnumeric/gnumeric_1.12.0.bb | 5 +- 2 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 meta

[oe] [PATCH 04/34] gnome-desktop: remove pygtk dependency

2016-02-23 Thread Alexander Kanavin
pygtk is no longer provided in oe-core as it's obsolete and incompatible with pygobject 3.x Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-)

[oe] [PATCH 00/34] Initial gobject introspection support for meta-openembedded

2016-02-23 Thread Alexander Kanavin
-openembedded-contrib akanavin/gobject-introspection-fixes http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=akanavin/gobject-introspection-fixes Alexander Kanavin (34): evolution-data-server: fix gobject introspection evince: update to 3.18.2 gnome-bluetooth: update

[oe] [PATCH 01/34] evolution-data-server: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb b/meta-gnome/recipes-gno

[oe] [PATCH 02/34] evince: update to 3.18.2

2016-02-23 Thread Alexander Kanavin
This is done to enable gobject introspection support. Drop obsolete patches. Add a patch that disables yelp m4 macro (which we don't have). Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../evince/0001-help-remove-YELP-macro.patch | 24 +++ .../

[oe] [PATCH 03/34] gnome-bluetooth: update to 3.18.2

2016-02-23 Thread Alexander Kanavin
This also enable gobject introspection support. Drop obsolete patches. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../0001-bluetooth-input-Fix-compile-errors.patch | 37 --- ...luetooth-client-use-valid-interface-names.patch

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-16 Thread Alexander Kanavin
On 11/13/2015 01:46 PM, Martin Jansa wrote: 1) or even better in a separate repo To be honest, I had anticipated this being a separate meta-qt4 repo myself. It would be consistent with what has been done with Qt 5 and much earlier with Qt 3. Agreed. I'm also fine with separate layer.

[oe] volunteers for meta-qt4 repo maintenance?

2015-11-16 Thread Alexander Kanavin
On 11/16/2015 12:07 PM, Andreas Oberritter wrote: Making a separate repository with this layer is even more disruptive, and complicates administration and maintenance. I'm not going to handle those. So I'll make a meta-qt4 layer under meta-oe, and it's fine if there is no official maintainer or

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-16 Thread Alexander Kanavin
On 11/16/2015 01:20 PM, Otavio Salvador wrote: Making a separate repository with this layer is even more disruptive, and complicates administration and maintenance. I'm not going to handle those. So I'll make a meta-qt4 layer under meta-oe, and it's fine if there is no official maintainer or

Re: [oe] [OE-core] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-12 Thread alexander . kanavin
> There is already enough meta-oe bloat moved from oe-core: > > http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112665.html > > WARN: qt-mobility-embedded: qt-mobility-embedded rdepends on glib-2.0, but > it isn't a build dependency? If increasing bloat is a problem, why

[oe] qt4 moves out of oe-core - to meta-qt4, or to meta-oe?

2015-11-12 Thread alexander . kanavin
Hello, now that 2.0 is out, it's time to move the Qt4 recipes out of oe-core. This has been discussed previously here: http://lists.openembedded.org/pipermail/openembedded-core/2015-June/106355.html I'm not sure where the recipes should land, and want to ask your opinion. The options are: 1)

Re: [oe] [PATCH 3/3][meta-multimedia] rygel: Add recipe

2015-10-05 Thread alexander . kanavin
> Rygel is a UPnP Audio-Video media server, that allows to > share media files to other devices. It can also become a > MediaRenderer controlled by UPnP or DLNA Controllers. > meta-multimedia/recipes-connectivity/rygel/rygel_0.26.1.bb | 32 Latest version is 0.28 though. Alex --

[oe] [PATCH 2/2] gimp: disable webkit dependency in the recipe

2015-09-15 Thread Alexander Kanavin
gimp (optionally) depends on a very old version of webkit-gtk (1.6.x) for browsing help, and oe-core no longer provides that version. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb | 4 +--- 1 file changed, 1 insertion

[oe] [PATCH 1/2] epiphany: remove the recipe due to its move to oe-core

2015-09-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-gnome/epiphany/epiphany_2.30.6.bb | 21 - 1 file changed, 21 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb diff --git a/meta-gnome/recipes

[oe] [PATCH 1/9] gsettings-desktop-schemas: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../gsettings-desktop-schemas_3.14.1.bb | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.1

[oe] [PATCH 5/9] p11-kit: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb | 18 -- 1 file changed, 18 deletions(-) delete mode 100644 meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb diff --git a/meta-oe/recipes-support/p

[oe] [PATCH 4/9] gcr: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb | 24 1 file changed, 24 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.

[oe] [PATCH 3/9] libwnck3: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libwnck/libwnck3_3.14.0.bb | 16 1 file changed, 16 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libwnck/libwnck3_3.14.0.bb diff --git a/meta-gnome/recipes

[oe] [PATCH 8/9] ruby: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-ruby/recipes-devtools/ruby/ruby.inc | 40 -- meta-ruby/recipes-devtools/ruby/ruby/extmk.patch | 13 meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb| 42 -

[oe] [PATCH 7/9] libsecret: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-gnome/libsecret/libsecret_0.18.bb | 23 -- 1 file changed, 23 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libsecret/libsecret_0.18.bb diff --git a/meta-gnome/recipes

[oe] [PATCH 2/9] gnome-desktop3: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../gnome-desktop/gnome-desktop3_3.4.2.bb | 26 -- 1 file changed, 26 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.4.2.bb diff --git a/meta

[oe] [PATCH 6/9] libwebp: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb | 47 1 file changed, 47 deletions(-) delete mode 100644 meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb diff --git a/meta-oe/recipes-mult

[oe] [PATCH 9/9] libyaml: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../libyaml/files/libyaml-CVE-2014-9130.patch | 32 -- meta-oe/recipes-support/libyaml/libyaml_0.1.6.bb | 21 -- 2 files changed, 53 deletions(-) delete mode 100644 meta-oe/r

[oe] [PATCH 10/10] libyaml: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../libyaml/files/libyaml-CVE-2014-9130.patch | 32 -- meta-oe/recipes-support/libyaml/libyaml_0.1.6.bb | 21 -- 2 files changed, 53 deletions(-) delete mode 100644 meta-oe/r

[oe] [PATCH 10/10] epiphany: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-gnome/epiphany/epiphany_2.30.6.bb | 21 - 1 file changed, 21 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb diff --git a/meta-gnome/recipes

Re: [oe] [PATCH 10/10] epiphany: remove the recipe due to its move to oe-core

2015-09-14 Thread Alexander Kanavin
On 09/14/2015 03:26 PM, Alexander Kanavin wrote: Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-gnome/epiphany/epiphany_2.30.6.bb | 21 - Please ignore this patch, and one other "10/10" patch for libyaml, it's

[oe] [PATCH] gnome-icon-theme: add a recipe from oe-core

2015-09-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../gnome-icon-theme/files/pkgconfig-native.patch | 28 ++ .../gnome-icon-theme/gnome-icon-theme_2.31.0.bb| 22 + 2 files changed, 50 insertions(+) create mode 100644 meta

Re: [oe] Where is libunique?

2015-09-07 Thread Alexander Kanavin
On 09/07/2015 12:13 PM, Mike Looijmans wrote: Current meta-openembedded master fails to build with errors like this: ERROR: Nothing PROVIDES 'libunique' (but .../meta-oe/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb DEPENDS on or otherwise requires it). Searching for

[oe] [PATCH 3/3] libunique: add a recipe from oe-core

2015-09-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-gnome/libunique/libunique/build.patch | 421 + .../libunique/fix_for_compile_with_gcc-4.6.0.patch | 36 ++ .../libunique/libunique/noconst.patch | 130 +++ meta-oe/r

[oe] [PATCH 1/3] libnotify3: remove the recipe

2015-09-07 Thread Alexander Kanavin
libnotify 0.7.6 is now provided in oe-core Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | 16 meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | 5 + 2 files changed, 1 insertion(

[oe] [PATCH 2/3] nautilus3: update the checksums to match the .xz compressed tarball

2015-09-07 Thread Alexander Kanavin
Previously the default was .bz2 Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb b/meta

Re: [oe] [PATCH] opkg: upgrade to v0.3.0

2015-09-01 Thread alexander . kanavin
> Changes required: > - Rename opkg-cl to opkg > - Add libarchive dependency > - Drop backport patches > - Drop obsolete directory options > - Add patch to handle empty index files > > Based on initial work by Paul Barker. > > Signed-off-by: Alejandro del Castillo >

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

2015-08-31 Thread Alexander Kanavin
On 08/31/2015 04:32 PM, Andreas Müller wrote: * /meta-openembedded/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb, do_fetch This recipe will be removed when the new epiphany shows up in oe-core. *

[oe] [PATCH] nautilus3: update the checksums to match the .xz compressed tarball

2015-08-31 Thread Alexander Kanavin
Previously the default was .bz2 Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb b/meta

Re: [oe] [PATCH 1/5] fontforge: update to 20150824

2015-08-28 Thread Alexander Kanavin
On 08/27/2015 06:28 PM, Paul Eggleton wrote: A different person asking doesn't make the idea any more palatable (not to me, at least...) Since this wasn't explored earlier though, if we absolutely must upgrade liberation-fonts and there really is no alternative to distributing this font other

Re: [oe] [PATCH 1/5] fontforge: update to 20150824

2015-08-27 Thread Alexander Kanavin
On 08/27/2015 05:53 PM, Andreas Müller wrote: --- a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb @@ -1,9 +1,9 @@ SUMMARY = A font editor HOMEPAGE = http://fontforge.github.io/en-US/; Oe-core has liberation-fonts

Re: [oe] [PATCH 1/3] libnotify3: remove the recipe

2015-08-26 Thread Alexander Kanavin
On 08/26/2015 01:40 PM, Tanu Kaskinen wrote: # needs libnotify3 which conflicts with libnotify, mixing them in build breaks couple of packages This last comment seems to be out of date after this patch. Actually, this whole thing can be removed: # needs libnotify3 which conflicts with

[oe] [PATCH 2/3] gnome: add explicit bz2 compress type to older packages

2015-08-26 Thread Alexander Kanavin
The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | 1 + meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb

[oe] [PATCH 1/3] libnotify3: remove the recipe

2015-08-26 Thread Alexander Kanavin
libnotify 0.7.6 is now provided in oe-core Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | 16 meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | 2 +- 2 files changed, 1 insertion(+), 17

[oe] [PATCH 3/3] iso-codes: remove the recipe due to its move to oe-core

2015-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb | 17 - 1 file changed, 17 deletions(-) delete mode 100644 meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb diff --git a/meta-oe/recipes-support/iso-codes

Re: [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] [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] [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] [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: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] 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] [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

Re: [oe] [OE-core] 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] [PATCH 0/4] Add GStreamer 0.10 and things that depend on it from oe-core

2015-05-26 Thread Alexander Kanavin
On 05/25/2015 07:39 PM, akuster808 wrote: This is less of an xfce issue as meta-oe world wont build do to the above mentioned depends. Maybe we may want to move the failing packages to a more appropriate location, upgrade or fix the depends. failing packages: farsight2, pidgin, licnice,

[oe] [PATCH 1/2] gstreamer: fix the path to a required include in gst-plugins-gl

2015-05-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta-multimedia/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta

Re: [oe] [meta-ruby] proposal: moving ruby to oe-core

2015-05-21 Thread Alexander Kanavin
On 05/20/2015 08:18 PM, akuster808 wrote: I have some ruby class changes but I will wait for this transition to complete. I didn't copy the class to oe-core, because it's not needed for building webkit. I copied only the recipe for the ruby runtime. Is that ok? Alex --

Re: [oe] [PATCH 0/4] Add GStreamer 0.10 and things that depend on it from oe-core

2015-05-21 Thread Alexander Kanavin
On 05/21/2015 04:48 PM, Martin Jansa wrote: No you don't need to copy it, just use path to it, I've already fixed it for my jenkins builds, you don't need to resend just because of this.. I wanted to send an updated set, because also this recipe requires a file with a path, so that will break

Re: [oe] [PATCH 0/4] Add GStreamer 0.10 and things that depend on it from oe-core

2015-05-21 Thread Alexander Kanavin
On 05/21/2015 05:11 PM, Martin Jansa wrote: Are you going to rename gstreamer to gstreamer-0.10 in oe-core? I don't think so or I misunderstood what you meant, these 2 lines look correct to me: $ git grep gst-plugins-package.inc

Re: [oe] [PATCH 0/4] Add GStreamer 0.10 and things that depend on it from oe-core

2015-05-21 Thread Alexander Kanavin
On 05/21/2015 02:06 PM, Martin Jansa wrote: On Mon, May 18, 2015 at 05:12:44PM +0300, Alexander Kanavin wrote: These patches add GStreamer 0.10, and things that depend on it from oe-core GStreamer 0.10 is now being removed from oe-core, but we would still like to provide it through meta

Re: [oe] [meta-ruby] proposal: moving ruby to oe-core

2015-05-20 Thread Alexander Kanavin
On 05/20/2015 12:18 PM, Burton, Ross wrote: I don't have an issue with that. Do you need both Ruby and bundler? I believe there is value in having additional ruby packages outside core, like python is structured. Agreed, meta-ruby should continue to exist for anything outside of the core

[oe] [meta-ruby] proposal: moving ruby to oe-core

2015-05-19 Thread Alexander Kanavin
Hello meta-ruby maintainers, I am trying to update webkit-gtk in oe-core to latest upstream version (it's fallen badly out of date), and that requires having ruby during build time. So I would like to propose that ruby recipes are moved to oe-core, and you keep maintaining them there. How

[oe] [PATCH 1/4] python-gst: move it from oe-core to meta-multimedia

2015-05-18 Thread Alexander Kanavin
From: Alexander Kanavin alex.kana...@gmail.com This will allow removal of unsupported gstreamer 0.10 from oe-core Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../gstreamer/python-gst/python-path.patch | 28 + .../gstreamer/python

[oe] [PATCH 0/4] Add GStreamer 0.10 and things that depend on it from oe-core

2015-05-18 Thread Alexander Kanavin
These patches add GStreamer 0.10, and things that depend on it from oe-core GStreamer 0.10 is now being removed from oe-core, but we would still like to provide it through meta-openembedded. See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 Alexander Kanavin (4): python-gst: move

<    1   2   3   4   5