blob: 7945b03a1f84813f3536edb833a4e6e1942b7a92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "A set of python-based command line tools"
SECTION = "console"
LICENSE = "MIT"
PV = "1.0"
PR = "r10"
inherit task
RDEPENDS_${PN} = "\
mdbus \
mickeyterm \
"
|