poky/meta-selftest
Peter Kjellerstedt c0f3bc79b3 devtool: reset: Escape command line input used in regular expression
Running, e.g., `devtool reset sdbus-c++` would result in the following
error:

  re.error: multiple repeat at position 35

This was due to the ++ in the recipe name, which would be treated as an
incorrect regular expression in _reset().

Use re.escape() to make sure all characters in the recipe name are
treated literally.

(From OE-Core rev: 6e73bd9b3e6d529752db93879f2c0ed53873dd1a)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-03-20 11:29:04 +00:00
..
classes oeqa/selftest: add a test for bitbake "-e" and "-getvar" difference 2024-11-18 22:09:03 +00:00
conf bbconfigbuild/configfragments.py: set BBPATH in standalone datastore 2025-01-09 16:59:23 +00:00
files selftest/static-group: Add seat 2024-11-28 12:37:12 +00:00
lib oeqa dnf_runtime.py: fix HTTP server IP address and port 2023-09-12 12:37:56 +01:00
recipes-devtools oe-selftest: add RECIPE_UPDATE_EXTRA_TASKS test 2024-06-13 09:11:17 +01:00
recipes-extended meta/meta-selftest: Fix variable assignment whitespace 2025-02-01 13:42:34 +00:00
recipes-test devtool: reset: Escape command line input used in regular expression 2025-03-20 11:29:04 +00:00
wic oeqa selftest wic.py: support UKIs via uki.bbclass 2024-10-25 15:12:22 +01:00
README meta-selftest: create a new test layer to be used by oe-selftest script 2013-12-03 17:45:50 +00:00

This layer is intended as test layer, used by scripts/oe-selftest and it's probably a mistake to include it in your builds (unless you want to run the script).