poky/scripts/contrib
Adrian Freihofer 0269cfc91c scripts: python 3.12 regex
All the regexes throw a warning like this:

WARNING: scripts/lib/recipetool/create_buildsys.py:140:
      SyntaxWarning: invalid escape sequence '\s'
      proj_re = re.compile('project\s*\(([^)]*)\)', re.IGNORECASE)

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.

(From OE-Core rev: 63998f13d5263ce19a60ed3fba1ac8b6f23558e3)

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

Backported from master: 24b0ba00d4f0b4d9834f7693ecb6032dfc534a80

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2024-03-01 05:19:54 -10:00
..
bb-perf buildstats-plot.sh: Show spaces and underscores correctly in titles/keys 2020-03-29 12:05:31 +01:00
bbvars.py scripts: python 3.12 regex 2024-03-01 05:19:54 -10:00
build-perf-test-wrapper.sh perf-build-test/report: Drop phantomjs and html email reports support 2022-03-16 10:31:41 +00:00
convert-overrides.py scripts: python 3.12 regex 2024-03-01 05:19:54 -10:00
convert-spdx-licenses.py scripts: fix file writing in convert-spdx-licenses 2022-02-22 15:24:51 +00:00
convert-srcuri.py convert-srcuri.py: use regex to check space in SRC_URI 2021-11-11 17:09:17 +00:00
convert-variable-renames.py convert-variable-renames: Fix typo in description 2022-03-31 17:52:58 +01:00
ddimage scripts/contrib/ddimage: be explicit whether device doesn't exist or isn't writeable 2019-07-03 17:00:57 +01:00
devtool-stress.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
dialog-power-control meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
documentation-audit.sh scripts/documentation-audit: Use renamed LICENSE_FLAGS_ACCEPTED variable 2022-02-25 08:38:46 +00:00
graph-tool graph-tool: add filter subcommand 2020-06-16 23:39:28 +01:00
image-manifest meta: remove True option to getVar and getVarFlag calls (again) 2023-02-15 21:46:56 +00:00
list-packageconfig-flags.py scripts/contrib/list-packageconfig-flags: Upate for tinfoil API changes 2021-03-15 14:49:09 +00:00
oe-build-perf-report-email.py scripts/contrib/oe-build-perf-report-email.py: remove obsolete check for phantomjs and optipng 2022-05-12 16:44:05 +01:00
patchreview.py scripts/patchreview: handle Inactive-Upstream status 2022-03-18 23:32:46 +00:00
patchtest.sh meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
serdevtry meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
test_build_time_worker.sh meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
test_build_time.sh meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS 2022-02-21 23:37:26 +00:00
uncovered meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
verify-homepage.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00