blob: 2b50ffd08ade45846e3e4dfa7c6cb96aff2545cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require python-mako.inc
inherit setuptools3
RDEPENDS_${PN} = "python3-threading \
python3-netclient \
python3-html \
"
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native nativesdk"
|