aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-osgi
diff options
context:
space:
mode:
authorJohn E. Connolly <jconnolly@buglabs.net>2011-03-31 12:38:45 -0400
committerStefan Schmidt <stefan@buglabs.net>2011-05-16 10:01:35 +0200
commit5550904aaff1a6e8a8392b33fb46fb1ac4f9b380 (patch)
treed77dc88711d15dbaa2e8b19a93d8d34ebd971b95 /recipes/buglabs-osgi
parent3de75ac543bc25f8fe9c926ff8d48e88b3c46a02 (diff)
downloadopenembedded-5550904aaff1a6e8a8392b33fb46fb1ac4f9b380.tar.gz
com.buglabs.bug.{module,jni}.motion.bb: Add recipes and add them to task-bug
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/buglabs-osgi')
-rw-r--r--recipes/buglabs-osgi/com.buglabs.bug.jni.motion.bb8
-rw-r--r--recipes/buglabs-osgi/com.buglabs.bug.module.motion.bb3
2 files changed, 11 insertions, 0 deletions
diff --git a/recipes/buglabs-osgi/com.buglabs.bug.jni.motion.bb b/recipes/buglabs-osgi/com.buglabs.bug.jni.motion.bb
new file mode 100644
index 0000000000..bef3f3cba4
--- /dev/null
+++ b/recipes/buglabs-osgi/com.buglabs.bug.jni.motion.bb
@@ -0,0 +1,8 @@
+require bug-osgi.inc
+inherit jni-library
+
+SRC_URI = "svn://bugcamp.net/bug/branches/trunk-precleaned;module=${PN};proto=svn "
+PR = "${INC_PR}.5+svnr${SRCREV}"
+FILES_${PN} += "${JNI_LIB_DIR}/libMotion.so"
+
+DEPENDS += "com.buglabs.common com.buglabs.bug.jni.common com.buglabs.bug.jni.accelerometer classpath virtual/kernel"
diff --git a/recipes/buglabs-osgi/com.buglabs.bug.module.motion.bb b/recipes/buglabs-osgi/com.buglabs.bug.module.motion.bb
new file mode 100644
index 0000000000..b4f6d22426
--- /dev/null
+++ b/recipes/buglabs-osgi/com.buglabs.bug.module.motion.bb
@@ -0,0 +1,3 @@
+require bug-osgi.inc
+PR = "${INC_PR}.5+svnr${SRCREV}"
+DEPENDS += "com.buglabs.common com.buglabs.bug.module com.buglabs.bug.jni.motion com.buglabs.bug.jni.accelerometer com.buglabs.bug.jni.common felix-configadmin"