[oe] [PATCH] (withdrawn) kakasi-native_2.3.4.bb: Removed legacy style staging

Fahad Fahad_Usman at mentor.com
Wed Aug 25 07:13:25 UTC 2010


Hi, i want to withdraw this patch and will submit the updated patch
shortly.

Thanks,
Fahad

On Wed, 2010-08-25 at 11:24 +0500, Fahad Usman wrote:
> From: Fahad <fahad at pkl-fusman-ubuntu.(none)>
> 
> * converted do_stage to do_install
> 
> * replaced ${STAGING_BINDIR} with ${D}${bindir}
> 
> * added PR = "r1"
> 
> * added NATIVE_INSTALL_WORKS = "1"
> 
> Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
> ---
>  recipes/kakasi/kakasi-native_2.3.4.bb |    9 ++++++---
>  1 files changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes/kakasi/kakasi-native_2.3.4.bb b/recipes/kakasi/kakasi-native_2.3.4.bb
> index 24d4e1d..447b452 100644
> --- a/recipes/kakasi/kakasi-native_2.3.4.bb
> +++ b/recipes/kakasi/kakasi-native_2.3.4.bb
> @@ -2,11 +2,14 @@ require kakasi.inc
>  
>  inherit native
>  
> -do_stage() {
> -        install src/mkkanwa ${STAGING_BINDIR}
> -}
> +PR = "r1"
>  
> +do_install() {
> +        install -d ${D}${bindir}
> +        install src/mkkanwa ${D}${bindir}
> +}
>  
> +NATIVE_INSTALL_WORKS = "1"
>  
>  SRC_URI[md5sum] = "4eff51aafbd56c9635791a20c03efa8f"
>  SRC_URI[sha256sum] = "c272560f5c11fe45b011c4e26ada66218fb0109d5582c5876aa49c5e24718534"





More information about the Openembedded-devel mailing list