From fe804aca3eec4375a10381ef23eb95da3817445a Mon Sep 17 00:00:00 2001
From: Henning Heinold <heinold@inf.fu-berlin.de>
Date: Wed, 22 Jul 2009 17:26:08 +0200
Subject: classpath-tools-native: native package should inherit native *
 workaround for do_stage * not bump PR because package doesnt produce
 something

---
 recipes/classpath/classpath-tools-native.bb | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'recipes/classpath')

diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb
index df5df33407..685f0634d3 100644
--- a/recipes/classpath/classpath-tools-native.bb
+++ b/recipes/classpath/classpath-tools-native.bb
@@ -5,3 +5,9 @@
 DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project"
 
 DEPENDS = "virtual/java-native classpath-native"
+
+inherit native
+
+do_stage () {
+	echo 1 /dev/null
+}
-- 
cgit v1.2.3