From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Mon, 7 Jan 2013 23:18:21 +0100 Subject: [Buildroot] [PATCH v2 6/6] udisks: new package In-Reply-To: References: <1357591399-3566-1-git-send-email-marek.belisko@open-nandra.com> <1357591399-3566-7-git-send-email-marek.belisko@open-nandra.com> <20130107224730.0b135a42@skate> Message-ID: <20130107231821.428885d0@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Belisko Marek, On Mon, 7 Jan 2013 23:03:10 +0100, Belisko Marek wrote: > >> + select BR2_PACKAGE_PARTED #select BR2_PACKAGE_LVM2 > >> + select BR2_PACKAGE_LVM2_DMSETUP_ONLY #devmapper library > > > > If you select BR2_PACKAGE_LVM2_DMSETUP_ONLY, then you also have to > > select BR2_PACKAGE_LVM2. > This is selected conditionally when LVM2 support if selected. This is not what your patch does: +config BR2_PACKAGE_UDISKS + bool "udisks" + depends on BR2_PACKAGE_UDEV + depends on BR2_PACKAGE_DBUS + select BR2_PACKAGE_SG3_UTILS + select BR2_PACKAGE_UDEV_ALL_EXTRAS + select BR2_PACKAGE_DBUS_GLIB + select BR2_PACKAGE_POLKIT + select BR2_PACKAGE_PARTED #select BR2_PACKAGE_LVM2 + select BR2_PACKAGE_LVM2_DMSETUP_ONLY #devmapper library + select BR2_PACKAGE_LIBATASMART The select of BR2_PACKAGE_LVM2 is commented. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com