aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-fso2-compliance.bb
blob: ba9bf3ecaef7763db5f309890e07c7a41d7c3b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 = "r2"

inherit task

RDEPENDS_${PN} = "\
  dbus-hlid \
# TODO: remove when fso2 is finished
  frameworkd \
  \
  libfsobasics \
  libfsotransport \
  libfsoframework \
  libfsoresource \
  \
  fsodeviced \
#  fsogsmd \
  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 \
"