mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
python*-mako: upgrade to 1.0.6
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>
This commit is contained in:
committed by
Richard Purdie
parent
1b1c4870c8
commit
fb2c526f09
17
meta/recipes-devtools/python/python-mako_1.0.6.bb
Normal file
17
meta/recipes-devtools/python/python-mako_1.0.6.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
rmdir ${D}${bindir}
|
||||
}
|
||||
Reference in New Issue
Block a user