[oe-commits] Henning Heinold : classpath-tools-native: native package should inherit native

git version control git at git.openembedded.org
Wed Jul 22 16:01:03 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fe804aca3eec4375a10381ef23eb95da3817445a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe804aca3eec4375a10381ef23eb95da3817445a

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Wed Jul 22 17:26:08 2009 +0200

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 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb
index df5df33..685f063 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
+}





More information about the Openembedded-commits mailing list