aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.mysqlbugdemo.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/buglabs-apps/com.buglabs.app.mysqlbugdemo.bb')
-rw-r--r--recipes/buglabs-apps/com.buglabs.app.mysqlbugdemo.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/buglabs-apps/com.buglabs.app.mysqlbugdemo.bb b/recipes/buglabs-apps/com.buglabs.app.mysqlbugdemo.bb
new file mode 100644
index 0000000000..5e4d7165a0
--- /dev/null
+++ b/recipes/buglabs-apps/com.buglabs.app.mysqlbugdemo.bb
@@ -0,0 +1,17 @@
+require bug-app.inc
+
+DESCRIPTION = "This is a simple app that interact with a MySQL DB; the app storages Button Event into a database and provides a servlet to query the events. \
+* Read *The How To* \
+* You need to create the sample database before using the app. You can use the *bugdemo.sql* script included in the app. \
+* To access the query servlet just type in your browser http://[BUG_IP]/mysqlDemo\
+\
+Question, suggestion, and comments are welcome. "
+HOMEPAGE = "http://buglabs.net/applications/mysqlBugDemo"
+
+DEPENDS += "com.buglabs.osgi.http com.buglabs.osgi service-tracker com.sun.javax.servlet com.buglabs.common "
+
+PV = "2"
+
+SRC_LINK = "http://buglabs.net/program_version/download/1027"
+
+APIVERSION = ""