All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH] class/java-native: remove
@ 2019-12-06  1:33 mohamad.noor.alim.hussin
  2019-12-27 11:04 ` Richard Leitner
  0 siblings, 1 reply; 2+ messages in thread
From: mohamad.noor.alim.hussin @ 2019-12-06  1:33 UTC (permalink / raw)
  To: openembedded-devel

From: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com>

Java-native class used NATIVE_INSTALL_WORKS which was removed
from oe-core around 2010. Also updated recipes that inherit
java-native to native class.

Signed-off-by: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com>
---
 classes/java-native.bbclass                          | 9 ---------
 recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb | 2 +-
 recipes-core/ant/ant-native_1.8.1.bb                 | 2 +-
 3 files changed, 2 insertions(+), 11 deletions(-)
 delete mode 100644 classes/java-native.bbclass

diff --git a/classes/java-native.bbclass b/classes/java-native.bbclass
deleted file mode 100644
index cade7b1..0000000
--- a/classes/java-native.bbclass
+++ /dev/null
@@ -1,9 +0,0 @@
-# This is to be used by recipes which rely on java-library.bbclass
-# infrastructure and are a *-native recipe which needs to install
-# jar files into staging.
-# 
-# This class has nothing to do with Java's JNI.
-
-inherit native
-
-NATIVE_INSTALL_WORKS = "1"
diff --git a/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb b/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
index 2a44ea2..db79626 100644
--- a/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
+++ b/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
@@ -12,7 +12,7 @@ DEPENDS = "ant-native commons-cli-native commons-codec-native \
            oro-native bcel-native xerces-j-native \
           "
 
-inherit java-library java-native
+inherit java-library native
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/ant-contrib/ant-contrib-${PV}-src.zip"
 
diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb
index 5a39f42..7839abd 100644
--- a/recipes-core/ant/ant-native_1.8.1.bb
+++ b/recipes-core/ant/ant-native_1.8.1.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://archive.apache.org/dist/ant/source/apache-ant-${PV}-src.tar.gz
 
 S = "${WORKDIR}/apache-ant-${PV}"
 
-inherit java-library java-native
+inherit java-library native
 
 DEPENDS = " \
 	jsch-native bsf-native xalan-j-native xerces-j-native \
-- 
2.19.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-java][PATCH] class/java-native: remove
  2019-12-06  1:33 [meta-java][PATCH] class/java-native: remove mohamad.noor.alim.hussin
@ 2019-12-27 11:04 ` Richard Leitner
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Leitner @ 2019-12-27 11:04 UTC (permalink / raw)
  To: mohamad.noor.alim.hussin, openembedded-devel

Hi,
this is a note to let you know that I've just added this patch to the
master-next branch of the meta-java repository at
      git://git.yoctoproject.org/meta-java

As soon as it has gone through some more testing it will likely be
merged to the master branch.

If you have any questions, please let me know.

regards;Richard.L

On 06/12/2019 02:33, mohamad.noor.alim.hussin@intel.com wrote:
> From: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com>
> 
> Java-native class used NATIVE_INSTALL_WORKS which was removed
> from oe-core around 2010. Also updated recipes that inherit
> java-native to native class.
> 
> Signed-off-by: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com>
> ---
>   classes/java-native.bbclass                          | 9 ---------
>   recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb | 2 +-
>   recipes-core/ant/ant-native_1.8.1.bb                 | 2 +-
>   3 files changed, 2 insertions(+), 11 deletions(-)
>   delete mode 100644 classes/java-native.bbclass
> 
> diff --git a/classes/java-native.bbclass b/classes/java-native.bbclass
> deleted file mode 100644
> index cade7b1..0000000
> --- a/classes/java-native.bbclass
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -# This is to be used by recipes which rely on java-library.bbclass
> -# infrastructure and are a *-native recipe which needs to install
> -# jar files into staging.
> -#
> -# This class has nothing to do with Java's JNI.
> -
> -inherit native
> -
> -NATIVE_INSTALL_WORKS = "1"
> diff --git a/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb b/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
> index 2a44ea2..db79626 100644
> --- a/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
> +++ b/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
> @@ -12,7 +12,7 @@ DEPENDS = "ant-native commons-cli-native commons-codec-native \
>              oro-native bcel-native xerces-j-native \
>             "
>   
> -inherit java-library java-native
> +inherit java-library native
>   
>   SRC_URI = "${SOURCEFORGE_MIRROR}/ant-contrib/ant-contrib-${PV}-src.zip"
>   
> diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb
> index 5a39f42..7839abd 100644
> --- a/recipes-core/ant/ant-native_1.8.1.bb
> +++ b/recipes-core/ant/ant-native_1.8.1.bb
> @@ -11,7 +11,7 @@ SRC_URI = "http://archive.apache.org/dist/ant/source/apache-ant-${PV}-src.tar.gz
>   
>   S = "${WORKDIR}/apache-ant-${PV}"
>   
> -inherit java-library java-native
> +inherit java-library native
>   
>   DEPENDS = " \
>   	jsch-native bsf-native xalan-j-native xerces-j-native \
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-27 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06  1:33 [meta-java][PATCH] class/java-native: remove mohamad.noor.alim.hussin
2019-12-27 11:04 ` Richard Leitner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.