[oe] [PATCH 0/2] libblockdev/tigervnc: fix clang compiling issues

2017-08-09 Thread Hongxu Jia
The following changes since commit 0fdf014ffc080b614293dab17713c01afce5c914: fbida: Fix build with libjpeg-turbo (2017-08-09 02:15:15 +0200) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/fix-clang-issue http://cgit.openembedded.org/ope

[oe] [meta-oe][PATCH 1/2] libblockdev: fix a clang compiling issue

2017-08-09 Thread Hongxu Jia
[snip] ../../../git/src/plugins/fs.c:2617:26: error: missing field 'start' initializer [-Werror,-Wmissing-field-initializers] PedGeometry geom = {0}; ^ ../../../git/src/plugins/fs.c:2618:30: error: missing field 'start' initializer [-Werror,-Wmissing-field-initializers]

[oe] [meta-oe][PATCH 2/2] tigervnc: fix a clang compiling issue

2017-08-09 Thread Hongxu Jia
Backport a fix from upstream Signed-off-by: Hongxu Jia --- ...005-Remove-INITARGS-from-xserver119.patch.patch | 27 ++ .../recipes-graphics/tigervnc/tigervnc_1.8.0.bb| 1 + 2 files changed, 28 insertions(+) create mode 100644 meta-oe/recipes-graphics/tigervnc/files/000

Re: [oe] [meta-oe][PATCH] imagemagick: upgrade from 7.0.5 to 7.0.6p4

2017-08-09 Thread Martin Jansa
On Tue, Aug 08, 2017 at 07:42:59PM -0700, Khem Raj wrote: > On Tue, Aug 8, 2017 at 7:28 PM, Andreas Müller > wrote: > > On Wed, Aug 9, 2017 at 4:02 AM, Randy MacLeod > > wrote: > >> On 2017-08-08 08:42 PM, Khem Raj wrote: > >>> > >>> I am seeing > >>> > >>> downloads > >>> 'http://www.imagemagick

[oe] [PATCH 0/1] Update OpenCV from version 3.2 to 3.3.

2017-08-09 Thread Ismo Puustinen
OpenCV has a number of configuration options, and I couldn't test all of them. Further testing would be very welcome! I removed the patches which were just backporting functionality or which said that future commits would make them obsolete, and rebased some others. Ismo Puustinen (1): opencv: u

[oe] [PATCH 1/1] opencv: update to version 3.3.

2017-08-09 Thread Ismo Puustinen
Signed-off-by: Ismo Puustinen --- ...01-3rdparty-ippicv-Use-pre-downloaded-ipp.patch | 44 ++-- .../0001-Revert-cuda-fix-fp16-compilation.patch| 27 --- ...cking-make-opencv_dnn-dependancy-optional.patch | 243 ...ts-create-share-library-intead-of-static.patch} | 12 +-

[oe] [meta-webserver][PATCH] webmin: update to version 1.850

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-webadmin/webmin/{webmin_1.801.bb => webmin_1.850.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-webadmin/webmin/{webmin_1.801.bb => webmin_1.850.bb} (97%) diff --git a/meta-webserver/recipes-webadmin/

Re: [oe] [PATCH 1/1] opencv: update to version 3.3.

2017-08-09 Thread Khem Raj
On Wed, Aug 9, 2017 at 5:59 AM, Ismo Puustinen wrote: > Signed-off-by: Ismo Puustinen > --- > ...01-3rdparty-ippicv-Use-pre-downloaded-ipp.patch | 44 ++-- > .../0001-Revert-cuda-fix-fp16-compilation.patch| 27 --- > ...cking-make-opencv_dnn-dependancy-optional.patch | 243

Re: [oe] Alpha release of check-requirement.sh

2017-08-09 Thread Leonardo Sandoval
in my opinion, this fits nicely into the oe-core, into the scripts/contrib folder. On Tue, 2017-08-08 at 17:24 -0700, Behan Webster wrote: > I maintain a script (ready-for.sh) which checks requirements for various > courses I teach which makes sure you have the right computer, RAM, disk space

[oe] [PATCH] postfix: Upgrade to 3.2.2

2017-08-09 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/postfix/postfix.inc | 2 +- .../recipes-daemons/postfix/{postfix_3.1.1.bb => postfix_3.2.2.bb}| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.1.1

Re: [oe] [PATCH 1/6] anthy: Added libanthy-dev to PROVIDES_class-terget uim: Added libanthy-dev to DEPENDS_class-target

2017-08-09 Thread Yusuke Mitsuki
Hello Khem I wrote: > I tried that reverted this patch(Added libanthy-dev to PROVIDES_class-terget uim: Added libanthy-dev to DEPENDS_class-targe) and added ALLOW_EMPTY_${PN} = "1". ALLOW_EMPTY_${PN} = "1" was added into anthy recipe. A result is in my recent email.(do_configure was not failed b

Re: [oe] [meta-oe][PATCH] vlock: add new recipe

2017-08-09 Thread Martin Jansa
Fails to build: http://errors.yoctoproject.org/Errors/Details/150177/ On Tue, Jul 25, 2017 at 2:59 AM, wrote: > From: Jackie Huang > > vlock is a program to lock one or more > sessions on the Linux console. > > Signed-off-by: Jackie Huang > --- > .../vlock/vlock-2.2.3/disable_vlockrc.patch

Re: [oe] [meta-oe][PATCH] imagemagick: upgrade from 7.0.5 to 7.0.6p4

2017-08-09 Thread Martin Jansa
And jenkins builds won't populate it, because it failed there as well already: http://errors.yoctoproject.org/Errors/Details/150176/ I'll drop it from master-next in next update. On Wed, Aug 9, 2017 at 10:17 AM, Martin Jansa wrote: > On Tue, Aug 08, 2017 at 07:42:59PM -0700, Khem Raj wrote: > >

Re: [oe] [meta-oe][PATCH] imagemagick: upgrade from 7.0.5 to 7.0.6p4

2017-08-09 Thread Randy MacLeod
On 2017-08-09 12:55 PM, Martin Jansa wrote: And jenkins builds won't populate it, because it failed there as well already: http://errors.yoctoproject.org/Errors/Details/150176/ I'll drop it from master-next in next update. I have the simple update to P5 done and I'm confirming that there are n

Re: [oe] Alpha release of check-requirement.sh

2017-08-09 Thread Randy MacLeod
On 2017-08-09 10:22 AM, Leonardo Sandoval wrote: in my opinion, this fits nicely into the oe-core, into the scripts/contrib folder. Agreed. It would be nice to separate the data from the script so that people could easily add to it. That might make updates more difficult if the script is kept

[oe] [meta-qt5][PATCH] gstreamer1.0-plugins-bad: add qt5 packageconfig

2017-08-09 Thread Carlos Rafael Giani
This adds a new command line switch to the configure script to make sure moc, uic, rcc are searched in the right native sysroot path Signed-off-by: Carlos Rafael Giani --- ...dd-cmdline-argument-for-setting-host-path.patch | 34 ++ .../gstreamer/gstreamer1.0-plugins-bad_%.bba

Re: [oe] [meta-qt5][PATCH] gstreamer1.0-plugins-bad: add qt5 packageconfig

2017-08-09 Thread Carlos Rafael Giani
Note: This is only a draft, since there are two unanswered questions: 1) If the qt5 packageconfig is enabled, OpenGL (or GLES2) is needed. So if qt5 is added to the PACKAGECONFIG variable, then PACKAGECONFIG_GL would also have to be added to PACKAGECONFIG if no OpenGL/GLES packageconfig isn't

[oe] [PATCH] imagemagick: upgrade from 7.0.6p4 to 7.0.6p5

2017-08-09 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb index 6f967c3..8

Re: [oe] [PATCH 1/6] anthy: Added libanthy-dev to PROVIDES_class-terget uim: Added libanthy-dev to DEPENDS_class-target

2017-08-09 Thread Martin Jansa
Hello, Build time dependencies (DEPENDS) unlike runtime dependencies (RDEPENDS) don't care about packages (empty or not), they depend on whatever the recipe stages to sysroot. So depending on PROVIDED anthy-dev is the same as depending on just anthy. The issue you were seeing is because anthy ac

Re: [oe] [meta-oe][PATCH] vlock: add new recipe

2017-08-09 Thread Huang, Jie (Jackie)
I will fix and re-send. Thanks, Jackie From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Thursday, August 10, 2017 00:54 To: Huang, Jie (Jackie) Cc: openembedded-devel Subject: Re: [oe] [meta-oe][PATCH] vlock: add new recipe Fails to build: http://errors.yoctoproject.org/Errors/Details/15

[oe] [meta-python][PATCH] python-typing: update to version 3.6.2

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-typing.inc | 4 ++-- .../python/{python-typing_3.6.1.bb => python-typing_3.6.2.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-typing_3.

[oe] [meta-python][PATCH] python-certifi: update to version 2017.7.27.1

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-certifi.inc| 4 ++-- .../{python-certifi_2017.4.17.bb => python-certifi_2017.7.27.1.bb}| 0 .../{python3-certifi_2017.4.17.bb => python3-certifi_2017.7.27.1.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH] python-idna: update to version 2.6

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-idna.inc | 4 ++-- .../python/{python-idna_2.5.bb => python-idna_2.6.bb} | 0 .../python/{python3-idna_2.5.bb => python3-idna_2.6.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH] python-decorator: update to version 4.1.2

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-decorator.inc | 4 ++-- .../python/{python-decorator_4.0.11.bb => python-decorator_4.1.2.bb} | 0 .../{python3-decorator_4.0.11.bb => python3-decorator_4.1.2.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH] python-sdnotify: update to version 0.3.2

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-sdnotify.inc | 8 ++-- .../python/{python-sdnotify_0.3.1.bb => python-sdnotify_0.3.2.bb} | 0 .../{python3-sdnotify_0.3.1.bb => python3-sdnotify_0.3.2.bb} | 0 3 files changed, 2 insertions(+), 6 deletio

[oe] [meta-python][PATCH] python-iso8601: update to version 0.1.11

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-iso8601.inc| 4 ++-- .../python/{python-iso8601_0.1.11.bb => python-iso8601_0.1.12.bb} | 0 .../python/{python3-iso8601_0.1.11.bb => python3-iso8601_0.1.12.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH] python-pymongo: update to version 3.5.0

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pymongo.inc| 4 ++-- .../python/{python-pymongo_3.4.0.bb => python-pymongo_3.5.0.bb} | 0 .../python/{python3-pymongo_3.4.0.bb => python3-pymongo_3.5.0.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH] python-pyasn1: update to version 0.3.2

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pyasn1.inc | 4 ++-- .../python/{python-pyasn1_0.2.3.bb => python-pyasn1_0.3.2.bb} | 0 .../python/{python3-pyasn1_0.2.3.bb => python3-pyasn1_0.3.2.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH 1/2] python-cryptography-vectors: update to version 2.0.3

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-cryptography-vectors.inc | 4 ++-- ...yptography-vectors_1.9.bb => python-cryptography-vectors_2.0.3.bb} | 0 ...ptography-vectors_1.9.bb => python3-cryptography-vectors_2.0.3.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH 2/2] python-cryptography: update to version 2.0.3

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-cryptography.inc | 4 ++-- .../{python-cryptography_1.9.bb => python-cryptography_2.0.3.bb} | 0 .../{python3-cryptography_1.9.bb => python3-cryptography_2.0.3.bb}| 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH] python-requests: update to version 2.18.3

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-requests.inc | 4 ++-- .../python/{python-requests_2.18.1.bb => python-requests_2.18.3.bb} | 0 .../python/{python3-requests_2.18.1.bb => python3-requests_2.18.3.bb} | 0 3 files changed, 2 insertions(+), 2

Re: [oe] [PATCH 1/6] anthy: Added libanthy-dev to PROVIDES_class-terget uim: Added libanthy-dev to DEPENDS_class-target

2017-08-09 Thread Khem Raj
On Wed, Aug 9, 2017 at 4:58 PM Martin Jansa wrote: > Hello, > > Build time dependencies (DEPENDS) unlike runtime dependencies (RDEPENDS) > don't care about packages (empty or not), they depend on whatever the > recipe stages to sysroot. > > So depending on PROVIDED anthy-dev is the same as depend

[oe] [meta-python][PATCH] python-django: update to version 1.11.4

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-django.inc | 4 ++-- .../python/{python-django_1.11.2.bb => python-django_1.11.4.bb} | 0 .../python/{python3-django_1.11.2.bb => python3-django_1.11.4.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH] python-prompt-toolkit: update to version 1.0.15

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-prompt-toolkit.inc | 4 ++-- ...ython-prompt-toolkit_1.0.14.bb => python-prompt-toolkit_1.0.15.bb} | 0 ...hon3-prompt-toolkit_1.0.14.bb => python3-prompt-toolkit_1.0.15.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-python][PATCH] python-pytest: update to version 3.2.0

2017-08-09 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pytest.inc | 4 ++-- .../python/{python-pytest_3.1.3.bb => python-pytest_3.2.0.bb} | 0 .../python/{python3-pytest_3.1.3.bb => python3-pytest_3.2.0.bb} | 0 3 files changed, 2 insertions(+), 2

[oe] [meta-oe][PATCH] rapidjson: avoid dependency to non-existing package

2017-08-09 Thread Stefan Agner
From: Stefan Agner RapidJSON is a header only library. The automatic package split leads to no 'rapidjson' package but a 'rapidjson-dev' package with a dependency to the 'rapidjson' package, leading to errors like: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides rapidj

Re: [oe] Alpha release of check-requirement.sh

2017-08-09 Thread Behan Webster
> On Aug 9, 2017, at 11:32 AM, Randy MacLeod > wrote: > > On 2017-08-09 10:22 AM, Leonardo Sandoval wrote: >> in my opinion, this fits nicely into the oe-core, into the >> scripts/contrib folder. > > Agreed. As far as living in scripts/contrib, you are certainly free to keep a copy there, but

Re: [oe] Alpha release of check-requirement.sh

2017-08-09 Thread Behan Webster
> On Aug 9, 2017, at 7:22 AM, Leonardo Sandoval > wrote: > > in my opinion, this fits nicely into the oe-core, into the > scripts/contrib folder. Keeping it in script/contrib seems odd to me (horse before the cart). One of the requirements for OE is git (or tar) to actually get OE in the first