Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / tasks / task-fso-compliance.bb
1 DESCRIPTION = "The freesmartphone.org framework -- install this task to make your distribution FSO-compliant."
2 SECTION = "fso/base"
3 LICENSE = "MIT"
4 PV = "1.0"
5 PR = "r0"
6
7 inherit task
8
9 RDEPENDS_${PN} = "\
10   frameworkd \
11   fso-gpsd \
12 "
13
14 RRECOMMENDS_${PN} = "\
15   gsm0710muxd \
16 "