[oe] [PATCH] classpath-tools-native.bb: Converted to new style staging

Tom Rini tom_rini at mentor.com
Fri Sep 17 15:20:58 UTC 2010


Fahad Usman wrote:
> * Converted do_stage to do_install.
> * Added NATIVE_INSTALL_WORKS = "1"
> * Added PR = "r1"
> 
> Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
> ---
>  recipes/classpath/classpath-tools-native.bb |    7 +++++--
>  1 files changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb
> index 7adf702..52566be 100644
> --- a/recipes/classpath/classpath-tools-native.bb
> +++ b/recipes/classpath/classpath-tools-native.bb
> @@ -5,9 +5,12 @@
>  DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project"
>  
>  DEPENDS = "virtual/java-native classpath-native"
> +PR = "r1"
>  
>  inherit native
>  
> -do_stage() {
> -	:
> +do_install() {
> +        :
>  }
> +
> +NATIVE_INSTALL_WORKS = "1"

You've just switched it to staging and installing nothing, that can't be 
right :)

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list