aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-06 23:51:34 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-07 02:49:56 +0200
commit8aaba52bea14032340a37959af4a57047cb03c1b (patch)
treea8e45a14240e95aa7058c8f88476448f831a274f /recipes/tasks
parentc579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff)
downloadopenembedded-8aaba52bea14032340a37959af4a57047cb03c1b.tar.gz
freesmartphone: catch up with milestone5.5 and SHR/import
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-fso2-compliance.bb49
1 files changed, 49 insertions, 0 deletions
diff --git a/recipes/tasks/task-fso2-compliance.bb b/recipes/tasks/task-fso2-compliance.bb
new file mode 100644
index 0000000000..3746cd34ab
--- /dev/null
+++ b/recipes/tasks/task-fso2-compliance.bb
@@ -0,0 +1,49 @@
+DESCRIPTION = "The freesmartphone.org Framework 2.0. \
+Install this task to make your distribution FSO 2.0-compliant."
+SECTION = "fso/base"
+LICENSE = "MIT"
+PV = "1.9.0"
+PR = "r1"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+ dbus-hlid \
+ \
+ libfsobasics \
+ libfsotransport \
+ libfsoframework \
+ \
+ fsodeviced \
+ fsonetworkd \
+ fsotimed \
+ fsousaged \
+ \
+ fso-alsa-data \
+ fso-apm \
+ fso-gpsd \
+ fso-monitord \
+ connman \
+ connman-scripts \
+ connman-plugin-bluetooth \
+# connman-plugin-dhclient \
+# connman-plugin-dnsproxy \
+# connman-plugin-ethernet \
+# connman-plugin-fake \
+ connman-plugin-loopback \
+ connman-plugin-pppd \
+# connman-plugin-resolvconf \
+ connman-plugin-udhcp \
+ connman-plugin-wifi \
+# connman-test-utils \
+"
+
+RRECOMMENDS_${PN} = "\
+ fso-abyss \
+ wmiconfig \
+ \
+ tzdata \
+ tzdata-americas \
+ tzdata-asia \
+ tzdata-europe \
+"