blob: e69c2924a29ee4370d0919eded3963509e6aa732 (
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
|
DESCRIPTION = "A set of command line tools"
SECTION = "console"
LICENSE = "MIT"
PV = "1.0"
PR = "r1"
inherit task
PACKAGES += "${PN}-python"
RDEPENDS_${PN} = "\
dosfstools \
htop \
iptables \
lsof \
mtd-utils \
nano \
powertop \
sysstat \
tcpdump \
"
RDEPENDS_${PN}_append_om-gta01 = "\
s3c24xx-gpio \
"
RDEPENDS_${PN}_append_om-gta02 = "\
s3c24xx-gpio \
"
RDEPENDS_${PN}-python = "\
mickeydbus \
mickeyterm \
"
|