[oe] [meta-python][PATCH] python-unidiff: adds Python3 support

2017-07-18 Thread daniela . plascencia
From: Daniela Plascencia Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia --- meta-python/recipes-devtools/python/python-unidiff.inc | 9 +

[oe] [meta-clang][PATCH] lld_git: Only apply -stdlib flag to clang toolchain

2017-07-18 Thread Ricardo Ribalda Delgado
GCC does not understand the stdlib flag. Resulting in this error during configuration: | x86_64-poky-linux-g++: error: unrecognized command line option | '-stdlib=libc++' Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/lld_git.bb | 2 +- 1 file

[oe] [meta-clang][PATCH] llvm-config: Fix implementation of --libs flag

2017-07-18 Thread Ricardo Ribalda Delgado
llvm-config is called by mesa with the following parameters: llvm-config --libs liba libb libc libd . This result in an invalid call of llvm config: llvm-config --libs llvm-config liba llvm-config libb llvm-config libc Fix this use. Signed-off-by: Ricardo Ribalda Delgado

[oe] [meta-clang][PATCH] clang: Allow user to add extra build target on class_target

2017-07-18 Thread Ricardo Ribalda Delgado
Originally TARGETS_TO_BUILD was limited to the target architecture, which is not enough to build code for heterogenous systems such as (in my case) AMDGPU. Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/clang_git.bb | 5 - 1 file changed, 4

[oe] [meta-clang][PATCH] clang: Fix name of .so file

2017-07-18 Thread Ricardo Ribalda Delgado
When we are building an unreleased version the so name is: libLLVM-MAJOR.MINORsvn.so instead of just libLLVM-MAJOR.MINOR.so E.g.: libLLVM-5.0svn.so Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/clang_git.bb | 1 + 1 file changed, 1 insertion(+)

[oe] [PATCH] llvm-config: Fix implementation of --libs flag

2017-07-18 Thread Ricardo Ribalda Delgado
llvm-config is called by mesa with the following parameters: llvm-config --libs liba libb libc libd . This result in an invalid call of llvm config: llvm-config --libs llvm-config liba llvm-config libb llvm-config libc Fix this use. Signed-off-by: Ricardo Ribalda Delgado

[oe] [PATCH] clang: Fix name of .so file

2017-07-18 Thread Ricardo Ribalda Delgado
When we are building an unreleased version the so name is: libLLVM-MAJOR.MINORsvn.so instead of just libLLVM-MAJOR.MINOR.so E.g.: libLLVM-5.0svn.so Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/clang_git.bb | 1 + 1 file changed, 1 insertion(+)

[oe] [PATCH] lld_git: Only apply -stdlib flag to clang toolchain

2017-07-18 Thread Ricardo Ribalda Delgado
GCC does not understand the stdlib flag. Resulting in this error during configuration: | x86_64-poky-linux-g++: error: unrecognized command line option | '-stdlib=libc++' Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/lld_git.bb | 2 +- 1 file

[oe] [PATCH] clang: Allow user to add extra build target on class_target

2017-07-18 Thread Ricardo Ribalda Delgado
Originally TARGETS_TO_BUILD was limited to the target architecture, which is not enough to build code for heterogenous systems such as (in my case) AMDGPU. Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/clang/clang_git.bb | 5 - 1 file changed, 4

[oe] [meta-oe][PATCH] xf86-video-nouveau: bump version to 1.0.15

2017-07-18 Thread Gyorgy Szombathelyi
Signed-off-by: Gyorgy Szombathelyi --- .../{xf86-video-nouveau_1.0.12.bb => xf86-video-nouveau_1.0.15.bb} | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-nouveau_1.0.12.bb => xf86-video-nouveau_1.0.15.bb}

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-07-16

2017-07-18 Thread Martin Jansa
I don't know what setup you're using, but my is described here: http://www.openembedded.org/wiki/Bitbake_World_Status_Setup and the current version published with the results: http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemuarm.20170717_011149.log/world_fixes.inc now I see

[oe] [PATCH 6/9] python3-requests-file: add recipe 1.4.2

2017-07-18 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../recipes-devtools/python/python3-requests-file_1.4.2.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-requests-file_1.4.2.bb diff --git

[oe] [PATCH 5/9] python3-ordered-set: add recipe 2.0.2

2017-07-18 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../recipes-devtools/python/python3-ordered-set_2.0.2.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb diff --git

[oe] [PATCH 4/9] python3-ntplib: add recipe 0.3.3

2017-07-18 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb diff --git

[oe] [PATCH 3/9] python3-langtable: add recipe 0.0.37

2017-07-18 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../python/python3-langtable_0.0.37.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb diff --git

[oe] [PATCH 2/9] python3-coverage: add recipe 4.4.1

2017-07-18 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- meta-python/recipes-devtools/python/python3-coverage_4.4.1.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-coverage_4.4.1.bb diff --git

[oe] [PATCH 1/9] glade: add recipe 3.20.0

2017-07-18 Thread Hongxu Jia
The newly added glade is the original Glade codebase, and glade3 is a complete rewrite of it. Signed-off-by: Hongxu Jia --- .../glade/glade/remove-yelp-help-rules-var.patch | 39 ++ ...gnome-doc-utils.make-sysrooted-pkg-config.patch | 0

[oe] [meta-oe & meta-python][PATCH 0/9] add 9 recipes

2017-07-18 Thread Hongxu Jia
- 1 for meta-oe - 8 for meta-python //Hongxu The following changes since commit 1cbd1bc195017312ba8cf670b340f61a2ac6207b: unionfs-fuse: 0.26 -> 2.0 (2017-07-14 23:45:53 +0200) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/add-recipe1