mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Both python-mako and python3-mako need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. (From OE-Core rev: 7828fd75ca8bf3480141237ba300d01a81634b91) Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
226 B
BlitzBasic
12 lines
226 B
BlitzBasic
require python-mako.inc
|
|
|
|
inherit setuptools3
|
|
|
|
RDEPENDS_${PN} = "python3-threading \
|
|
python3-netclient \
|
|
python3-html \
|
|
"
|
|
RDEPENDS_${PN}_class-native = ""
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|