[oe] [PATCH][meta-perl] libcgi-perl: add version 4.28 to provide perl-module-cgi

2016-06-07 Thread Hongxu Jia
Since perl 5.22 has removed perl-module-cgi, (http://perl5.git.perl.org/perl.git/commitdiff/e9fa5a80) we should add it back. (http://search.cpan.org/~leejo/CGI-4.28/lib/CGI.pod) Signed-off-by: Hongxu Jia --- meta-perl/recipes-perl/libcgi/libcgi-perl_4.28.bb | 20

Re: [oe] Reg: Yocto build error( gcc_4.8)

2016-06-07 Thread S. Lockwood-Childs
On Wed, Jun 08, 2016 at 07:32:36AM +0200, Gary Thomas wrote: > On 2016-06-08 07:20, Praveenreddy Padamati wrote: > >Hi all, > > > >Please find the "gcc_4.8.bb, > do_compile failed with exit code". error > >log below > > Do you have any files using NFS (the Poky/Yocto tree, or the build

Re: [oe] Reg: Yocto build error( gcc_4.8)

2016-06-07 Thread Gary Thomas
On 2016-06-08 07:20, Praveenreddy Padamati wrote: Hi all, Please find the "gcc_4.8.bb, > do_compile failed with exit code". error log below Do you have any files using NFS (the Poky/Yocto tree, or the build tree)? That's not supported because of issues like this. Also as mentioned, you

Re: [oe] Reg: Yocto build error( gcc_4.8)

2016-06-07 Thread Praveenreddy Padamati
Hi all, Please find the "gcc_4.8.bb, > do_compile failed with exit code". error log below HCL-Desktop:~/fsl-release-bsp/build$ bitbake core-image-sato Parsing recipes: 100% |###| Time: 00:01:30

[oe] [PATCH][meta-oe] krb5: add systemd support

2016-06-07 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- .../krb5/krb5/krb5-admin-server.service| 14 +++ .../krb5/krb5/krb5-kdc.service | 13 ++ meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb |

[oe] [PATCH] redis: fix hiredis build so it's less failure-prone and links properly

2016-06-07 Thread Stephen Arnold
This patch resets the default OPT flags to -O2 and adds the missing ranlib command to index the static library. Signed-off-by: Stephen Arnold --- ...-update-Makefile-to-add-symbols-to-staticlib.patch | 19 +++ meta-oe/recipes-extended/redis/redis_3.0.2.bb

Re: [oe] [PATCH 1/3] gitkpkgv: Ensure files are closed

2016-06-07 Thread Mike Looijmans
Looks like regression in Python itself? In both Python 2 and 3, the file is closed properly if the file object is not being stored: >>> import os >>> os.listdir('/proc/self/fd') ['0', '1', '2', '3'] >>> l=open('/proc/self/stat').readline() >>> os.listdir('/proc/self/fd') ['0', '1', '2', '3']

Re: [oe] Reg: Yocto build error( gcc_4.8)

2016-06-07 Thread Gary Thomas
On 2016-06-07 16:03, Praveenreddy Padamati wrote: Hi all, We are compiling the yocto build system with "bitbake core-image-sato" command. We are facing one problem. It is not compiling, it is showing "gcc_4.8.bb, > do_compile failed with exit code". Please do the needful. You'll need to

[oe] Reg: Yocto build error( gcc_4.8)

2016-06-07 Thread Praveenreddy Padamati
Hi all, We are compiling the yocto build system with "bitbake core-image-sato" command. We are facing one problem. It is not compiling, it is showing "gcc_4.8.bb, > do_compile failed with exit code". Please do the needful. Thanks and Regards, Praveen Reddy P HCL Technologies Ltd | Lead

Re: [oe] [PATCH 1/3] gitkpkgv: Ensure files are closed

2016-06-07 Thread Richard Purdie
On Tue, 2016-06-07 at 11:02 +0200, Mike Looijmans wrote: > Looks like regression in Python itself? > > In both Python 2 and 3, the file is closed properly if the file > object is not > being stored: > > >>> import os > >>> os.listdir('/proc/self/fd') > ['0', '1', '2', '3'] > >>>

[oe] [jethro] Backport 12e31ce9d6065086fa0a84733f7b45664d41b7e9 from master

2016-06-07 Thread Richard Leitner
Hello, please backport commit 12e31ce9d6065086fa0a84733f7b45664d41b7e9 from master to jethro branch! This is needed for samba to work on a readonly rootfs! > commit 12e31ce9d6065086fa0a84733f7b45664d41b7e9 > Author: Johannes Pointner > Date: Fri Apr 15

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

2016-06-07 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

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

2016-06-07 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

[oe] [PATCH][meta-gnome] gtk-engines: Move from oe-core

2016-06-07 Thread Jussi Kukkonen
gtk-engines is being removed from oe-core (as there will be no themes there that need an engine). Move recipe to meta-gnome since gnome-themes depends on gtk-engines. Signed-off-by: Jussi Kukkonen --- The oe-core patch email can be found on

Re: [oe] [meta-gnome][PATCH 1/2] gnome-vfs 2.24.4: drop useless print

2016-06-07 Thread Gary Thomas
On 2016-06-07 10:38, Koen Kooi wrote: This fixes the python3 traceback. RP already sent patches for this and the other python3 related issue. Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 2 -- 1 file changed, 2 deletions(-)

[oe] [PATCH] ntp: Security fixes via Upgrade to 4.2.8p8

2016-06-07 Thread Fan Xin
CVE-2016-4957 CVE-2016-4953 CVE-2016-4954 CVE-2016-4955 CVE-2016-4956 For more info to see: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2016_ntp_4_2_8p8_NTP_Securi Signed-off-by: Fan Xin --- .../recipes-support/ntp/{ntp_4.2.8p7.bb => ntp_4.2.8p8.bb}

[oe] [meta-gnome][PATCH 2/2] abiword 3.0.1: fix python code to work with python3

2016-06-07 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb index

[oe] [meta-gnome][PATCH 1/2] gnome-vfs 2.24.4: drop useless print

2016-06-07 Thread Koen Kooi
This fixes the python3 traceback. Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb

[oe] [PATCH 2/2] nostromo: add group www-data

2016-06-07 Thread Robert Yang
Fixed: Running useradd commands... useradd: group 'www-data' does not exist Signed-off-by: Robert Yang --- meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [PATCH 1/2] nginx: add group www-data

2016-06-07 Thread Robert Yang
Fixed: Running useradd commands... useradd: group 'www-data' does not exist Signed-off-by: Robert Yang --- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc