We just want to put the binaries into base_bindir and nothing else, so
set bindir instead of prefix.
This is currently moot as iputils only installs binaries, but this is
the right thing to do and allows further cleanups.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
inherit meson update-alternatives pkgconfig
-EXTRA_OEMESON += "--prefix=${root_prefix}/ -DSKIP_TESTS=true"
+EXTRA_OEMESON += "--bindir=${base_bindir} -DSKIP_TESTS=true"
ALTERNATIVE_PRIORITY = "100"