Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-19 Thread Pushpal Sidhu
On Thu, Mar 17, 2016 at 2:54 PM, Martin Jansa wrote: > On Mon, Mar 14, 2016 at 03:21:33PM -0700, Pushpal Sidhu wrote: >> Hi, >> >> On Wed, Mar 9, 2016 at 11:18 AM, akuster808 wrote: >> > >> > >> > >> > On 03/09/2016 11:11 AM, Martin Jansa wrote: >> >

[oe] [meta-oe][PATCH v2 1/2] apache2: stage apachectl

2016-03-19 Thread Ioan-Adrian Ratiu
Some apache module recipes like the newly introduced apache-websocket also need apachectl at build in the sysroot besides apxs. Signed-off-by: Ioan-Adrian Ratiu --- meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [meta-oe][PATCH v2 2/2] apache-websocket: Add recipe

2016-03-19 Thread Martin Jansa
On Fri, Mar 18, 2016 at 10:40:56AM +0200, Ioan-Adrian Ratiu wrote: > Hello > > On Thu, 17 Mar 2016 22:41:18 +0100 > Martin Jansa wrote: > > > On Thu, Mar 17, 2016 at 05:54:35PM +0200, Ioan-Adrian Ratiu wrote: > > > From: Haris Okanovic > > > > >

[oe] [meta-oe][PATCH v3 1/2] apache2: stage apachectl

2016-03-19 Thread Ioan-Adrian Ratiu
Some apache module recipes like the newly introduced apache-websocket also need apachectl at build in the sysroot besides apxs. Signed-off-by: Ioan-Adrian Ratiu --- meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-oe][PATCH 2/2] apache-websocket: Add recipe

2016-03-19 Thread Ioan-Adrian Ratiu
From: Haris Okanovic The apache-websocket module is an Apache 2.x server module that may be used to process requests using the WebSocket protocol (RFC 6455) by an Apache 2.x server. The module consists of a plugin architecture for handling WebSocket messaging.

[oe] [meta-oe][PATCH v3 3/4] opencv: Fix pkg-config file.

2016-03-19 Thread Ricardo Ribalda Delgado
Libdir was pointing to the wrong location also fix for QA Issue: opencv.pc failed sanity test (tmpdir) in path Signed-off-by: Ricardo Ribalda Delgado --- .../opencv/opencv/fixpkgconfig.patch | 29 ++

[oe] OE Changelog since 2016-03-06 until 2016-03-13

2016-03-19 Thread cliff . brake
Changelog since 2016-03-06 until 2016-03-13. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[oe] [meta-oe][PATCH v3 4/4] opencv: Remove blacklist

2016-03-19 Thread Ricardo Ribalda Delgado
Opencv 3.1 builds fine with ffmpeg. ricardo@neopili:~/curro/qt5022/oe/openembedded-core/build$ bitbake opencv Loading cache: 100% || ETA: 00:00:00 Loaded 2018 entries from dependency cache. NOTE: Resolving any missing

Re: [oe] [meta-oe][PATCH v3 4/4] opencv: Remove blacklist

2016-03-19 Thread Martin Jansa
OK, it build now, but please add one more patch to fix autodetected dependencies: opencv-3.1+gitAUTOINC+92387b1ef8: libopencv-videoio rdepends on libgphotoport, but it isn't a build dependency, missing libgphoto2 in DEPENDS or PACKAGECONFIG? [build-deps] opencv-3.1+gitAUTOINC+92387b1ef8:

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

2016-03-19 Thread Gary Thomas
Ping? Once I understand why it breaks in world builds, I can submit a new patchset. See below - what's causing rst to be brought in? Thanks On 03/12/2016 05:52 AM, Gary Thomas wrote: On 2016-03-11 14:17, Martin Jansa wrote: On Thu, Mar 10, 2016 at 05:07:22PM +0100, Gary Thomas wrote: mpv

[oe] [PATCH][meta-oe] umip: blacklist

2016-03-19 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb index 76901ab..41e5340 100644 ---

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-19 Thread Martin Jansa
On Mon, Mar 14, 2016 at 03:21:33PM -0700, Pushpal Sidhu wrote: > Hi, > > On Wed, Mar 9, 2016 at 11:18 AM, akuster808 wrote: > > > > > > > > On 03/09/2016 11:11 AM, Martin Jansa wrote: > > > On Wed, Mar 09, 2016 at 09:06:57AM -0800, Armin Kuster wrote: > > >> From: Armin

[oe] [PATCH][RFC][meta-oe] luajit: fix build II

2016-03-19 Thread Martin Jansa
* previous fix didn't work very well, because host version really needs to use the same pointer size, so it's better to disable native builds completely and let HOST_LUA to be compiled in target build with correct params * EXTRA_OEMAKE_append_mips64 = ' HOST_CC="${BUILD_CC} -m32"' looks

[oe] [meta-oe][PATCH v3 2/4] opencv: Update to version 3.1

2016-03-19 Thread Ricardo Ribalda Delgado
The first major update in 3.0 release series Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/{opencv_3.0.bb => opencv_3.1.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/opencv/{opencv_3.0.bb

[oe] [meta-cpan] pushed to master

2016-03-19 Thread Jens Rehsack
Hi, I pushed following commits to master of meta-cpan (https://github.com/rehsack/meta-cpan) 6b1f323 net-dns-perl: add recipe for Net::DNS 4d01125 moo-perl: update to 2.001001 c0049e3 mime-types-perl: update to 2.13 24f2213 devel-stacktrace-perl: update to 2.01 9757a34 data-munge-perl: update

[oe] State of bitbake world, test-dependencies 2016-03-14

2016-03-19 Thread Martin Jansa
On Thu, Mar 10, 2016 at 11:34:56AM +0100, Martin Jansa wrote: > On Wed, Feb 24, 2016 at 02:20:51PM +0100, Martin Jansa wrote: > > 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

[oe] [PATCH][meta-xfce] xfce4-clipman-plugin: Add PACKAGECONFIG for qrencode

2016-03-19 Thread Martin Jansa
* fixes: WARN: xfce4-clipman-plugin: xfce4-clipman-plugin rdepends on qrencode, but it isn't a build dependency? Signed-off-by: Martin Jansa --- meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [oe] [PATCH 1/2] gnome-bluetooth: fix compile

2016-03-19 Thread alexander . kanavin
> fixes error series starting with > | Caught exception: TypeError('expected a > string or other character buffer object',) > | > > /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/lib/python2.7/distutils/sysconfig.py(22)() > | -> PREFIX = os.path.normpath(sys.prefix).replace( >

[oe] [PATCH][meta-oe] umip: blacklist

2016-03-19 Thread Martin Jansa
* SRC_URI seems to be down: fatal: unable to connect to git.umip.org: git.umip.org[0: 77.133.223.36]: errno=Connection timed out git.umip.org[1: 2a02:8428:26f:b200:221:70ff:fe55:8f78]: errno=Network is unreachable * and build fails with: scan.l:38:18: fatal error: gram.h: No such file or

Re: [oe] [meta-oe][PATCH v2 2/2] apache-websocket: Add recipe

2016-03-19 Thread Martin Jansa
On Thu, Mar 17, 2016 at 05:54:35PM +0200, Ioan-Adrian Ratiu wrote: > From: Haris Okanovic > > The apache-websocket module is an Apache 2.x server module that may be > used to process requests using the WebSocket protocol (RFC 6455) by an > Apache 2.x server. The module

[oe] [meta-networking][PATCH 1/2] dhcpcd: cleanup recipe

2016-03-19 Thread Pascal Bach
- use autotools-brokensep instead of B = "${S}" - make udev configurable via PACKAGECONFIG - make ipv6 configurable via PACKAGECONFIG Signed-off-by: Pascal Bach Signed-off-by: Freudiger Raphael ---

[oe] [meta-oe][jethro][PATCH] mplayer2: fix building with gcc 5.x

2016-03-19 Thread Awais Belal
From: "Belal, Awais" This patch works around a potential problem in the theora glue code where it assumes that the compiler will somehow find a function which is not exported explicitly through the libtheora library. Due to this problem the build fails with gcc-5.x

[oe] [meta-oe][PATCH 1/2] apache2: stage apachectl

2016-03-19 Thread Ioan-Adrian Ratiu
Some apache module recipes like the newly introduced apache-websocket also need apachectl at build in the sysroot besides apxs. Signed-off-by: Ioan-Adrian Ratiu --- meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [PATCH 2/2] gnome-bluetooth: pack introspection related files

2016-03-19 Thread Andreas Müller
fixes: | WARNING: gnome-bluetooth-3.18.2-r0 do_package: QA Issue: gnome-bluetooth: Files/directories were installed but not shipped in any package: | /usr/lib/girepository-1.0 | /usr/lib/girepository-1.0/GnomeBluetooth-1.0.typelib | /usr/share/gir-1.0 |

Re: [oe] [meta-oe][PATCH v2 4/4] opencv: Fix pkg-config file.

2016-03-19 Thread Martin Jansa
On Mon, Mar 14, 2016 at 01:13:38PM +0100, Ricardo Ribalda Delgado wrote: > It was pointing to the wrong location > > Signed-off-by: Ricardo Ribalda Delgado > --- > meta-oe/recipes-support/opencv/opencv/fixpkgconfig.patch | 12 >

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

2016-03-19 Thread Gary Thomas
On 03/17/2016 10:38 AM, Martin Jansa wrote: I don't know, but it doesn't matter what pulled rst. mpv should build ok with or without rst available. I agree and it does build without rst in the mix. It fails if those tools are present and I'd like to fix it but I don't know what is bringing

[oe] [meta-oe][PATCH] openldap: control ipv6 support via DISTRO_FEATURES

2016-03-19 Thread Ioan-Adrian Ratiu
From: Richard Tollerton Explicitly disable ipv6 support if the distro does not include it. Signed-off-by: Richard Tollerton --- meta-oe/recipes-support/openldap/openldap_2.4.43.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [meta-oe][PATCH v3 1/2] libass: Update to latest version

2016-03-19 Thread Martin Jansa
See first line: http://www.openembedded.org/wiki/Bitbake_World_Status On Fri, Mar 18, 2016 at 7:56 AM, Gary Thomas wrote: > On 2016-03-17 15:44, Martin Jansa wrote: > >> On Thu, Mar 10, 2016 at 05:07:21PM +0100, Gary Thomas wrote: >> >>> libass has moved from Google to

Re: [oe] Strange and annoying bug with gstreamer: 0.10

2016-03-19 Thread Burton, Ross
On 15 March 2016 at 22:52, Andreas Müller wrote: > arm-angstrom-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon-vfpv4 > -mfloat-abi=hard -mcpu=cortex-a7 > --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2 > -DHAVE_CONFIG_H -I.

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

2016-03-19 Thread Martin Jansa
On Thu, Mar 17, 2016 at 10:45:23AM +0100, Gary Thomas wrote: > On 03/17/2016 10:38 AM, Martin Jansa wrote: > > I don't know, but it doesn't matter what pulled rst. > > > > mpv should build ok with or without rst available. > > I agree and it does build without rst in the mix. It fails if those

Re: [oe] State of bitbake world, test-dependencies 2016-03-14

2016-03-19 Thread Martin Jansa
On Wed, Mar 16, 2016 at 04:20:07PM +0100, Martin Jansa wrote: > On Thu, Mar 10, 2016 at 11:34:56AM +0100, Martin Jansa wrote: > > On Wed, Feb 24, 2016 at 02:20:51PM +0100, Martin Jansa wrote: > > > On Mon, Dec 14, 2015 at 08:03:47PM +0100, Martin Jansa wrote: > > > > This time full build (testing

[oe] [meta-oe][PATCH] poco: update to 1.7.1

2016-03-19 Thread Pascal Bach
Signed-off-by: Pascal Bach --- ...dation-library-version-back-to-SHARED_LIB.patch | 35 -- .../poco/{poco_1.6.1.bb => poco_1.7.1.bb} | 5 ++-- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644

Re: [oe] [meta-oe][PATCH v2 2/2] apache-websocket: Add recipe

2016-03-19 Thread Martin Jansa
On Thu, Mar 17, 2016 at 10:41:18PM +0100, Martin Jansa wrote: > On Thu, Mar 17, 2016 at 05:54:35PM +0200, Ioan-Adrian Ratiu wrote: > > From: Haris Okanovic > > > > The apache-websocket module is an Apache 2.x server module that may be > > used to process requests using the

[oe] [meta-oe][PATCH v3 1/4] opencv: Fix use before set error on meta package

2016-03-19 Thread Ricardo Ribalda Delgado
This bug was introducing a loop dependency of opencv->opencv that was confusing dpkg. Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH v3 2/2] apache-websocket: Add recipe

2016-03-19 Thread Ioan-Adrian Ratiu
From: Haris Okanovic The apache-websocket module is an Apache 2.x server module that may be used to process requests using the WebSocket protocol (RFC 6455) by an Apache 2.x server. The module consists of a plugin architecture for handling WebSocket messaging.

Re: [oe] [meta-oe][PATCH v3 1/2] libass: Update to latest version

2016-03-19 Thread Gary Thomas
On 2016-03-17 15:44, Martin Jansa wrote: On Thu, Mar 10, 2016 at 05:07:21PM +0100, Gary Thomas wrote: libass has moved from Google to github.com Also update to the latest version (libass.so.5) libass-0.13.2: ELF binary

[oe] [meta-oe][PATCH v2 2/2] apache-websocket: Add recipe

2016-03-19 Thread Ioan-Adrian Ratiu
From: Haris Okanovic The apache-websocket module is an Apache 2.x server module that may be used to process requests using the WebSocket protocol (RFC 6455) by an Apache 2.x server. The module consists of a plugin architecture for handling WebSocket messaging.

[oe] [meta-oe][PATCH] ttf-pt-sans: add recipe

2016-03-19 Thread Ioan-Adrian Ratiu
PT Sans is an open source licensed font released in 2010 by ParaType. The ParaTypeFFL-1.3 license file has been submitted to OE-core. Signed-off-by: Ioan-Adrian Ratiu --- .../recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb | 44 ++ 1 file changed, 44

[oe] [PATCH][meta-efl] packagegroup-x11-illume: lower ETHEME dependency to RRECOMMENDS because default e-wm-theme-default could be empty

2016-03-19 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb