[Buildroot] [RFC PATCH] util-linux: fix build with ncurses

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Dec 23 13:27:25 UTC 2016


Hello,

On Thu, 22 Dec 2016 21:57:07 +0530, Rahul Bedarkar wrote:

> diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
> index 9b70f9f..e957f84 100644
> --- a/package/util-linux/Config.in
> +++ b/package/util-linux/Config.in
> @@ -1,6 +1,5 @@
>  menuconfig BR2_PACKAGE_UTIL_LINUX
>  	bool "util-linux"
> -	depends on BR2_USE_WCHAR

This part of the patch is very incomplete: if you remove the dependency
of util-linux on BR2_USE_WCHAR, then you need to check all the reverse
dependencies of util-linux, and see if they still need their
BR2_USE_WCHAR dependency. And of course do that recursively for the
reverse dependencies of the reverse dependencies.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list