aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFahad Usman <fahad_usman@mentor.com>2010-09-17 02:54:37 +0000
committerTom Rini <tom_rini@mentor.com>2010-09-30 14:03:08 -0700
commitee63893f3c1ca55fe58fb5332c59c44b68d823c3 (patch)
tree0fe9a21cf88bb7bc5fcedc7cd9cdcd6914208aa5
parentd26253903c1cb271dcffeec624263e7cca73afb8 (diff)
downloadopenembedded-ee63893f3c1ca55fe58fb5332c59c44b68d823c3.tar.gz
classpath-tools-native.bb: Converted to new style staging
* Converted do_stage to do_install. * Added NATIVE_INSTALL_WORKS = "1" * Added PR = "r1" Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/classpath/classpath-tools-native.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb
index 7adf702801..52566be16e 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"