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

Khem Raj raj.khem at gmail.com
Wed Sep 8 14:56:43 UTC 2010


On Tue, Sep 7, 2010 at 10:57 PM, Fahad <Fahad_Usman at mentor.com> wrote:
> 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.

its still used in do_install. but yes there can be some cleanup done
there. I did
minimum to fix it.
>> -
>> -do_stage() {
>> -  java_stage
>> -}
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list