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

Peter Korsgaard peter at korsgaard.com
Thu Jun 6 20:26:51 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=b2080a2f2f39cf0d1cbe761105dbfd7766a5b2aa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.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 5c5a8ea839..179af6aea3 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