aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.pickandchooseservicesapp.bb
blob: 2f6738987cbfd4cb98691678e0b2586ccbcd78b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 = ""