mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/iputils: fix merged-bin
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
2479f5ba1e
commit
2193b55bac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user