blob: e1776a86181e971068e49c9b87b2e1ddbd3db922 (
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
|
DESCRIPTION = "The freesmartphone.org framework -- install this task to make your distribution FSO-compliant."
SECTION = "fso/base"
LICENSE = "MIT"
PV = "1.0"
PR = "r8"
inherit task
RDEPENDS_${PN} = "\
dbus-hlid \
frameworkd \
# fso-apmd \
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 \
"
RRECOMMENDS_${PN} = "\
fso-gsm0710muxd \
wmiconfig \
\
tzdata \
tzdata-americas \
tzdata-asia \
tzdata-europe \
"
|