summaryrefslogtreecommitdiff
path: root/packages/midpath/midpath-native_svn.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2007-08-24 21:38:23 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2007-08-24 21:38:23 +0000
commit9e9e2859d9f8876ad5b37f94f33c768d2164d81d (patch)
treef44880c62f2b4244a306b74943e6c0ebf98e58a3 /packages/midpath/midpath-native_svn.bb
parent8c53ce6b232e7bca264d3eae91ae6e2f94a68e55 (diff)
midpath: major rework of midpath
* new releas 0.1 * introduce midpath.inc * split midpath-cldc and midpath-cldc-sdl from midpath * seperate out kxml2 from midpath * split midpath-test from midpath * change jar-installdir to /usr/share/java
Diffstat (limited to 'packages/midpath/midpath-native_svn.bb')
-rw-r--r--packages/midpath/midpath-native_svn.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/packages/midpath/midpath-native_svn.bb b/packages/midpath/midpath-native_svn.bb
deleted file mode 100644
index dfc9ca6c4e..0000000000
--- a/packages/midpath/midpath-native_svn.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-
-inherit native
-
-require midpath_${PV}.bb
-
-DEPENDS = "ecj-native fastjar-native classpath-minimal-native"
-PROVIDES = "virtual/cldc-api-1.1-native"
-
-PACKAGES = " "
-
-
-do_configure() {
- :
-}
-
-do_compile() {
-mkdir -p ${S}/dist
-
-# Build CLDC1.1
-# Build base classes
-cd ${S}/external/cldc1.1/src
-make JAVAC=${JAVAC_CMD} JAVAC_FLAGS="-bootclasspath . -source 1.3 -target 1.1" || exit 1
-make install JAVAC=${JAVAC_CMD} JAVAC_FLAGS="-bootclasspath . -source 1.3 -target 1.1" CLASS_DIR=${S}/external/cldc1.1/classes || exit 1
-# Build CLDC extra classes for MIDP2
-cd ${S}/src/cldc-glue
-make JAVAC=${JAVAC_CMD} JAVAC_FLAGS="-bootclasspath ${S}/external/cldc1.1/classes -sourcepath ${S}/src/cldc-glue -source 1.3 -target 1.1"
-make install JAVAC=${JAVAC_CMD} JAVAC_FLAGS="-bootclasspath ${S}/external/cldc1.1/classes -source 1.3 -target 1.1" CLASS_DIR=${S}/external/cldc1.1/classes
-# Make a jar
-fastjar cvf ${S}/dist/cldc1.1.jar -C ${S}/external/cldc1.1/classes .
-}
-
-do_install() {
- :
-}