mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
libc_package/buildstats: Fix python regex quoting warnings
(From OE-Core rev: 6a8077317ce12e13018ec4472f728dd24880bda9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -355,7 +355,7 @@ python package_do_split_gconvs () {
|
||||
m.write("\t@echo 'Progress %d/%d'\n" % (i, total))
|
||||
m.write("\t" + makerecipe + "\n\n")
|
||||
d.setVar("EXTRA_OEMAKE", "-C %s ${PARALLEL_MAKE}" % (os.path.dirname(makefile)))
|
||||
d.setVarFlag("oe_runmake", "progress", "outof:Progress\s(\d+)/(\d+)")
|
||||
d.setVarFlag("oe_runmake", "progress", r"outof:Progress\s(\d+)/(\d+)")
|
||||
bb.note("Executing binary locale generation makefile")
|
||||
bb.build.exec_func("oe_runmake", d)
|
||||
bb.note("collecting binary locales from locale tree")
|
||||
|
||||
Reference in New Issue
Block a user