All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] classpath-tools-native.bb: Converted to new style staging
Date: Fri, 17 Sep 2010 08:20:58 -0700	[thread overview]
Message-ID: <4C93875A.3080405@mentor.com> (raw)
In-Reply-To: <1284728077-32131-1-git-send-email-fahad_usman@mentor.com>

Fahad Usman wrote:
> * Converted do_stage to do_install.
> * Added NATIVE_INSTALL_WORKS = "1"
> * Added PR = "r1"
> 
> Signed-off-by: Fahad Usman <fahad_usman@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



      reply	other threads:[~2010-09-17 15:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 12:54 [PATCH] classpath-tools-native.bb: Converted to new style staging Fahad Usman
2010-09-17 15:20 ` Tom Rini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C93875A.3080405@mentor.com \
    --to=tom_rini@mentor.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.