Re: [oe] [meta-oe][PATCH] stat: add the recipe from oe-core

2018-01-02 Thread Yi Zhao
在 2018年01月03日 09:47, Derek Straka 写道: Makes sense.  I'm all for letting someone add it back if they'd like to use it over coreutils (understanding that it isn't maintained), but we can let others chime in. Sounds good to me. Yi -Derek On Tue, Jan 2, 2018 at 8:38 PM, Yi Zhao

[oe] [meta-java][PATCH 5/7] commons-httpclient: extend native bbclass

2018-01-02 Thread liu . ming50
From: Ming Liu Signed-off-by: Ming Liu --- recipes-core/jakarta-commons/commons-httpclient_3.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb index dffa9a0

[oe] [meta-java][PATCH 3/7] commons-cli: extend native bbclass

2018-01-02 Thread liu . ming50
From: Ming Liu Signed-off-by: Ming Liu --- recipes-core/jakarta-commons/commons-cli_1.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/jakarta-commons/commons-cli_1.1.bb b/recipes-core/jakarta-commons/commons-cli_1.1.bb index 52dc0ce..68ba187 100644 ---

[oe] [meta-java][PATCH 4/7] commons-codec: extend native bbclass

2018-01-02 Thread liu . ming50
From: Ming Liu Signed-off-by: Ming Liu --- recipes-core/jakarta-commons/commons-codec_1.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/jakarta-commons/commons-codec_1.3.bb b/recipes-core/jakarta-commons/commons-codec_1.3.bb index 0377168..fa74f6c 100644 --- a/recipes-c

[oe] [meta-java][PATCH 2/7] meta: drop deprecated virtclass-native

2018-01-02 Thread liu . ming50
From: Ming Liu Replaces them with class-native. Signed-off-by: Ming Liu --- recipes-core/cup/cup_0.10k.bb | 2 +- recipes-core/jakarta-commons/commons-net_1.4.1.bb | 2 +- recipes-core/jamvm/jamvm.inc | 14 +++--- recipes-core/jcraft/jsch_0.1.

[oe] [meta-java][PATCH 7/7] ant-contrib-native: add recipe

2018-01-02 Thread liu . ming50
From: Ming Liu The Ant-Contrib project is a collection of tasks (and at one point maybe types and other tools) for Apache Ant. Signed-off-by: Ming Liu --- .../ant-contrib/ant-contrib-native_1.0b3.bb| 37 ++ 1 file changed, 37 insertions(+) create mode 100644 recipe

[oe] [meta-java][PATCH 6/7] jamvm: avoid checking x11 distro feature for native build

2018-01-02 Thread liu . ming50
From: Ming Liu x11 is not a mandatory distro feature for building jamvm-native, so avoid checking it for native build, or else it would lead parsing errors. Signed-off-by: Ming Liu --- recipes-core/jamvm/jamvm.inc| 3 ++- recipes-core/jamvm/jamvm_git.bb | 4 2 files changed, 2 inserti

[oe] [meta-java][PATCH 1/7] meta: drop redundant DEPENDS_virtcalss-native definitions

2018-01-02 Thread liu . ming50
From: Ming Liu The DEPENDS would be handled in native.bbclass, it's not necessary to set them explicitly in recipes. Signed-off-by: Ming Liu --- recipes-core/bcel/bcel_5.2.bb | 2 -- recipes-core/jakarta-commons/commons-logging_1.1.1.bb | 1 - recipes-core/jakarta-c

Re: [oe] [meta-oe][PATCH] stat: add the recipe from oe-core

2018-01-02 Thread Derek Straka
Makes sense. I'm all for letting someone add it back if they'd like to use it over coreutils (understanding that it isn't maintained), but we can let others chime in. -Derek On Tue, Jan 2, 2018 at 8:38 PM, Yi Zhao wrote: > > > 在 2018年01月03日 09:20, Derek Straka 写道: > > Is there any compelling r

[oe] [meta-java][PATCH 0/7] Several fixes for java/ant recipes

2018-01-02 Thread liu . ming50
From: Ming Liu Ming Liu (7): meta: drop redundant DEPENDS_virtcalss-native definitions meta: drop deprecated virtclass-native commons-cli: extend native bbclass commons-codec: extend native bbclass commons-httpclient: extend native bbclass jamvm: avoid checking x11 distro feature for

Re: [oe] [meta-oe][PATCH] stat: add the recipe from oe-core

2018-01-02 Thread Yi Zhao
在 2018年01月03日 09:20, Derek Straka 写道: Is there any compelling reason to include it in meta-oe at all?  It seems like dropping it altogether would be a better approach. I have no objection  to drop it. But I'm not sure if someone else use it ... Yi -Derek On Tue, Jan 2, 2018 at 7:58 PM, Y

Re: [oe] [meta-oe][PATCH] stat: add the recipe from oe-core

2018-01-02 Thread Derek Straka
Is there any compelling reason to include it in meta-oe at all? It seems like dropping it altogether would be a better approach. -Derek On Tue, Jan 2, 2018 at 7:58 PM, Yi Zhao wrote: > The stat hasn't any update since 2002. All modern Linux distributions > use stat from coreutils as default. I

[oe] [meta-oe][PATCH] stat: add the recipe from oe-core

2018-01-02 Thread Yi Zhao
The stat hasn't any update since 2002. All modern Linux distributions use stat from coreutils as default. It is no longer needed by oe-core. Move it to meta-oe. Signed-off-by: Yi Zhao --- .../stat/stat-3.3/fix-error-return.patch | 16 + .../stat/stat-3.3/fix-security-format.patch