Hi Markus, On Sun, Jun 02, 2019 at 09:29:49PM -0700, Markus Mayer wrote: > dosfstools and busybox may each install mkfs.vfat, so dosfstools must > be installed before busybox.
The Buildroot list is at [email protected]. baruch > Signed-off-by: Markus Mayer <[email protected]> > --- > > I hope I am using the dependency feature correctly. Based it on "attr" and > "busybox". > > package/busybox/busybox.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk > index 67b91500e955..e606068a90df 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) \ -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - [email protected] - tel: +972.2.679.5364, http://www.tkos.co.il - _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
