mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 00:38:45 +01:00
(From OE-Core rev: 84d54d198f6445ddd3c86d8ad6833f0d40a35ffd) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
377 B
BlitzBasic
18 lines
377 B
BlitzBasic
require python-mako.inc
|
|
|
|
inherit setuptools
|
|
|
|
RDEPENDS_${PN} = "python-threading \
|
|
python-netclient \
|
|
python-html \
|
|
"
|
|
RDEPENDS_${PN}_class-native = ""
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
# The same utility is packaged in python3-mako, so it would conflict
|
|
do_install_append() {
|
|
rm -f ${D}${bindir}/mako-render
|
|
rm -df ${D}${bindir}
|
|
}
|