| Message ID | 20251210183308.4022909-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/8] iputils: just set bindir, not prefix | expand |
diff --git a/meta/recipes-extended/iputils/iputils_20250605.bb b/meta/recipes-extended/iputils/iputils_20250605.bb index 31eb51e56d4..baeda556592 100644 --- a/meta/recipes-extended/iputils/iputils_20250605.bb +++ b/meta/recipes-extended/iputils/iputils_20250605.bb @@ -26,7 +26,7 @@ PACKAGECONFIG[docs] = "-DBUILD_HTML_MANS=true -DBUILD_MANS=true,-DBUILD_HTML_MAN inherit meson update-alternatives pkgconfig -EXTRA_OEMESON += "--prefix=${root_prefix}/ -DSKIP_TESTS=true" +EXTRA_OEMESON += "--bindir=${base_bindir} -DSKIP_TESTS=true" ALTERNATIVE_PRIORITY = "100"
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> --- meta/recipes-extended/iputils/iputils_20250605.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)