taks-fso-compliance: add
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 17 Oct 2008 14:57:28 +0000 (16:57 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 18 Oct 2008 11:23:30 +0000 (13:23 +0200)
packages/tasks/task-fso-compliance.bb [new file with mode: 0644]

diff --git a/packages/tasks/task-fso-compliance.bb b/packages/tasks/task-fso-compliance.bb
new file mode 100644 (file)
index 0000000..c331d7a
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "The freesmartphone.org framework -- install this task to make your distribution FSO-compliant."
+SECTION = "fso/base"
+LICENSE = "MIT"
+PV = "1.0"
+FILE_PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+  frameworkd \
+  fso-gpsd \
+"
+
+RRECOMMENDS_${PN} = "\
+  gsm0710muxd \
+"