Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-09 Thread Martin Jansa
I did and there was still: FILES_${PN} += "${prefix}" that's why I've asked again here. On Thu, Mar 10, 2016 at 8:40 AM, Gary Thomas wrote: > On 2016-03-10 08:33, Martin Jansa wrote: > >> On Thu, Mar 10, 2016 at 05:42:39AM +0100, Gary Thomas wrote: >> >>> On 2016-03-09

Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-09 Thread Gary Thomas
On 2016-03-10 08:33, Martin Jansa wrote: On Thu, Mar 10, 2016 at 05:42:39AM +0100, Gary Thomas wrote: On 2016-03-09 20:15, Martin Jansa wrote: On Wed, Mar 09, 2016 at 07:20:33AM +0100, Gary Thomas wrote: mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects

Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-09 Thread Martin Jansa
On Thu, Mar 10, 2016 at 05:42:39AM +0100, Gary Thomas wrote: > On 2016-03-09 20:15, Martin Jansa wrote: > > On Wed, Mar 09, 2016 at 07:20:33AM +0100, Gary Thomas wrote: > >> mpv is a fork of mplayer2 and MPlayer. It shares some features with the > >> former projects while introducing many more. >

[oe] [meta-networking][PATCH 1/1] waf-samba.bbclass: move to meta-networking

2016-03-09 Thread jackie.huang
From: Jackie Huang The recipes that are using waf-samba were all moved to meta-networking, so move the bbclass and related cross-answers files as well. Signed-off-by: Jackie Huang --- {meta-oe =>

[oe] [meta-networking][PATCH 0/1] waf-samba.bbclass: move to meta-networking

2016-03-09 Thread jackie.huang
From: Jackie Huang This is a follow-up from the discussion in the thread: "Re: [oe] Still many meta-networking changes waiting in patchwork/master-next" -- The following changes since commit a1e135a48add7575682bf53db5e02e753580: Revert "toybox: upgrade to

Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-09 Thread Gary Thomas
On 2016-03-09 20:15, Martin Jansa wrote: On Wed, Mar 09, 2016 at 07:20:33AM +0100, Gary Thomas wrote: mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more. Signed-off-by: Gary Thomas ---

[oe] [meta-oe][PATCH v2 1/2] libass: Update to latest version

2016-03-09 Thread Gary Thomas
libass has moved from Google to github.com Also update to the latest version (libass.so.5) Signed-off-by: Gary Thomas --- meta-oe/recipes-multimedia/libass/libass.inc | 7 ++- meta-oe/recipes-multimedia/libass/libass_0.10.1.bb | 5 -

[oe] [meta-oe][PATCH v2 2/2] mpv: Media Player

2016-03-09 Thread Gary Thomas
mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more. Signed-off-by: Gary Thomas --- meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb | 65 1 file changed, 65 insertions(+) create mode

[oe] [meta-oe][PATCH v2 0/2] mpv: Media Player

2016-03-09 Thread Gary Thomas
mpv is a new media player, based on a fork of Mplayer and mplayer2. libass is updated to the latest version (necessary for fully functioning mpv) Gary Thomas (2): libass: Update to latest version mpv: Media Player meta-oe/recipes-multimedia/libass/libass.inc | 7 +--

[oe] [meta-oe][PATCH] postgresql: Security Advisory-postgresql-CVE-2016-0773

2016-03-09 Thread Zhixiong Chi
add CVE-2016-0773 patch for avoiding attackers to cause a denial of service (infinite loop or buffer overflow and crash) via a large Unicode character range in a regular expression. Patch comes from: http://git.postgresql.org/gitweb/?p=postgresql.git;a=summary commit

[oe] python-cryptography failing to build since openssl upgrade

2016-03-09 Thread Martin Jansa
Do we really need to use that version script for openssl? Here is another failure: http://errors.yoctoproject.org/Errors/Details/54984/ in our local builds we use couple prebuild binaries from 3rdparty, which now aren't compatible with openssl ABI (possibly because of version-script update:

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-09 Thread akuster808
On 03/09/2016 11:11 AM, Martin Jansa wrote: > On Wed, Mar 09, 2016 at 09:06:57AM -0800, Armin Kuster wrote: >> From: Armin Kuster >> >> missed using "-D" for OPENSSL_NO_SSL2 swig_features. > > fido version: > http://patchwork.openembedded.org/patch/117291/ > needed -D as

Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-09 Thread Martin Jansa
On Wed, Mar 09, 2016 at 07:20:33AM +0100, Gary Thomas wrote: > mpv is a fork of mplayer2 and MPlayer. It shares some features with the > former projects while introducing many more. > > Signed-off-by: Gary Thomas > --- > meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb | 60

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-09 Thread Martin Jansa
On Wed, Mar 09, 2016 at 09:06:57AM -0800, Armin Kuster wrote: > From: Armin Kuster > > missed using "-D" for OPENSSL_NO_SSL2 swig_features. fido version: http://patchwork.openembedded.org/patch/117291/ needed -D as well, right? I've pushed both to fido-next and jethro-next

Re: [oe] [PATCH][meta-oe] crash: add native package

2016-03-09 Thread Martin Jansa
On Wed, Mar 09, 2016 at 03:48:43PM +0800, kai.k...@windriver.com wrote: > From: Kai Kang > > Add crash-native package. > > * append EXTRA_OEMAKE option to find ncurses library > * pass right install DESTDIR > > Signed-off-by: Kai Kang > --- >

Re: [oe] [meta-webserver][PATCH v3 1/3] nginx: split parts out of the recipe into nginx.inc

2016-03-09 Thread Martin Jansa
On Wed, Mar 09, 2016 at 01:33:56PM +0100, Pascal Bach wrote: > nginx has two maintained branches. > - stable: is the long term maintained branch where only bugfixes occur > - mainline: is the branch where new features get added Still missing SOB lines in all 3 changes. > > This change is in

[oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-09 Thread Armin Kuster
From: Armin Kuster missed using "-D" for OPENSSL_NO_SSL2 swig_features. ERROR: Failed to import the "M2Crypto" module: .../usr/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method disable using SSLv2_method if not supported in openssl. This

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

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-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

[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 --- meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff

[oe] [PATCH 38/38] gnome-panel: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[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 --- ...-t-use-gobject-introspection-for-bindings.patch | 29 --

[oe] [PATCH 33/38] gnome-menus: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[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 --- .../gimp/gimp/bump_Babl-GEGL_versions.patch| 53 ++ meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb | 1 +

[oe] [PATCH 37/38] network-manager-applet: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../network-manager-applet/network-manager-applet_1.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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 index

[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 --- 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_0.1.10.bb =>

[oe] [PATCH 29/38] poppler: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[oe] [PATCH 35/38] libgtop: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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.30.0.bb

[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 --- .../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_0.2.0.bb

[oe] [PATCH 36/38] nautilus: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

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

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[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 --- ...g_type_init-is-deprecated-for-glib-2.35.0.patch | 33 -- .../omgps/omgps/fix.build.with.gcc.4.9.patch | 22

[oe] [PATCH 30/38] udisks2: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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 index

[oe] [PATCH 23/38] gtkextra: fix gobject introspection support

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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.0.5.bb

[oe] [PATCH 18/38] modemmanager: fix vala support

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[oe] [PATCH 16/38] libmediaart: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

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

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[oe] [PATCH 21/38] libgee: fix gobject introspection support

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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.16.1.bb

[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 --- ...pygobject-instead-ofgobject-introspection.patch | 27 --

[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 --- meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc | 2 +-

[oe] [PATCH 10/38] tracker: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[oe] [PATCH 09/38] goffice: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...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

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

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[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 --- .../dleyna/media-service-demo_git.bb | 18 -- 1

[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 --- .../gstreamer-0.10/python-gst/python-path.patch| 28 - .../gstreamer-0.10/python-gst_0.10.22.bb | 29

[oe] [PATCH 11/38] gupnp: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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 | 4

[oe] [PATCH 08/38] libxklavier: fix gobject introspection

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

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

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

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

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...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

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

2016-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- 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

[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 --- .../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 --- .../0001-bluetooth-input-Fix-compile-errors.patch | 37 --- ...luetooth-client-use-valid-interface-names.patch | 122 -

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

2016-03-09 Thread Alexander Kanavin
This patch adds gobject introspection support to recipes in meta-openembedded. To make it work, you need to fetch the following poky branch and build against it: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=akanavin/gobject-introspection-experimental For general information

[oe] [meta-webserver][PATCH v3 2/3] nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x

2016-03-09 Thread Pascal Bach
The 1.8 branch is the current stable branch of nginx. This means the branch doesn't get new features, but is still supported with bugfixes. Depending on the use case it is more suitable to use on an embedded device than the 1.9 branch which adds new features with every release. ---

[oe] [meta-webserver][PATCH v3 3/3] nginx: make the 1.8.x branch the default

2016-03-09 Thread Pascal Bach
The 1.9.x branch is still supported but it needs to be explicitly selected. --- meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb index

[oe] [meta-webserver][PATCH v3 1/3] nginx: split parts out of the recipe into nginx.inc

2016-03-09 Thread Pascal Bach
nginx has two maintained branches. - stable: is the long term maintained branch where only bugfixes occur - mainline: is the branch where new features get added This change is in preparation to support these two branches. --- meta-webserver/recipes-httpd/nginx/nginx.inc | 137

[oe] systemd service not enabled when adding simple recipe to image

2016-03-09 Thread Sandro Stiller
Hello, I have a problem enabling a simple systemd service: If I install my package using the .ipk file, everything works fine (systemd service ist enabled after install), but if I create an image containing this package, the service is disabled. It can be enabled by calling "systemctl enable ".