[oe] [meta-networking][PATCH] esmtp: Fix rootfs creation errors

2016-05-24 Thread Dai Caiyun
1) error: file /usr/share/man/man1/mailq.1 from install of postfix-doc conflicts with file from package esmtp-doc 2) error: file /usr/share/man/man1/newaliases.1 from install of postfix-doc conflicts with file from package esmtp-doc 3) error: file /usr/share/man/man1/sendmail.1 from i

[oe] [meta-networking][PATCH] postfix: Fix rootfs creation errors

2016-05-24 Thread Dai Caiyun
1) error: file /usr/share/man/man1/mailq.1 from install of postfix-doc conflicts with file from package esmtp-doc 2) error: file /usr/share/man/man1/newaliases.1 from install of postfix-doc conflicts with file from package esmtp-doc 3) error: file /usr/share/man/man1/sendmail.1 from

[oe] [meta-oe][krogoth][PATCH] Revert "leptonica: add PACAKGECONFIG for openjpeg"

2016-05-24 Thread Armin Kuster
This reverts commit 1726e7172b66769c1597719cf7aba852159317a0. This patch added a build warning. WARNING: leptonica-1.70-r0 do_configure: QA Issue: leptonica: configure was passed unrecognised options: --without-libopenjpeg [unknown-configure-option] Signed-off-by: Armin Kuster --- meta-oe/reci

Re: [oe] [PATCH 00/38] Krogoth-next pull request

2016-05-24 Thread akuster808
On 05/24/2016 01:47 PM, Martin Jansa wrote: > On Wed, May 18, 2016 at 10:04 PM, Armin Kuster wrote: > >> Please consider these changes for meta-openembedded krogot-next >> >> The following changes since commit >> 2092396f0e4fd3891b398c7180528aba67e1d522: >> >> ntp: Security fixes via update t

Re: [oe] [PATCH 3/3] geany-plugins: initial add 1.27

2016-05-24 Thread Andreas Müller
On Mon, May 23, 2016 at 8:58 PM, Martin Jansa wrote: > On Tue, May 17, 2016 at 01:04:42AM +0200, Andreas Müller wrote: >> geany-plugins comes around as a loose collection of modules. I thought about >> using PACKAGES_DYNAMIC but this way seems better maintainable: >> >> * a removed plugin will at

Re: [oe] [PATCH 00/38] Krogoth-next pull request

2016-05-24 Thread Martin Jansa
On Wed, May 18, 2016 at 10:04 PM, Armin Kuster wrote: > Please consider these changes for meta-openembedded krogot-next > > The following changes since commit > 2092396f0e4fd3891b398c7180528aba67e1d522: > > ntp: Security fixes via update to 4.2.8p7 (2016-05-02 14:04:13 -0700) > > are available

[oe] [meta-oe][PATCH] florence: move to latest GTK2 version 0.5.4

2016-05-24 Thread Stefan Agner
From: Stefan Agner The latest GTK2 version is 0.5.4, which contains several bug fixes. Noteable, it fixes an issue where the SVG keys have not been displayed with recent versions of its dependencies. Signed-off-by: Stefan Agner --- .../florence/files/fix-no-atspi-compile.patch | 30 ++

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

2016-05-24 Thread Abdur Rehman
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 Signed-off-by: Abdur Rehman --- meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb | 69 1 file changed, 69 insertions(+) creat

[oe] [meta-oe][PATCH v4 1/2] libass: add newer version

2016-05-24 Thread Abdur Rehman
* mpv requires newer libass to build * move SRC_URI from Google Code to GitHub * ENCA support has been removed https://github.com/libass/libass/pull/197 remove --enable-enca which is now an [unknown-configure-option] * Fix [textrel] for x86 targets Signed-off-by: Christopher Larson Signed-off-b

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

2016-05-24 Thread Christopher Larson
On Thu, Apr 21, 2016 at 7:49 AM, Ahsan, Noor wrote: > Hello Gary, > > Are you planning to send updated PR for MPV? > > Noor > Any news on this series? -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor

[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 --- ...c-add-sysroot-path-to-GI_DATADIR-don-t-se.patch | 41 ++ .../python/python-pygobject_3.18.2.bb | 31 ++

[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 --- ...HON_ABI-suffix-to-the-python-library-name.patch | 27 ++ .../cmpi-bindings/cmpi-bindings_git.bb | 5 ++-- 2 files changed, 30 insertions(

[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 --- ...ing-setup.py-force-paths-for-zlib-freetyp.patch | 55 ++ .../allow.to.disable.some.features.patch | 65 ++ .../python-imaging/fix-freetype-includes.patch | 30 ++ .../pyt

[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 --- .../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 | 22 ++ 3 files changed

[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 --- meta-efl/recipes-devtools/python/python-edbus.inc | 4 meta-efl/recipes-devtools/python/python-efl.inc| 4 meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.b

[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 --- .../recipes-devtools/python/python-dbus_1.2.0.bb | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 meta-python/reci

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

2016-05-24 Thread Alexander Kanavin
This patch unbreaks what would otherwise be broken by oe-core's move to Python 3. Do not apply until the corresponding oe-core patchset is merged. The following changes since commit 4ff633a23a055ca1cb58b269846cbca649f42cea: uim: Fix Warning (2016-05-19 12:03:54 +0200) are available in the git

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

2016-05-24 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../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 100644 meta-gnome/recipes-support/florence/files/00

Re: [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-24 Thread Maxin B. John
Hi, On Mon, May 23, 2016 at 06:50:51PM -0700, cliff.br...@gmail.com wrote: > Changelog since 2016-05-15 until 2016-05-22. Projects included in this > report: > > bitbake: git://git.openembedded.org/bitbake > openembedded-core: git://git.openembedded.org/openembedded-core > meta-openembedded: gi