summaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.vonhippeltest.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2010-12-02 16:00:50 +0100
committerStefan Schmidt <stefan@buglabs.net>2011-02-03 11:39:20 +0100
commita32e9b20267f506bbbab64cf2d8a45b374df6081 (patch)
tree0be3564e97f98d34dfb9b412ecc6f27a49fb08d5 /recipes/buglabs-apps/com.buglabs.app.vonhippeltest.bb
parent0a509aeb50214b93eff979f6080bced5efe5ca04 (diff)
downloadopenembedded-a32e9b20267f506bbbab64cf2d8a45b374df6081.tar.gz
buglabs-apps: BugLabs java applications.
Tons of small apps that live on buglabs.net and are mostly arch independent. These recipes make them available for images and feeds.
Diffstat (limited to 'recipes/buglabs-apps/com.buglabs.app.vonhippeltest.bb')
-rw-r--r--recipes/buglabs-apps/com.buglabs.app.vonhippeltest.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/buglabs-apps/com.buglabs.app.vonhippeltest.bb b/recipes/buglabs-apps/com.buglabs.app.vonhippeltest.bb
new file mode 100644
index 0000000000..32218ed3a6
--- /dev/null
+++ b/recipes/buglabs-apps/com.buglabs.app.vonhippeltest.bb
@@ -0,0 +1,14 @@
+require bug-app.inc
+
+DESCRIPTION = "This is a very simple application that flashes the built in blue and red LEDs on the VonHippel module. The LCD module has a very simple interface. It alows the user to pause the flashing of the LEDs and it displays what LED is currently on. The code is commented so that anyone should be able to figure out what is going on with it.\
+NOTE: This requires R1.4 on the physical bug in order to run. Also, it was written in version 1.2.6.2 of the SDK, so I am not sure if it will work with a version less than that.\
+Comments are appreciated!"
+HOMEPAGE = "http://buglabs.net/applications/VonHippelTest"
+
+DEPENDS += "com.buglabs.osgi com.buglabs.bug.module.vonhippel com.buglabs.common service-tracker com.buglabs.bug.module.lcd "
+
+PV = "1"
+
+SRC_LINK = "http://buglabs.net/program_version/download/541"
+
+APIVERSION = ""