summaryrefslogtreecommitdiff
path: root/packages/midpath/midpath-cldc-native_0.1.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-cldc-native_0.1.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-cldc-native_0.1.bb')
-rw-r--r--packages/midpath/midpath-cldc-native_0.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/midpath/midpath-cldc-native_0.1.bb b/packages/midpath/midpath-cldc-native_0.1.bb
new file mode 100644
index 0000000000..27700d2e61
--- /dev/null
+++ b/packages/midpath/midpath-cldc-native_0.1.bb
@@ -0,0 +1,14 @@
+
+inherit native
+
+require midpath-cldc_${PV}.bb
+
+
+PROVIDES = "virtual/cldc-api-1.1-native"
+RPROVIDES = " "
+
+PACKAGES = " "
+
+do_install() {
+ :
+}