aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks/task-fso-compliance.bb
blob: c331d7a8d02ec62e901130281fff8c91bccd1b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \
"