[Buildroot] [PATCH] usbmount: stop using blkid, use udev environment variables instead

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jun 19 15:43:20 UTC 2013


Dear Sven Neumann,

On Wed, 19 Jun 2013 17:42:32 +0200, Sven Neumann wrote:

> Well, udev selects util-linux (for libblkid), and util-linux requires a
> toolchain with LARGEFILE + WCHAR support. So as far as I can see this
> util-linux dependency needs to be propagated to udev (but can be dropped
> from usbmount).

This dependency already exists in udev:

config BR2_PACKAGE_UDEV
        bool "udev"
        depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
        depends on BR2_LARGEFILE # util-linux
        depends on BR2_USE_WCHAR # util-linux
        select BR2_PACKAGE_UTIL_LINUX
        select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
        select BR2_PACKAGE_KMOD

My point was really about util-linux itself.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list