aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.pickandchooseservicesapp.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/buglabs-apps/com.buglabs.app.pickandchooseservicesapp.bb')
-rw-r--r--recipes/buglabs-apps/com.buglabs.app.pickandchooseservicesapp.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/buglabs-apps/com.buglabs.app.pickandchooseservicesapp.bb b/recipes/buglabs-apps/com.buglabs.app.pickandchooseservicesapp.bb
new file mode 100644
index 0000000000..2f6738987c
--- /dev/null
+++ b/recipes/buglabs-apps/com.buglabs.app.pickandchooseservicesapp.bb
@@ -0,0 +1,18 @@
+require bug-app.inc
+
+DESCRIPTION = "I wrote this application in response to a users question on the forums: \
+http://bugcommunity.com/forums/viewtopic.php?t=324 \
+Andrew wanted to step outside the monolithic nature of OSGi, in that your application bundle is automatically started when your required resources become available. In this application, I do some headless stuff (print the date to the console) and if I get an LCD Module (or the IModuleDisplay service), I print the date to the LCD module. \
+This is handy if I want an application that doesn't necessarily require a GUI, but if there's an LCD module, can use it if it likes.. In fact, I think I'm going to modify the TweetNTwitch app to just this for login credentials.\
+\
+--------------------------------------\
+Please feel free to email me at john [at] buglabs.net for information. Or check out BUGLabs on IRC: irc://irc.freenode.net/buglabs ."
+HOMEPAGE = "http://buglabs.net/applications/PickAndChooseServicesApp"
+
+DEPENDS += "com.buglabs.bug.base com.buglabs.osgi com.buglabs.common service-tracker com.buglabs.bug.module.lcd "
+
+PV = "1"
+
+SRC_LINK = "http://buglabs.net/program_version/download/224"
+
+APIVERSION = ""