util-linux: select libsmartcols when partx is selected
authorCarlos Santos <casantos@datacom.ind.br>
Mon, 17 Oct 2016 11:33:41 +0000 (09:33 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 Oct 2016 19:54:53 +0000 (21:54 +0200)
Fixes
http://autobuild.buildroot.net/results/be2/be2e81b27a21355d7a453316d9df1cd4b0da2106/

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/util-linux/Config.in

index 38d68ca2510523db2b6fb9ae59db8ff9c02e0361..0c33919858e608b5875c6357b7ab97dc7285a951 100644 (file)
@@ -259,6 +259,7 @@ config BR2_PACKAGE_UTIL_LINUX_PARTX
        bool "partition utilities"
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
+       select BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS
        select BR2_PACKAGE_UTIL_LINUX_LIBUUID
        help
          Partition utilities (addpart, delpart, partx)