[oe] [PATCH 1/2] java-library.bbclass: do_stage is not needed anymore

Fahad Fahad_Usman at mentor.com
Wed Sep 8 05:57:47 UTC 2010


On Tue, 2010-09-07 at 00:02 -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  classes/java-library.bbclass |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass
> index 904b4f1..5ce0537 100644
> --- a/classes/java-library.bbclass
> +++ b/classes/java-library.bbclass
> @@ -65,7 +65,3 @@ do_install() {
>  java_stage() {
>    oe_jarinstall -s ${JARFILENAME} ${ALTJARFILENAMES}
>  }
Shouldn't you remove this java_stage function as well, as it won't be
called anymore.
> -
> -do_stage() {
> -  java_stage
> -}





More information about the Openembedded-devel mailing list