]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
meta/recipes: python 3.12 regex
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Sat, 10 Feb 2024 13:15:59 +0000 (14:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Feb 2024 13:51:38 +0000 (13:51 +0000)
commitf2d80817baea298b953d6e14daad65087b3b50c9
treeea05d787b64020956fc7ccc806947cdcb7fd1aa7
parent329a555f7b8f00c648c44b01f423e6da33a46245
meta/recipes: python 3.12 regex

Python 3 interprets string literals as Unicode strings, and therefore
\s is treated as an escaped Unicode character which is not correct.
Declaring the RegEx pattern as a raw string instead of unicode is
required for Python 3.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/perf/perf/sort-pmuevents.py
meta/recipes-rt/rt-tests/files/rt_bmark.py