From 789a7cf4069b86f1bd44c55d69205aff1837f906 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 18 Oct 2011 12:53:15 -0300 Subject: util-linux: fix partx build breakage addpart, delpart and partx are enabled by default so --disable now to avoid build breaking when we lack libblkid. Also select libblkid when it's enabled now. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/util-linux/Config.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package/util-linux/Config.in') diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index 816130daf..43a84440f 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -67,6 +67,10 @@ config BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS config BR2_PACKAGE_UTIL_LINUX_WALL bool "build \"wall\"" +config BR2_PACKAGE_UTIL_LINUX_PARTX + bool "build \"addpart, delpart, partx\"" + select BR2_PACKAGE_UTIL_LINUX_LIBBLKID + ############################################ # default disabled and should be enabled by # --enable-foo @@ -86,9 +90,6 @@ config BR2_PACKAGE_UTIL_LINUX_LAST config BR2_PACKAGE_UTIL_LINUX_MESG bool "build \"mesg\"" -config BR2_PACKAGE_UTIL_LINUX_PARTX - bool "build \"addpart, delpart, partx\"" - config BR2_PACKAGE_UTIL_LINUX_RAW bool "build \"raw\"" -- cgit v1.2.3