aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.buggraph.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/buglabs-apps/com.buglabs.app.buggraph.bb')
-rw-r--r--recipes/buglabs-apps/com.buglabs.app.buggraph.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/buglabs-apps/com.buglabs.app.buggraph.bb b/recipes/buglabs-apps/com.buglabs.app.buggraph.bb
new file mode 100644
index 0000000000..ef848ada8c
--- /dev/null
+++ b/recipes/buglabs-apps/com.buglabs.app.buggraph.bb
@@ -0,0 +1,18 @@
+require bug-app.inc
+
+DESCRIPTION = "This library provides graphing utilities for use on the BUG. \
+Data can be specified discretely or as a stream (such as the VonHippel's ADC or serial port input)\
+Currently there is a scrolling line graph, a horizontal bar graph, a vertical bar graph and a vertical histogram. Any combination can be on screen at the same time. \
+Note: It requires the SWT library application and display provider to work.\
+The current version is extremely rough. "
+HOMEPAGE = "http://buglabs.net/applications/BUGGraph"
+
+DEPENDS += "service-tracker com.buglabs.bug.module.lcd com.buglabs.app.swtdisplayprovider com.buglabs.app.libswt com.buglabs.common com.buglabs.osgi "
+
+PV = "4"
+
+SRC_LINK = "http://buglabs.net/program_version/download/911"
+
+APIVERSION = ""
+
+BROKEN = "1"