[oe] [PATCH] neon: add the recipe from oe-core

2017-11-23 Thread Alexander Kanavin
It is still required by libmusicbrainz, but is no longer needed by oe-core. Switch the upstream to debian as webdav.org is down. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/neon/neon/pkgconfig.patch | 15 + meta-oe/recipes-suppor

Re: [oe] [PATCH] neon: add the recipe from oe-core

2017-11-23 Thread Alexander Kanavin
On 11/22/2017 07:47 PM, Martin Jansa wrote: +do_compile_append() { + oe_runmake -C test Use 4 spaces for indentation instead of tabs. Please explain why. Alex -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [PATCH] neon: add the recipe from oe-core

2017-11-22 Thread Alexander Kanavin
It is still required by libmusicbrainz, but is no longer needed by oe-core. Switch the upstream to debian as webdav.org is down. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/neon/neon/pkgconfig.patch | 15 + meta-oe/recipes-suppor

Re: [oe] [yocto] Contribute meta-installer to yocto

2017-11-22 Thread Alexander Kanavin
On 11/22/2017 04:26 AM, Hongxu Jia wrote: If it is OK, I will send pull request to OE for review, and my opinion is to suggest to create meta-installer sub layer in OE. To clarify, I mean to create sub dir meta-installer in git://git.openembedded.org/meta-openembedded Should the directory

[oe] [PATCH] meson: remove recipe and class

2017-11-17 Thread Alexander Kanavin
They have been moved to oe-core layer, as meson is increasingly the primary build system for many projects, particularly in the Gnome stack. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/classes/meson.bbclass

Re: [oe] [meta-oe][PATCH] meson: update meson to 0.43.0

2017-11-16 Thread Alexander Kanavin
On 11/16/2017 05:37 PM, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado Meson is being moved to oe-core; can you please check the patches posted to oe-core list? Do you mean review the patches on oe-core , or port my patches to oe-core?

Re: [oe] [meta-oe][PATCH] meson: update meson to 0.43.0

2017-11-16 Thread Alexander Kanavin
On 11/15/2017 04:15 PM, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado Meson is being moved to oe-core; can you please check the patches posted to oe-core list? Alex -- ___ Openembedded-devel

Re: [oe] [meta-oe][PATCH] meson: export native env only for native build

2017-11-15 Thread Alexander Kanavin
On 11/14/2017 08:23 PM, Martin Kelly wrote: For native builds: - Keep the defaults (which use native tools), but export PKG_CONFIG=pkg-config-native instead of pkg-config. For target builds: - Set CC, CXX, LD, and AR, but *not* CFLAGS, CXXFLAGS, LDFLAGS etc. We need CC, CXX etc. so meson

Re: [oe] [meta-oe][PATCH] meson: export native env only for native build

2017-11-14 Thread Alexander Kanavin
On 11/13/2017 09:27 PM, Martin Kelly wrote: Although the meson crossfile should take care of setting the right cross environment for a target build, meson slurps any set CFLAGS, CXXFLAGS, LDFLAGS, and CPPFLAGS from the environment and injects them into the build (see

Re: [oe] [oe-core][PATCH] kexec-tools: fix Unknown type (Reserved) and ELF core parse error when run kexec

2017-11-03 Thread Alexander Kanavin
On 11/03/2017 04:55 AM, Liwei Song wrote: When run kexec on NUC7i7BNH/NUC7i5BNH, got the following error: "Please report this as bug. Using RANGE_RESERVED now" "ELF core (kcore) parse failed" Apply three upstream patches to fix it. This patch should go to oe-core list, and the issue can

Re: [oe] [meta-oe][PATCH] libpng12: add it back from oe-core

2017-09-14 Thread Alexander Kanavin
On 09/14/2017 04:42 PM, Burton, Ross wrote: On 14 September 2017 at 11:33, Martin Jansa wrote: LSB compliance isn't a goal of meta-oe as well, otherwise we'd need to add Qt4 to meta-oe too. Touche. It still needs to go somewhere though... How about modifying the

[oe] [PATCH] meson: remove recipe and class

2017-08-23 Thread Alexander Kanavin
They have been moved to oe-core layer, as meson is increasingly the primary build system for many projects, particularly in the Gnome stack. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/classes/meson.bbclass

Re: [oe] [meta-oe][PATCH] mailx: Force mailx to build with openssl10

2017-08-16 Thread Alexander Kanavin
On 08/15/2017 10:24 PM, Jason Wessel wrote: The latest changes in oe-core switch to using openssl 1.1. The SSLv3_client_method and RAND_egd functions are removed in the openssl 1.1. This causes mailx to fail to compile. For now we can use openssl10 in the same manner that openssh is doing. At

[oe] [PATCHv2] bdwgc: add a recipe from oe-core

2017-06-19 Thread Alexander Kanavin
It is required by zile recipe. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...ac-add-check-for-NO_GETCONTEXT-definition.patch | 29 +++ .../bdwgc/bdwgc/musl_header_fix.patch | 27 ++ meta-oe/recipes-support/bdwgc/bdwgc_7.

Re: [oe] [PATCH] bdwgc: add a recipe from oe-core

2017-06-19 Thread Alexander Kanavin
On 06/16/2017 07:34 PM, Randy MacLeod wrote: Is it just because of zile? +Randy who upgraded zile. Yes, it's because of that. I checked latest upstream of zile, and it still seems to require it. Do you want me to resend the patch? Given that Martin said: "Please explain in commit

Re: [oe] [PATCH] bdwgc: add a recipe from oe-core

2017-06-16 Thread Alexander Kanavin
On 06/16/2017 05:41 PM, Martin Jansa wrote: Why should we take this to meta-oe? Please explain in commit message. Is it just because of zile? +Randy who upgraded zile. Yes, it's because of that. I checked latest upstream of zile, and it still seems to require it. Do you want me to resend

[oe] [PATCH] bdwgc: add a recipe from oe-core

2017-06-16 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...ac-add-check-for-NO_GETCONTEXT-definition.patch | 29 +++ .../bdwgc/bdwgc/musl_header_fix.patch | 27 ++ meta-oe/recipes-support/bdwgc/bdwgc_7.6.0.bb

Re: [oe] meta-python: outrageously long cython shebang with pyro

2017-05-15 Thread Alexander Kanavin
On 05/13/2017 09:34 AM, S. Lockwood-Childs wrote: The cython recipe builds fine -- this is runtime breakage from recipes that depend on cython. This was always a danger when using lengthy toplevel directory names (e.g. as tends to happen in jenkins auto-builds), but now I managed to get the

[oe] [PATCH 6/6] mailx: add the recipe

2017-05-05 Thread Alexander Kanavin
It was removed from oe-core, but is required by smartmontools. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...e-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch | 59 +++ ...-SSL2-support-since-it-is-no-longer-suppo.patch | 41 ...ntian-w

[oe] [PATCH 5/6] python-six: re-add the recipe for Python 2.x

2017-05-05 Thread Alexander Kanavin
python-six was removed from oe-core, so we should provide it in meta-oe. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-python/recipes-devtools/python/python-six.inc | 18 ++ .../recipes-devtools/python/python-six_1.10.0.bb | 2

[oe] [PATCH 4/6] glmark2: depend on modern libpng

2017-05-05 Thread Alexander Kanavin
libpng 1.2 is being removed from oe-core as it's well obsolete. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/g

[oe] [PATCH 3/6] portmap.bbappend: remove the file

2017-05-05 Thread Alexander Kanavin
portmap has been removed from oe-core; the upstream is defunct and rpcbind supersedes it. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend| 5 - 1 file changed, 5 deletions(-) delete mode

[oe] [PATCH 2/6] glcompbench: remove the recipe

2017-05-05 Thread Alexander Kanavin
It hasn't been updated upstream since 2012, and relies on outdated libpng 1.2 (which is being removed from oe-core). Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../0001-build-Specify-std-c-11-on-cmdline.patch | 45 -- ...001-waf-Disable-

[oe] [PATCH 1/6] lzip: remove recipe

2017-05-05 Thread Alexander Kanavin
It has been moved to oe-core. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/lzip/lzip_1.16.bb | 41 --- 1 file changed, 41 deletions(-) delete mode 100644 meta-oe/recipes-support/lzip/lzip_1.16.bb diff --git

Re: [oe] Full Python3 Installation

2017-04-12 Thread Alexander Kanavin
On 04/12/2017 08:19 PM, Fabjan Sukalia wrote: How do I get a "full" python installation that is comparable with desktop systems? Thanks in advance. I think you need python3-modules (however try to avoid writing recipes that rdepend on that, and list things that are specifically needed).

[oe] [PATCH] lzip: remove recipe

2017-02-22 Thread Alexander Kanavin
It has been moved to oe-core Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-oe/recipes-support/lzip/lzip_1.16.bb | 41 --- 1 file changed, 41 deletions(-) delete mode 100644 meta-oe/recipes-support/lzip/lzip_1.16.bb diff --git

Re: [oe] meta-browser duplicate patch

2017-01-12 Thread Alexander Kanavin
On 01/12/2017 04:44 PM, Trevor Woerner wrote: Does the do_patch logic now ignore the same patch being applied twice? I was quite sure this was a problem in the past (and if it isn't, maybe it should be?) In commit fb4e542079958b6afde324a1e9bfdd695842aeeb the patch

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Alexander Kanavin
On 01/11/2017 02:22 PM, Andreas Müller wrote: As far as I can remember there was an announcement by Alexander Kanavin to change patching to more restrictive mode so that the full three lines before/after change must match. Will redo patch creation based on firefox 45.6.. This hasn't yet

Re: [oe] [meta-oe][PATCH] libdbus-c++: added recipe for it

2016-11-18 Thread Alexander Kanavin
On 11/18/2016 11:36 AM, Thilo Cestonaro wrote: .../fix-missing-unistd.h-include.patch | 39 ++ .../remove-CXX_FOR_BUILD-stuff.patch | 32 ++ meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb | 24 + Upstream-Status is

Re: [oe] [meta-oe][PATCH] libdbus-c++: added recipe for it

2016-11-16 Thread Alexander Kanavin
On 11/16/2016 05:42 PM, thilo.ceston...@ts.fujitsu.com wrote: the whole mail is the patch. I send it via git send-email and there is the signed off line in it. But I can attach it and send it manually with my mail program if the git send-email thing is no good. The patch that you are sending

Re: [oe] [meta-oe][PATCH] libdbus-c++: added recipe for it

2016-11-16 Thread Alexander Kanavin
On 11/16/2016 12:23 PM, Thilo Cestonaro wrote: to fix the build, two patches where needed. One which just adds an include of unistd.h, as the functions pipe, write and close defined by this include, weren't defined. The other patch enables the build to build the tools of libdbus-c++ for the

[oe] [PATCH] libwnck3: add a recipe

2016-11-01 Thread Alexander Kanavin
It is no longer needed in oe-core. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb

[oe] Attention all: patches for upstream source will be applied with stricter criteria for context

2016-10-21 Thread Alexander Kanavin
Hello all, while updating gnutls to a newer version I came across a rather serious issue: the way we patch source code is very lenient about the context for the lines to be changed. Basically, it's enough for one line before and after the changed line to match, because patch command's default

[oe] [PATCH 2/3] gnome-control-center, gthumb: correctly remove a file from the source tree

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb | 2 +- meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[oe] [PATCH 3/3] gtk-doc: disable where necessary

2016-08-26 Thread Alexander Kanavin
Several recipes in meta-oe layers are so old that they don't work with modern gtk-doc (which was added and enabled by default in oe-core); disable that where it is necessary for the build to succeed. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/r

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

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../libglade/libglade-2.6.4/glade-cruft.patch | 102 + .../libglade/libglade-2.6.4/no-xml2.patch | 501 + .../libglade-2.6.4/python_environment.patch| 14 + meta-oe/r

[oe] [PATCH 2/2] libmad: add the recipe

2016-06-16 Thread Alexander Kanavin
The recipe has been removed from oe-core, see https://bugzilla.yoctoproject.org/show_bug.cgi?id=6020 Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../libmad/libmad/add-pkgconfig.patch | 70 ++ .../libmad/libmad/automake-foreign

[oe] [PATCH 1/2] mpg123: remove the recipe

2016-06-16 Thread Alexander Kanavin
The recipe has been added to oe-core, see https://bugzilla.yoctoproject.org/show_bug.cgi?id=6020 Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-multimedia/mpg123/mpg123_1.22.4.bb | 65 -- 1 file changed, 65 deletions(-) delet

Re: [oe] [PATCH 6/8] python-pygobject: add a recipe

2016-06-10 Thread Alexander Kanavin
On 06/10/2016 03:33 PM, Martin Jansa wrote: On Tue, May 24, 2016 at 02:56:59PM +0300, Alexander Kanavin wrote: oe-core provides only python3-pygobject now, and a few recipes in meta-oe still need the version built against Python 2. I've merged this but now it started to fail: | checking

Re: [oe] [OE-core] the fate of Vala in OE

2016-06-10 Thread Alexander Kanavin
On 06/09/2016 07:36 PM, Burton, Ross wrote: We do use Vala for internal gstreamer-related projects so I would volunteer to support it in oe-core. Would you volunteer to maintain it in a separate layer if possible? If nothing in core uses it and it can be maintained out of core then I

Re: [oe] [OE-core] the fate of Vala in OE

2016-06-10 Thread Alexander Kanavin
On 06/10/2016 01:10 PM, Gary Thomas wrote: Yes, I realized that :-( The actual list is smaller, but still important: "gcr" -> "vala-native" [style=solid] "gcr" -> "vala" [style=solid] "libsecret" -> "vala-native" [style=solid] "libsecret" -> "vala" [style=solid] Both of those packages are in

Re: [oe] [OE-core] the fate of Vala in OE

2016-06-10 Thread Alexander Kanavin
On 06/09/2016 05:37 PM, Burton, Ross wrote: That said, what other layers use vala? If it leaves core, is there a layer that can host it and support other layers using it without to much trouble? That's the key question really - can the support be extracted and added to eg meta-vala in some

Re: [oe] [OE-core] the fate of Vala in OE

2016-06-10 Thread Alexander Kanavin
On 06/09/2016 05:08 PM, Philip Balister wrote: It seems that there are use cases beyond just embedded systems for OpenEmbedded, so this logic is not really valid. See: http://openxt.org/ And yes, I think it is useful for openembedded-core to have as broad an audience as possible. Our

[oe] the fate of Vala in OE

2016-06-09 Thread Alexander Kanavin
Hello, I'd like to propose the removal of Vala recipe and support for generating Vala bindings from oe-core. The only software that is written in Vala and makes sense in embedded environment is Rygel (an implementation of various UPnP AV services), and even that can be compiled from

Re: [oe] [PATCH 2/8] florence: update to 0.6.3

2016-06-06 Thread Alexander Kanavin
On 06/02/2016 07:44 PM, Martin Jansa wrote: commit 5adc7db356071e22219d652e11911b98d9f8bf6e Author: Stefan Agner Date: Tue May 24 13:43:11 2016 -0700 florence: move to latest GTK2 version 0.5.4 It also doesn't apply because of this, so please confirm and

[oe] [PATCH 8/8] gnome-doc-utils-stub: add a recipe

2016-05-24 Thread Alexander Kanavin
Real gnome-doc-utils can no longer be build (because it requires both python 2 and libxml2, which can only be build for one version of Python), so a stub recipe which provides just m4 macros is provided, and usage of gnome-doc-utils is disabled where needed. Signed-off-by: Alexander Kanavin

[oe] [PATCH 6/8] python-pygobject: add a recipe

2016-05-24 Thread Alexander Kanavin
oe-core provides only python3-pygobject now, and a few recipes in meta-oe still need the version built against Python 2. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...c-add-sysroot-path-to-GI_DATADIR-don-t-se.patch | 41 ++ .../python/

[oe] [PATCH 7/8] cmpi-bindings: fix build with python 3

2016-05-24 Thread Alexander Kanavin
This recipe seemed to have a floating dependency on Python 3, so let's make it fixed. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...HON_ABI-suffix-to-the-python-library-name.patch | 27 ++ .../cmpi-bindings/cmpi-bindings_git.bb

[oe] [PATCH 4/8] python-imaging: add a recipe

2016-05-24 Thread Alexander Kanavin
This is moved from oe-core. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...ing-setup.py-force-paths-for-zlib-freetyp.patch | 55 ++ .../allow.to.disable.some.features.patch | 65 ++ .../python-imaging/fix-fr

[oe] [PATCH 5/8] python-pyrex: add a recipe

2016-05-24 Thread Alexander Kanavin
This is moved from oe-core. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../python/python-pyrex-native_0.9.9.bb| 5 + .../python-pyrex/pyrex-fix-optimized-mode.patch| 15 +++ .../recipes-devtools/python/python-pyrex_0.9.9.bb

[oe] [PATCH 1/8] Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based recipes

2016-05-24 Thread Alexander Kanavin
They are no longer required to build python software. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-efl/recipes-devtools/python/python-edbus.inc | 4 meta-efl/recipes-devtools/python/python-efl.inc| 4 meta-mult

[oe] [PATCH 3/8] python-dbus: add a recipe

2016-05-24 Thread Alexander Kanavin
oe-core provides only python3-dbus now, so python-dbus still has to be provided for a few recipes in meta-oe. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-devtools/python/python-dbus_1.2.0.bb | 31 ++ 1 file changed, 31 inse

[oe] [PATCH 0/8] Fixes for oe-core's python 3 move

2016-05-24 Thread Alexander Kanavin
repository at: git://git.openembedded.org/meta-openembedded-contrib akanavin/deprecate-python2 http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=akanavin/deprecate-python2 Alexander Kanavin (8): Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based

[oe] [PATCH 2/8] florence: update to 0.6.3

2016-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../florence/files/0001-Fix-glib-includes.patch| 33 -- .../{florence_0.5.1.bb => florence_0.6.3.bb} | 10 +++ 2 files changed, 5 insertions(+), 38 deletions(-) delete mode 100

Re: [oe] [PATCH 2/2] gnome-bluetooth: replace systemd dependency with udev

2016-03-22 Thread alexander . kanavin
>> > So you can remove distro_features_check inherit as well, right? >> >> Yeah, I guess. Feel free to amend. > > The reviewer is asking you to do that, although perhaps not in so many > words. > Can you, please? I don't believe I should, if the review consists of a single trivial nitpick from

Re: [oe] [PATCH 2/2] gnome-bluetooth: replace systemd dependency with udev

2016-03-21 Thread Alexander Kanavin
On 03/21/2016 04:50 PM, Martin Jansa wrote: inherit gnomebase gtk-icon-cache distro_features_check gobject-introspection So you can remove distro_features_check inherit as well, right? Yeah, I guess. Feel free to amend. Alex -- ___

[oe] [PATCH 2/2] gnome-bluetooth: replace systemd dependency with udev

2016-03-21 Thread Alexander Kanavin
Now we have an up to date standalone libudev (via eudev), so systemd is no longer required. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-)

Re: [oe] [PATCH 1/2] gnome-bluetooth: fix compile

2016-03-21 Thread Alexander Kanavin
On 03/18/2016 09:06 PM, alexander.kana...@linux.intel.com wrote: fixes error series starting with | Caught exception: TypeError('expected a string or other character buffer object',) | > /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/lib/python2.7/distutils/sysconfig.py(22)() | ->

Re: [oe] [PATCH 1/2] gnome-bluetooth: fix compile

2016-03-19 Thread alexander . kanavin
> fixes error series starting with > | Caught exception: TypeError('expected a > string or other character buffer object',) > | > > /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/lib/python2.7/distutils/sysconfig.py(22)() > | -> PREFIX = os.path.normpath(sys.prefix).replace( >

Re: [oe] [PATCH 14/38] python-gst: remove the 0.10 recipe

2016-03-15 Thread Alexander Kanavin
On 03/10/2016 04:25 PM, Martin Jansa wrote: On Wed, Mar 09, 2016 at 05:05:30PM +0200, Alexander Kanavin wrote: It depends on pygobject 2.x which has been update to 3.x in oe-core This wont make freesmartphone people happly (if there still are some) Martin, I seriously think that you should

[oe] [PATCH 24/38] libunique: fix gobject introspection support

2016-03-09 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 04/38] gnome-desktop: remove pygtk dependency

2016-03-09 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 38/38] gnome-panel: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome

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

2016-03-09 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 33/38] gnome-menus: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb | 2 +- meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes

[oe] [PATCH 27/38] gimp: accept newer versins of babl and gegl

2016-03-09 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 37/38] network-manager-applet: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../network-manager-applet/network-manager-applet_1.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-m

[oe] [PATCH 31/38] upower: fix gobject introspection

2016-03-09 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 25/38] babl: update to 0.1.16

2016-03-09 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 29/38] poppler: fix gobject introspection

2016-03-09 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 35/38] libgtop: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.3

[oe] [PATCH 26/38] gegl: update to 0.3.4

2016-03-09 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 36/38] nautilus: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/na

[oe] [PATCH 34/38] libgdata: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb b/meta-gnome/recipes-gnome/li

[oe] [PATCH 28/38] omgps: remove the recipe

2016-03-09 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 30/38] udisks2: fix gobject introspection

2016-03-09 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 23/38] gtkextra: fix gobject introspection support

2016-03-09 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 18/38] modemmanager: fix vala support

2016-03-09 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 16/38] libmediaart: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-multimedia/recipes-support/libmediaart/libmediaart.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-support/libmediaart/libmediaart.inc b/meta-multimedia/r

[oe] [PATCH 20/38] telepathy-glib: fix gobject introspection support

2016-03-09 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 21/38] libgee: fix gobject introspection support

2016-03-09 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 17/38] bluez4: use real introspection instead of legacy pygobject

2016-03-09 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 15/38] gstreamer-0.10: disable gobject introspection

2016-03-09 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 10/38] tracker: fix gobject introspection

2016-03-09 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 09/38] goffice: fix gobject introspection

2016-03-09 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 | 4 ++- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 meta

[oe] [PATCH 07/38] libwnck: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_

[oe] [PATCH 13/38] media-service-demo: remove the recipe

2016-03-09 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 14/38] python-gst: remove the 0.10 recipe

2016-03-09 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 11/38] gupnp: fix gobject introspection

2016-03-09 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 08/38] libxklavier: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb b/meta-gnome/recipes-gnome/libxk

[oe] [PATCH 12/38] rygel: fix gobject introspection

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

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

2016-03-09 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 01/38] evolution-data-server: fix gobject introspection

2016-03-09 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/38] evince: update to 3.18.2

2016-03-09 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/38] gnome-bluetooth: update to 3.18.2

2016-03-09 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

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

2016-03-09 Thread Alexander Kanavin
in/gobject-introspection-fixes http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=akanavin/gobject-introspection-fixes Alexander Kanavin (38): evolution-data-server: fix gobject introspection evince: update to 3.18.2 gnome-bluetooth: update to 3.18.2 gnome-desktop: re

Re: [oe] [PATCH][meta-oe 4/5] gst-ffmpeg: blacklist, not compatible with currently used ffmpeg 3

2016-03-03 Thread Alexander Kanavin
On 03/02/2016 06:21 PM, Martin Jansa wrote: +# http://errors.yoctoproject.org/Errors/Details/40736/ +PNBLACKLIST[gst-ffmpeg] ?= "Not compatible with currently used ffmpeg 3" Before blacklisting, you should try switching to gst-ffmpeg's internal copy of that library, and see if it helps:

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

2016-02-25 Thread Alexander Kanavin
On 02/24/2016 06:47 PM, Martin Jansa wrote: Many people aren't using poky and don't want to play with combo-layer or format-patch/am combo to reapply the patches from poky repo to oe-core repo. As you're definitely used to such strange environment, can you please push corresponding branch for

Re: [oe] [PATCH][meta-gnome] tracker: Blacklist because of packaging issues

2016-02-24 Thread Alexander Kanavin
On 02/24/2016 03:07 PM, Martin Jansa wrote: + +# writeback-modules and extract-modules are packaged in ${PN}-dev +PNBLACKLIST[tracker] ?= "BROKEN: QA Issue: -dev package contains non-symlink .so: tracker-dev" This one is fixed in the introspection patchset (although I bundled it with the

[oe] [PATCH 17/34] libmediaart: fix gobject introspection

2016-02-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta-multimedia/recipes-support/libmediaart/libmediaart.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-support/libmediaart/libmediaart.inc b/meta-multimedia/recipes-s

<    1   2   3   4   5   >