[Buildroot] [PATCH v7 2/4] udev: convert to virtual package.

Eric Le Bihan eric.le.bihan.dev at free.fr
Mon Feb 10 11:22:49 UTC 2014


Hi!

On Fri, Feb 07, 2014 at 10:30:15PM +0100, Samuel Martin wrote:
> > diff --git a/package/modem-manager/Config.in b/package/modem-manager/Config.in
> > index e157ca8..fe60850 100644
> > --- a/package/modem-manager/Config.in
> > +++ b/package/modem-manager/Config.in
> > @@ -1,6 +1,6 @@
> >  config BR2_PACKAGE_MODEM_MANAGER
> >         bool "modemmanager"
> > -       depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
> > +       depends on BR2_PACKAGE_HAS_UDEV
> >         select BR2_PACKAGE_DBUS
> >         depends on BR2_INET_IPV6
> >         depends on BR2_LARGEFILE # acl
> > @@ -8,8 +8,6 @@ config BR2_PACKAGE_MODEM_MANAGER
> >         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
> >         depends on BR2_USE_MMU # dbus
> >         select BR2_PACKAGE_DBUS_GLIB
> > -       select BR2_PACKAGE_UDEV
> > -       select BR2_PACKAGE_UDEV_ALL_EXTRAS
>
> When removing BR2_PACKAGE_UDEV_ALL_EXTRAS, you should certainly
> replace it by the
> "select ..." statements done in the BR2_PACKAGE_UDEV_ALL_EXTRAS
> symbol, ie: acl and libglib2 (if I understood correctly hwdata is no
> longer needed).
In fact BR2_PACKAGE_DBUS_GLIB already selects BR2_PACKAGE_LIBGLIB2, so only
BR2_PACKAGE_ACL is needed. I will fix this.

Thanks for your review.

Best regards,
ELB




More information about the buildroot mailing list