dtc/pylibfdt
Brandon Maier 761114effa pylibtfdt: fix use of deprecated meson method
Fixes the following warning

> pylibfdt/meson.build:2: WARNING: Project targets '>=0.56.0' but uses
  feature deprecated since '0.55.0': ExternalProgram.path. use
  ExternalProgram.full_path() instead

Do not use full_path() as suggested. setup_py is being called as a
command by custom_target() which understands how to properly inherit the
object returned by find_program().

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2023-08-03 12:30:55 +10:00
..
.gitignore Use Python3 by default 2019-03-29 15:43:24 +11:00
Makefile.pylibfdt pylibfdt: Move setup.py to the top level 2021-11-11 14:34:51 +11:00
libfdt.i pylibfdt: add size_hint parameter for get_path 2023-02-05 17:29:25 +11:00
meson.build pylibtfdt: fix use of deprecated meson method 2023-08-03 12:30:55 +10:00