From 2895ccd6dfd67df5717f7a320b2cedb252984d1c Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sun, 6 Jun 2010 02:47:58 +0200 Subject: [PATCH] classpath-tools-native: *sigh* seems do_stage needs to be override in all cases --- recipes/classpath/classpath-tools-native.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb index 712a6b8fa1..7adf702801 100644 --- a/recipes/classpath/classpath-tools-native.bb +++ b/recipes/classpath/classpath-tools-native.bb @@ -7,3 +7,7 @@ DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project" DEPENDS = "virtual/java-native classpath-native" inherit native + +do_stage() { + : +} -- 2.39.5