Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/iputils: fix merged-bin
@ 2025-11-15 23:08 Bernd Kuhls
  2025-11-16 20:58 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2025-11-15 23:08 UTC (permalink / raw)
  To: buildroot; +Cc: Petr Vorel

mv: '/home/autobuild/autobuild/instance-2/output-1/per-package/iputils/target/usr/bin/arping'
 and '/home/autobuild/autobuild/instance-2/output-1/per-package/iputils/target/usr/sbin/arping'
 are the same file

Fixes:
https://autobuild.buildroot.net/results/dae/daeebb090f6d11d77840dd61add9bc422c6bc2fa/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/iputils/iputils.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 8e00513229..1a5d3e3678 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -32,10 +32,12 @@ IPUTILS_CONF_OPTS += -DBUILD_ARPING=true
 # move some binaries to the same location as where Busybox installs
 # the corresponding applets, so that we have a single version of the
 # tools (from iputils)
+ifeq ($(BR2_ROOTFS_MERGED_BIN),)
 define IPUTILS_MOVE_ARPING_BINARY
 	mv $(TARGET_DIR)/usr/bin/arping $(TARGET_DIR)/usr/sbin/arping
 endef
 IPUTILS_POST_INSTALL_TARGET_HOOKS += IPUTILS_MOVE_ARPING_BINARY
+endif
 
 else
 IPUTILS_CONF_OPTS += -DBUILD_ARPING=false
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-17 22:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-15 23:08 [Buildroot] [PATCH 1/1] package/iputils: fix merged-bin Bernd Kuhls
2025-11-16 20:58 ` Peter Korsgaard
2025-11-16 21:42   ` Peter Korsgaard
2025-11-17 22:51   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox