]> code.ossystems Code Review - openembedded-core.git/commit
cpan-base.bbclass: use raw string for regexp
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 17 Sep 2021 12:59:22 +0000 (14:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Sep 2021 10:33:03 +0000 (11:33 +0100)
commit1753a8d8fd2e9d98255beb81428f70cdf3421321
treee9bb91a93c05662fef2c0c9f7fa5beebfd0db580
parentd1d260dd2d196d10379ed9e238bcb34f39f3a3b7
cpan-base.bbclass: use raw string for regexp

This eliminates a deprecation warning and a future error as stipulated by
https://docs.python.org/3/library/re.html

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cpan-base.bbclass