Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(regex): use explicitly regex mark for regexs #2041

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

andy9a9
Copy link
Contributor

@andy9a9 andy9a9 commented Dec 3, 2024

  • regex should be marked with r
  • this should fix errors like this
Parsing recipes...WARNING: /home/project/build/../meta-freescale/recipes-multimedia/imx-codec/imx-codec_4.8.3.bb: /home/project/build/../meta-freescale/recipes-multimedia/imx-codec/imx-codec_4.8.3.bb:63: SyntaxWarning: invalid escape sequence '\.'
do_split_packages(d, codecdir, '^lib_([^_]*).*_arm.*_elinux\.so\..*',

This should fix errors like this:
| Parsing recipes...WARNING: /home/project/build/../meta-freescale/recipes-multimedia/imx-codec/imx-codec_4.8.3.bb: /home/project/build/../meta-freescale/recipes-multimedia/imx-codec/imx-codec_4.8.3.bb:63: SyntaxWarning: invalid escape sequence '\.'
|  do_split_packages(d, codecdir, '^lib_([^_]*).*_arm.*_elinux\.so\..*',

Signed-off-by: Andrej Valek <[email protected]>
@otavio otavio merged commit 7f04577 into Freescale:master Dec 3, 2024
Copy link
Contributor

github-actions bot commented Dec 3, 2024

Successfully created backport PR #2042 for scarthgap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants