diff options
author | Douglas Royds <douglas.royds@taitradio.com> | 2021-10-15 13:13:41 +1300 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2021-11-17 17:44:26 +0100 |
commit | e5444bfb0a09d19485b8b2099305b5e289f45a26 (patch) | |
tree | 56f17fa2200366a74e75318d7ab33c5843825225 /classes/openjre-test-image.bbclass | |
parent | 59ab2699d4f1300ae92e4c2c92642e57f849db87 (diff) | |
download | meta-java-e5444bfb0a09d19485b8b2099305b5e289f45a26.tar.gz |
openjdk-build-helper: Use python raw string for regex pattern
See https://docs.python.org/3/library/re.html
Invalid escape sequences in Python’s usage of the backslash in string literals
now generate a DeprecationWarning, and in the future this will become a
SyntaxError. The solution is to use Python’s raw string notation for regular
expression patterns; backslashes are not handled in any special way in a string
literal prefixed with 'r'.
Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'classes/openjre-test-image.bbclass')
0 files changed, 0 insertions, 0 deletions