All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] classpath-tools-native.bb: Converted to new style staging
@ 2010-09-17 12:54 Fahad Usman
  2010-09-17 15:20 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fahad Usman @ 2010-09-17 12:54 UTC (permalink / raw)
  To: openembedded-devel

* 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"
-- 
1.6.3.3




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

end of thread, other threads:[~2010-09-17 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.