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

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

[oe] [meta-python][PATCH] python-pysocks: update to version 1.6.7

2017-05-24 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pysocks.inc| 4 ++-- .../python/{python-pysocks_1.6.6.bb => python-pysocks_1.6.7.bb} | 0 .../python/{python3-pysocks_1.6.6.bb => python3-pysocks_1.6.7.bb} | 0 3 files

[oe] [meta-python][PATCH] python-progress: update to version 1.3 and add RDEPENDS

2017-05-24 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-progress.inc | 9 +++-- .../python/{python-progress_1.2.bb => python-progress_1.3.bb}| 0 .../python/{python3-progress_1.2.bb => python3-progress_1.3.bb} | 0 3 files changed, 7

[oe] [meta-python][PATCH] python-babel: update to version 2.4.0

2017-05-24 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-babel.inc | 4 ++-- .../python/{python-babel_2.3.4.bb => python-babel_2.4.0.bb} | 0 .../python/{python3-babel_2.3.4.bb => python3-babel_2.4.0.bb} | 0 3 files

Re: [oe] [meta-oe] [PATCH v4] add php 7.1.0

2017-05-24 Thread gmane
Hi, On 2016-12-26 16:39, Huang Qiyu wrote: 1)Add php_7.1.0.bb 2)Delete php_5.5.38.bb,since it is Replaced by php_5.6.26.bb. 3)Move pthread-check-threads-m4.patch out of 7.1.0, since it is integrated upstream. Signed-off-by: Huang Qiyu I took the latest and

[oe] [meta-oe][PATCH] libteam: Initial support

2017-05-24 Thread Marian Pritsak
libteam is a library for controlling team network device. Provides utils package for network device configuration. Signed-off-by: Marian Pritsak --- meta-oe/recipes-support/libteam/libteam_1.26.bb | 33 + 1 file changed, 33 insertions(+) create

Re: [oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread Jan-Simon Möller
On Wednesday 24 May 2017 20:07:55 Martin Jansa wrote: > http://sources.openembedded.org/sg3_utils-1.42.tgz -> 200 OK This is what > counts +1 Best, Jan-Simon -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread Martin Jansa
http://sources.openembedded.org/sg3_utils-1.42.tgz -> 200 OK This is what counts On Wed, May 24, 2017 at 7:53 PM, Jan-Simon Möller wrote: > http://sources.openembedded.org/ -> 403 Forbidden > > -- > > Dipl.-Ing. > Jan-Simon Möller > > jansimon.moel...@gmx.de > On Wednesday 24 May

Re: [oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread Jan-Simon Möller
http://sources.openembedded.org/ -> 403 Forbidden -- Dipl.-Ing. Jan-Simon Möller jansimon.moel...@gmx.de On Wednesday 24 May 2017 19:07:59 Martin Jansa wrote: > I've fixed it for now. > > sources.openembedded.org points to /home/home2/jenkins/htdocs/oe-sources/ > > While jenkins jobs rsync

Re: [oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread Martin Jansa
I've fixed it for now. sources.openembedded.org points to /home/home2/jenkins/htdocs/oe-sources/ While jenkins jobs rsync it to /home5/jenkins/htdocs/oe-sources/, I don't know who moved it or why, so I've just rsynced current state: $ rsync -avir /home5/jenkins/htdocs/oe-sources/

Re: [oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread Martin Jansa
+Tom the archives are correctly rsynced to milla: jenkins@milla:~$ ls htdocs/oe-sources/sg3* htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz.md5 htdocs/oe-sources/sg3_utils-1.31.tgz htdocs/oe-sources/sg3_utils-1.38.tgz

Re: [oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread Jan-Simon Möller
Hi ! On Wednesday 24 May 2017 17:45:10 Martin Jansa wrote: > Why do you introduce the bbappend instead of fixing it in > ./meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb ? I assumed we can remove the mirror url when upstream is back or we have a better new upstream. That's why the

Re: [oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread Martin Jansa
Why do you introduce the bbappend instead of fixing it in ./meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb ? It should be on sources.openembedded.org (everything built in my bitbake world should be rsynced there, will check where it got broken this time). On Wed, May 24, 2017 at 5:41 PM,

Re: [oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread Khem Raj
On Wed, May 24, 2017 at 8:34 AM, wrote: > From: Jan-Simon Möller > > This patch temporarily fixes the unavailable upstream URL for sg3-utils > with an bbappend that redirects the SRC_URI to a mirror. > Checksums match. > > Signed-off-by: Jan-Simon Möller

[oe] [PATCH] [meta-oe][master, morty] sg3-utils upstream SRC_URI unavailable

2017-05-24 Thread dl9pf
From: Jan-Simon Möller This patch temporarily fixes the unavailable upstream URL for sg3-utils with an bbappend that redirects the SRC_URI to a mirror. Checksums match. Signed-off-by: Jan-Simon Möller --- meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend |

[oe] [PATCH] opencv: fix building with PACKAGECONFIG "dnn" enabled.

2017-05-24 Thread Ismo Puustinen
Dependency "lapack" isn't available in meta-openembedded and it doesn't cause a build error, so drop it. Fix buidling dnn module by backporting a patch from opencv-contrib. Signed-off-by: Ismo Puustinen --- ...cking-make-opencv_dnn-dependancy-optional.patch | 243

Re: [oe] [meta-oe][PATCH] meson: update to version 0.40.1

2017-05-24 Thread Daniel Mack
Hi, On 05/23/2017 11:43 PM, Martin Jansa wrote: > Please check 2 meson changes from Ricardo Ribalda Delgado sent few days > before yours and rebase your change on top of it. > > One of those patches don't apply now on this version: > http://errors.yoctoproject.org/Errors/Details/143049/ Oh,

[oe] State of bitbake world, Failed tasks 2017-05-23

2017-05-24 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[oe] [meta-oe][PATCH] net-snmp: supported cross compile for the perl embedded and perl modules

2017-05-24 Thread Wenlin Kang
The patch solves two issues: 1. Supported cross compile for the perl embedded and perl modules. 2. Solved runtime depend issue. Signed-off-by: Wenlin Kang --- ...igure-fix-check-for-enable-perl-cc-checks.patch | 31 .../0002-configure-fix-a-cc-check-issue.patch

[oe] [meta-networking][PATCH] snort: enable static daq

2017-05-24 Thread kai.kang
From: Kai Kang When start snort, it shows error and quit: | --== Initializing Snort ==-- | Initializing Output Plugins! | ERROR: Can't find pcap DAQ! | Fatal Error, Quitting.. Fix by enable static daq for snort and enable static build for daq. snort calls

[oe] [meta-networking][PATCH] Fix snort start error

2017-05-24 Thread kai.kang
From: Kai Kang Please merge the patch after commit for oe-core "libpcap: add native package" is merged. Thanks. Kai Kang (1): snort: enable static daq .../recipes-connectivity/daq/daq_2.0.6.bb | 4 .../recipes-connectivity/libdnet/libdnet_1.12.bb

Re: [oe] [meta-oe][PATCH] libteam: Initial support

2017-05-24 Thread Koen Kooi
Op 23-05-17 om 21:17 schreef Marian Pritsak: > libteam is a library for controlling team network device. > Provides utils package for network device configuration. > > Signed-off-by: Marian Pritsak > --- > meta-oe/recipes-support/libteam/libteam_1.26.bb | 32 >