meson: Fix some deprecation warnings
The first commit removes the usages of ExternalProgram.path()
that weren't removed by !347 (merged).
The second commit fixes the following warning:
meson.build:238: DEPRECATION: Project uses feature that was always broken, and is now deprecated since '1.3.0': str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof..