[Buildroot] [git commit] package/iputils: update path for tftpd

Peter Korsgaard peter at korsgaard.com
Sat Feb 6 22:00:34 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=b6573f11312e7da3d1cd752be674b3fa98004378
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

tftpd has been installed into /usr/sbin in 20210202
(in upstream commit 8d1420f tftpd: install into sbindir).

Thus remove hook which expected it in /usr/bin and tried to move it into
/usr/sbin.

Fixes:
 - http://autobuild.buildroot.net/results/3d142a705f07d496b1342e04094cd03ce7d92994
 - http://autobuild.buildroot.net/results/dae643b2d23d74b5f91225d00e85c350861a0e8a
 - http://autobuild.buildroot.net/results/dcfcb082bc188e7f990e280c3fd5d971f32cc048

Fixes: ea422f9950 ("package/iputils: bump version to 20210202")

Signed-off-by: Petr Vorel <petr.vorel at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/iputils/iputils.mk | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 0273e295d6..1ee64dabe4 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -84,11 +84,6 @@ endif
 ifeq ($(BR2_PACKAGE_IPUTILS_TFTPD),y)
 IPUTILS_CONF_OPTS += -DBUILD_TFTPD=true
 
-define IPUTILS_MOVE_TFTPD_BINARY
-	mv $(TARGET_DIR)/usr/bin/tftpd $(TARGET_DIR)/usr/sbin/tftpd
-endef
-IPUTILS_POST_INSTALL_TARGET_HOOKS += IPUTILS_MOVE_TFTPD_BINARY
-
 else
 IPUTILS_CONF_OPTS += -DBUILD_TFTPD=false
 endif


More information about the buildroot mailing list