[oe] [PATCH] exo: unbreak Thunar's detailed file view

2016-10-28 Thread Andreas Müller
see further details at [1] [1] https://bugzilla.xfce.org/show_bug.cgi?id=12916 Signed-off-by: Andreas Müller --- ...e-fix-for-Thunar-detailed-view-Xfce-12916.patch | 36 ++ meta-xfce/recipes-xfce/exo/exo_0.11.1.bb | 1 + 2 files changed, 37 insertions(+) create m

[oe] [PATCH] exo fix for thunar

2016-10-28 Thread Andreas Müller
Once applied to master this should be applied in morty too - thunar is not usable without. Andreas Müller (1): exo: unbreak Thunar's detailed file view ...e-fix-for-Thunar-detailed-view-Xfce-12916.patch | 36 ++ meta-xfce/recipes-xfce/exo/exo_0.11.1.bb | 1 + 2 f

Re: [oe] [meta-gnome, jethro][PATCH] fix zenity build, and remove blacklist

2016-10-28 Thread Khem Raj
> On Oct 28, 2016, at 7:17 AM, Kai Iskratsch > wrote: > > > Zenity was blacklisted in meta-gnome, but it seems the fixes for the problem > listed in blacklist reason were rather minimal, > > additionally the newer version of libnotify no longer has the > notify_notification_new_with_status_

Re: [oe] [meta-browser] i.MX6DL + mainline + yocto: EGL_NOT_INITIALIZED

2016-10-28 Thread Khem Raj
> On Oct 27, 2016, at 11:59 PM, Maciej Pijanowski > wrote: > > Hello, > > I'm trying to run chromium on Hummingboard i2 using custom BSP layer. I'm > mostly based on meta-etnaviv (libdrm, mesa_etnaviv) for GPU support and > meta-browser for chromium recipe. I'm using mainline 4.7.10 kernel atm

Re: [oe] [meta-oe][PATCH] xterm: use ${libdir} to avoid installed-vs-shipped error on ppc64

2016-10-28 Thread Otavio Salvador
On Fri, Oct 28, 2016 at 1:07 PM, Christopher Larson wrote: > On Fri, Oct 28, 2016 at 3:07 AM, wrote: > >> xterm installs files into PREFIX/lib/X11/app-defaults by default. >> This leads to QA issue on ppc64 which defines libdir as /usr/lib64: >> ERROR: QA Issue: xterm: Files/directories were inst

Re: [oe] [meta-oe][PATCH] xterm: use ${libdir} to avoid installed-vs-shipped error on ppc64

2016-10-28 Thread Christopher Larson
On Fri, Oct 28, 2016 at 3:07 AM, wrote: > xterm installs files into PREFIX/lib/X11/app-defaults by default. > This leads to QA issue on ppc64 which defines libdir as /usr/lib64: > ERROR: QA Issue: xterm: Files/directories were installed but not shipped > in any package: > /usr/lib > /usr/lib/

[oe] [meta-python][PATCH] python-msgpack: update to version 0.4.8

2016-10-28 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/{python-msgpack_0.4.7.bb => python-msgpack_0.4.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-msgpack_0.4.7.bb => python-msgpack_0.4.8.bb} (57%) diff --git a/meta-python/recipes

[oe] [meta-gnome, jethro][PATCH] fix zenity build, and remove blacklist

2016-10-28 Thread Kai Iskratsch
Zenity was blacklisted in meta-gnome, but it seems the fixes for the problem listed in blacklist reason were rather minimal, additionally the newer version of libnotify no longer has the notify_notification_new_with_status_icon function, so this had to be replaced with notify_notification_new

[oe] [meta-python][PATCH] python-ipaddress: update to version 1.0.17

2016-10-28 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/{python-ipaddress_1.0.16.bb => python-ipaddress_1.0.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-ipaddress_1.0.16.bb => python-ipaddress_1.0.17.bb} (64%) diff --git a/meta-python/r

[oe] [meta-python][PATCH 2/2] python-html5lib: update to version 0.999999999

2016-10-28 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-html5lib_0.999.bb | 8 .../recipes-devtools/python/python-html5lib_0.9.bb | 14 ++ 2 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/pyth

[oe] [meta-python][PATCH 1/2] python-webencodings: add recipe for version 0.5

2016-10-28 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-webencodings_0.5.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-webencodings_0.5.bb diff --git a/meta-python/recipes-devtools/python/python-webencoding

[oe] [meta-oe][PATCH] libmicrohttpd: update to version 0.9.52

2016-10-28 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{libmicrohttpd_0.9.50.bb => libmicrohttpd_0.9.52.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.50.bb => libmicrohttpd_0.9.52.bb} (81%) diff --git a/meta-oe/recipes-s

[oe] [meta-oe][PATCH] xterm: use ${libdir} to avoid installed-vs-shipped error on ppc64

2016-10-28 Thread ting.liu
From: Ting Liu xterm installs files into PREFIX/lib/X11/app-defaults by default. This leads to QA issue on ppc64 which defines libdir as /usr/lib64: ERROR: QA Issue: xterm: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/X11 /usr/lib/X11/app-defaults /u

[oe] [meta-oe][PATCH v2] libtinyxml2: Upgrade 3.0.0 -> 4.0.1

2016-10-28 Thread Johannes Pointner
This new release includes loots of small (incompatible) changes, and the addition of int64 support. Signed-off-by: Johannes Pointner --- v1 -> v2: * Fixed subject .../libtinyxml2/{libtinyxml2_3.0.0.bb => libtinyxml2_4.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) renam

[oe] [PATCH] lftp: fix PACKAGECONFIG[readline]

2016-10-28 Thread Robert Yang
The --with-readline means check readline automatically, and will cause build failures when there is /usr/include/readline: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Use --with-readline=${STAGING_INCDIR}/.. to

[oe] [meta-browser] i.MX6DL + mainline + yocto: EGL_NOT_INITIALIZED

2016-10-28 Thread Maciej Pijanowski
Hello, I'm trying to run chromium on Hummingboard i2 using custom BSP layer. I'm mostly based on meta-etnaviv (libdrm, mesa_etnaviv) for GPU support and meta-browser for chromium recipe. I'm using mainline 4.7.10 kernel atm. I have hw accelerated video decoding with gstreamer and coda. Mesa demo