[oe] [meta-oe][PATCH] php 7.2.4: fix do_compile failure on qemumips

2018-04-15 Thread Hongxu Jia
It caused by a new variable is declared after the label There is a build failure on mips: ... |sljitNativeMIPS_common.c: In function 'sljit_has_cpu_feature': |sljitNativeMIPS_common.c:506:3: error: a label can only be part of a statement and a declaration is not a statement | sljit_sw fir; |

[oe] [meta-oe][PATCH] xwud: 1.0.4 -> 1.0.5

2018-04-15 Thread Zheng Ruoqin
Upgrade xwud from 1.0.4 to 1.0.5. Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-graphics/xorg-app/{xwud_1.0.4.bb => xwud_1.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xwud_1.0.4.bb => xwud_1.0.5.bb}

[oe] [meta-multimedia][PATCH] libde265: add recipe

2018-04-15 Thread Carlos Rafael Giani
libde265 is an open source implementation of the h.265 video codec. Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/libde265/libde265_1.0.2.bb| 20 1 file changed, 20 insertions(+) create mode 100644

[oe] [meta-multimedia][PATCH] tinyalsa: add recipe

2018-04-15 Thread Carlos Rafael Giani
TinyALSA is a small library to interface with ALSA in the Linux kernel. Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644

[oe] [meta-multimedia][PATCH v2] openh264: add recipe

2018-04-15 Thread Carlos Rafael Giani
OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC. Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/openh264/openh264_1.7.0.bb | 42 ++ 1 file

[oe] [meta-multimedia][PATCH] openh264: add recipe

2018-04-15 Thread Carlos Rafael Giani
OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC. Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/openh264/openh264_1.7.0.bb | 41 ++ 1 file

[oe] [meta-qt5][PATCH 1/2] qtbase: fix umask for do_generate_qt_environment_file

2018-04-15 Thread Dennis Menschel
The custom task "do_generate_qt_environment_file" generates the directory "environment-setup.d" with permission 775 instead of 755. When other recipes populate the same directory with different permissions, a package manager like RPM will report this as an error. The solution is to either set the

[oe] [meta-qt5][PATCH 2/2] .gitattributes: mark *.inc as Bitbake files

2018-04-15 Thread Dennis Menschel
As the file extension *.inc is quite ambiguous, Github's linguist [1] tends to classify such files not as Bitbake include files, but something entirely different. This commit overrides the default behavior of linguist to classify these files correctly. [1] https://github.com/github/linguist