All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kakasi-native_2.3.4.bb: Removed legacy style staging
@ 2010-08-25  6:24 Fahad Usman
  2010-08-25  7:13 ` [PATCH] (withdrawn) " Fahad
  0 siblings, 1 reply; 2+ messages in thread
From: Fahad Usman @ 2010-08-25  6:24 UTC (permalink / raw)
  To: openembedded-devel

From: Fahad <fahad@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@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"
-- 
1.6.3.3




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

* Re: [PATCH] (withdrawn) kakasi-native_2.3.4.bb: Removed legacy style staging
  2010-08-25  6:24 [PATCH] kakasi-native_2.3.4.bb: Removed legacy style staging Fahad Usman
@ 2010-08-25  7:13 ` Fahad
  0 siblings, 0 replies; 2+ messages in thread
From: Fahad @ 2010-08-25  7:13 UTC (permalink / raw)
  To: openembedded-devel

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@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@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"




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

end of thread, other threads:[~2010-08-25  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-25  6:24 [PATCH] kakasi-native_2.3.4.bb: Removed legacy style staging Fahad Usman
2010-08-25  7:13 ` [PATCH] (withdrawn) " Fahad

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.