commit | 35729218b857e52aeae75f19b43f7b1a4fba0463 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Thu Jan 07 13:45:38 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 08 10:15:47 2016 -0500 |
tree | 4264aacd2501605da08801bb990f906a033dfa5b | |
parent | fea6730e1ce110dafd434e4592a0b489014de429 [diff] |
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use from linux commit ce8155f7a3d5: Perl 5.22 emits a deprecated message when "\C" is used in a regex. Perl 5.24 will disallow it altogether. Fix it by using [A-Z] instead of \C. >From linux adapted to U-Boot by: Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Andre Przywara <andre.przywara@arm.com>