mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
6d8edf440c
Use regex strings (r’’)
Fixes
meta-networking/recipes-daemons/ippool/ippool_1.3.bb:99:
DeprecationWarning: invalid escape sequence \d
r = re.compile("\d*\.\d*\.\d*")
Signed-off-by: Khem Raj <raj.khem@gmail.com>