sg3-utils: add newer buildable version
[openembedded.git] / recipes / tasks / task-fso2-compliance.bb
1 DESCRIPTION = "The freesmartphone.org Framework 2.0. \
2 Install this task to make your distribution FSO 2.0-compliant."
3 SECTION = "fso/base"
4 LICENSE = "MIT"
5 PV = "1.9.0"
6 PR = "r7"
7
8 inherit task
9
10 RDEPENDS_${PN} = "\
11   libfsobasics \
12   libfsotransport \
13   libfsoframework \
14   libfsoresource \
15   \
16   fsodatad \
17   fsodeviced \
18   fsogsmd \
19   fsotdld \
20 #  fsomusicd \
21   fsonetworkd \
22   fsousaged \
23   \
24   fso-apm \
25 #  connman \
26 #  connman-scripts \
27 #  connman-plugin-bluetooth \
28 #  connman-plugin-dhclient \
29 #  connman-plugin-dnsproxy \
30 #  connman-plugin-ethernet \
31 #  connman-plugin-fake \
32 #  connman-plugin-loopback \
33 #  connman-plugin-pppd \
34 #  connman-plugin-resolvconf \
35 #  connman-plugin-udhcp \
36 #  connman-plugin-wifi \
37 #  connman-test-utils \
38 "
39
40 RRECOMMENDS_${PN} = "\
41   wmiconfig \
42   tzdata \
43   tzdata-africa \
44   tzdata-americas \
45   tzdata-asia \
46   tzdata-australia \
47   tzdata-europe \
48 "