From: Ross Burton Date: Thu, 11 Dec 2025 17:55:40 +0000 (+0000) Subject: iputils: just set bindir, not prefix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e0a71c391ee6a411c817186f38559c58c3c21b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git iputils: just set bindir, not prefix 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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"