summaryrefslogtreecommitdiff
path: root/packages/tasks/task-fso-compliance.bb
blob: 6ff09fe896f7abb488cd8533cc8235d7cccc760e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "The freesmartphone.org framework -- install this task to make your distribution FSO-compliant."
SECTION = "fso/base"
LICENSE = "MIT"
PV = "1.0"
PR = "r1"

inherit task

RDEPENDS_${PN} = "\
  frameworkd \
  fso-gpsd \
  connman \
"

RRECOMMENDS_${PN} = "\
  gsm0710muxd \
  \
  tzdata \
"