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

2016-02-24 Thread Martin Jansa
On Tue, Feb 23, 2016 at 04:20:09PM +0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > 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/

[oe] [PATCH][meta-oe] libnice, farsight2, pidgin: Blacklist because libnice's nice.pc

2016-02-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 1 + meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 1 + meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-suppor

[oe] [PATCH][meta-qt5] libconnman-qt5: Blacklist because of connman-qt5.pc

2016-02-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb index 0fc4bc0..71c04df 100644 --- a/recipes-qt/libconnman-qt/libcon

Re: [oe] [meta-python][PATCH 2/3] python-txws: Add new recipe.

2016-02-24 Thread Martin Jansa
On Tue, Dec 01, 2015 at 12:26:19PM -0500, Philip Balister wrote: > Signed-off-by: Philip Balister > --- > .../recipes-connectivity/python-txws/python-txws_0.9.1.bb | 15 > +++ > 1 file changed, 15 insertions(+) > create mode 100644 > meta-python/recipes-connectivity/python-txws/pyt

Re: [oe] [meta-python][PATCH 08/11] python-mock: update to 1.3.0

2016-02-24 Thread Martin Jansa
On Mon, Feb 22, 2016 at 08:35:02AM -0500, Derek Straka wrote: > Signed-off-by: Derek Straka Do we need to use https for pypi? All these new versions are failing with: WARNING: python-mock-1.3.0-r0 do_fetch: Failed to fetch URL https://pypi.python.org/packages/source/m/mock/mock-1.3.0.tar.gz, at

Re: [oe] [meta-python][PATCH 02/13] Update python recipes to use the common pypi package

2016-02-24 Thread Martin Jansa
On Sun, Jan 24, 2016 at 08:17:35AM -0500, Derek Straka wrote: > --- > meta-python/classes/pypi.bbclass | 4 +++- > meta-python/recipes-devtools/python/pyrtm_0.2.bb | 5 + > .../recipes-devtools/python/python-autobahn_0.8.6.bb | 8 ++-- > .../pyt

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

2016-02-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-gnome/recipes-support/tracker/tracker_0.14.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb b/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb index 840db4e..251ebdd 100644 --- a/meta-gnome/r

[oe] State of bitbake world, test-dependencies 2016-02-24

2016-02-24 Thread Martin Jansa
On Mon, Dec 14, 2015 at 08:03:47PM +0100, Martin Jansa wrote: > This time full build (testing all recipes available in "my world" - 2503 > recipes), it took record-breaking 25days to finish. > > Complete log: > http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.20151120_144802.log/ >

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 int

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

2016-02-24 Thread Martin Jansa
On Wed, Feb 24, 2016 at 03:25:19PM +0200, Alexander Kanavin wrote: > 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" >

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

2016-02-24 Thread Martin Jansa
signature.asc Description: Digital signature -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [PATCH][meta-oe] uim: fix packaging issues

2016-02-24 Thread Martin Jansa
* I'm not sure if these belong to uim-xim or rather uim-gtk2.0/uim-gtk3 but original author obviously doesn't care so I'll follow the uim-candwin-gtk example and put them all in uim-xim * fixes: uim-1.8.6: uim: Files/directories were installed but not shipped in any package: /usr/libexec/u

Re: [oe] [meta-python][PATCH 02/13] Update python recipes to use the common pypi package

2016-02-24 Thread Martin Jansa
On Wed, Feb 24, 2016 at 02:05:33PM +0100, Martin Jansa wrote: > On Sun, Jan 24, 2016 at 08:17:35AM -0500, Derek Straka wrote: > > --- > > meta-python/classes/pypi.bbclass | 4 +++- > > meta-python/recipes-devtools/python/pyrtm_0.2.bb | 5 + > > .../recipes

[oe] python-setuptools fetch issues Was: [meta-python][PATCH 08/11] python-mock: update to 1.3.0

2016-02-24 Thread Martin Jansa
On Wed, Feb 24, 2016 at 02:04:13PM +0100, Martin Jansa wrote: > On Mon, Feb 22, 2016 at 08:35:02AM -0500, Derek Straka wrote: > > Signed-off-by: Derek Straka After fixing the download issue, I can see another error, which has the same root cause (various fetch failures from my jenkins slave when

[oe] [jethro][PATCH 0/3] Security pull request

2016-02-24 Thread Armin Kuster
please consider these changes for jetho-next The following changes since commit dc5634968b270dde250690609f0015f881db81f2: php: Security fix CVE-2016-1903 (2016-02-10 15:08:20 +0100) are available in the git repository at: git://github.com/akuster/meta-openembedded akuster/jethro-next http

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

2016-02-24 Thread Martin Jansa
On Tue, Feb 23, 2016 at 04:19:39PM +0200, Alexander Kanavin wrote: > 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

[oe] [PATCH][meta-browser] chromium: fix build with newer gcc

2016-02-24 Thread Martin Jansa
* for whatever reason setting -Wstrict-overflow just for problematic line doesn't work and it needs to be adjusted on function definition * the errors are also report line number where the function starts not the specific line which causes that warning ../../third_party/WebKit/Source/wtf/dtoa/b

[oe] [jethro] Backport proposal

2016-02-24 Thread Otavio Salvador
Hello folks, [Cced Robert Yang] I would like to propuse the backport of following changes: Author: Mariano Lopez Date: Wed Dec 30 06:52:54 2015 + image_types.bbclass: Rebuild when WICVARS change The procces to do a wic image is to save a file with variables required by wic a

[oe] [PATCH][meta-filesystems] yaffs2-utils: set EXTRA_OEMAKE as required

2016-02-24 Thread Chen Qi
bitbake.conf has now removed "-e MAKEFLAGS=" as the default value of EXTRA_OEMAKE. However, yaffs2-utils needs this option to make compile succeed. Signed-off-by: Chen Qi --- meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-

Re: [oe] [OE-core] python-setuptools fetch issues Was: [meta-python][PATCH 08/11] python-mock: update to 1.3.0

2016-02-24 Thread Burton, Ross
On 24 February 2016 at 16:20, Martin Jansa wrote: > distutils.errors.DistutilsError: Could not find suitable distribution for > Requirement.parse('pbr>=1.3') > Missing DEPENDS? Ross -- ___ Openembedded-devel mailing list Openembedded-devel@lists.open

[oe] [meta-qt5][PATCH] recipetool: add support for Qt5 to meta-qt5

2016-02-24 Thread Paul Eggleton
Having in recent OE-Core master added build system extension capabilities to recipetool, add a module in meta-qt5 which uses this to enable extraction of Qt5 dependencies from cmake, qmake and autoconf files. It's by no means perfect but does do something useful if you add a recipe for a Qt5-using

Re: [oe] [meta-networking][PATCH] samba: update systemd service files

2016-02-24 Thread Kang Kai
On 2016年02月18日 17:39, Kang Kai wrote: On 2016年01月27日 14:30, kai.k...@windriver.com wrote: From: Kai Kang Update systemd service files of samba. There are no '@BASE_BINDIR@' and '@SBINDIR@' in these service files, so drop the original replacement. Command kill is installed to /bin/kill, then co