diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-06 23:51:34 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-07 02:49:56 +0200 |
commit | 8aaba52bea14032340a37959af4a57047cb03c1b (patch) | |
tree | a8e45a14240e95aa7058c8f88476448f831a274f /recipes/tasks/task-fso2-compliance.bb | |
parent | c579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff) |
freesmartphone: catch up with milestone5.5 and SHR/import
Diffstat (limited to 'recipes/tasks/task-fso2-compliance.bb')
-rw-r--r-- | recipes/tasks/task-fso2-compliance.bb | 49 |
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 \ +" |