[oe] [meta-java][PATCH] openjdk-8-common: Fix the issue of building failed adlc on host with gcc < 6

2017-09-29 Thread fupan.li
From: Fupan Li The patch recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-adlc-flags.patch had tried to fix this issue, and it tried to filter out the TARGET_FLAGS/TARGET_ CXXFLGAS, but for the flags such as "-fno-lifetime-dse" was added to CFLAGS/CXXFLAGS, directly,

[oe] [meta-perl][PATCH] meta-perl: update layer.conf to include openembedded-layer

2017-09-29 Thread Derek Straka
Several recipes require items that are in the openembedded layer Signed-off-by: Derek Straka --- meta-perl/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf index 0485ac8..a861c3e 100644

[oe] [meta-networking][PATCH] libauthen-radius-perl: move recipe to meta-networking

2017-09-29 Thread Derek Straka
Recipe depends on radius which is located in meta-networking Signed-off-by: Derek Straka --- .../recipes-devtools/perl}/libauthen/libauthen-radius-perl/run-ptest | 0 .../perl}/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch | 0

Re: [oe] [meta-python][PATCH] Add python pandas recipes

2017-09-29 Thread Tim Orling
> On Sep 29, 2017, at 1:26 AM, Guy Morand wrote: > > — > > diff --git a/meta-python/recipes-devtools/python/python-pandas_0.20.3.bb > b/meta-python/recipes-devtools/python/python-pandas_0.20.3.bb > new file mode 100644 > index 000..f4c486b > --- /dev/null > +++

[oe] [meta-webserver][PATCH] meta-webserver: update the layer.conf to include the openembedded-layer

2017-09-29 Thread Derek Straka
The cherokee recipe requires mysql5 provided by the openembedded layer Signed-off-by: Derek Straka --- meta-webserver/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf index

Re: [oe] [meta-mono][PATCHv2] libgdiplus: use tarball from mono project instead of github

2017-09-29 Thread Burton, Ross
The checksums didn't change? Are you sure that bitbake wasn't finding the tarballs you'd downloaded with v1 of this patch and using those (as the checksums are only validated at fetch, not unpack). (I guess its possible that the release tarballs were github /archive/ tarballs uploaded, but I'd

[oe] [meta-mono][PATCHv2] libgdiplus: use tarball from mono project instead of github

2017-09-29 Thread Pascal Bach
Signed-off-by: Pascal Bach --- recipes-mono/libgdiplus/libgdiplus-native_4.2.bb | 3 +-- recipes-mono/libgdiplus/libgdiplus_4.2.bb| 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes-mono/libgdiplus/libgdiplus-native_4.2.bb

Re: [oe] [meta-mono][PATCH] libgdiplus: include name in downloaded file

2017-09-29 Thread Bach, Pascal
Thanks Ross That’s even better. I will submit a v2 patch using the new URL. Pascal From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Freitag, 29. September 2017 17:04 To: Bach, Pascal (BT CPS R ZG FW CCP) Cc: OpenEmbedded Devel List

Re: [oe] [meta-mono][PATCH] libgdiplus: include name in downloaded file

2017-09-29 Thread Burton, Ross
FYI, github.com /archive/ URLs result in tarballs that can and do change over time, so it's recommended to use either explicitly uploaded tarballs generated by the maintainer, or a git clone. The github repo doesn't host any maintainer-generated tarballs but luckily the Mono project itself does:

[oe] [meta-mono][PATCH] libgdiplus: include name in downloaded file

2017-09-29 Thread Pascal Bach
Without this change the file is named ${PV}.tar.gz Signed-off-by: Pascal Bach --- recipes-mono/libgdiplus/libgdiplus-native_4.2.bb | 3 +-- recipes-mono/libgdiplus/libgdiplus_4.2.bb| 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git

[oe] [meta-python][PATCH] Add python pandas recipes

2017-09-29 Thread Guy Morand
--- .../recipes-devtools/python/python-pandas.inc | 21 + .../recipes-devtools/python/python-pandas_0.20.3.bb | 10 ++ .../python/python3-pandas_0.20.3.bb | 5 + 3 files changed, 36 insertions(+) create mode 100644