[Buildroot] [git commit branch/2019.05.x] package/busybox: add dependency on dosfstools

Peter Korsgaard peter at korsgaard.com
Thu Jun 6 20:29:25 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=5bbdb94552496e4150d2d3fc00b5ff2631db4426
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.05.x

dosfstools and busybox may each install mkfs.vfat, so dosfstools must
be installed before busybox.

Signed-off-by: Markus Mayer <mmayer at broadcom.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit ca42df21110b5e32f76caea8d1664bdbf213be76)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/busybox/busybox.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 67b91500e9..e606068a90 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -32,6 +32,7 @@ BUSYBOX_DEPENDENCIES = \
 	$(if $(BR2_PACKAGE_DEBIANUTILS),debianutils) \
 	$(if $(BR2_PACKAGE_DIFFUTILS),diffutils) \
 	$(if $(BR2_PACKAGE_DOS2UNIX),dos2unix) \
+	$(if $(BR2_PACKAGE_DOSFSTOOLS),dosfstools) \
 	$(if $(BR2_PACKAGE_E2FSPROGS),e2fsprogs) \
 	$(if $(BR2_PACKAGE_FBSET),fbset) \
 	$(if $(BR2_PACKAGE_GAWK),gawk) \


More information about the buildroot mailing list