From patchwork Mon Dec 26 15:22:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rahul Bedarkar X-Patchwork-Id: 708802 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tnN7N239yz9t0P for ; Tue, 27 Dec 2016 02:23:44 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 71D3B86949; Mon, 26 Dec 2016 15:23:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jXHkRG-hTxA3; Mon, 26 Dec 2016 15:23:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 37F95869AA; Mon, 26 Dec 2016 15:23:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 7CBD91BFE73 for ; Mon, 26 Dec 2016 15:23:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7ABD487F47 for ; Mon, 26 Dec 2016 15:23:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0EY60E5yOEdB for ; Mon, 26 Dec 2016 15:23:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by hemlock.osuosl.org (Postfix) with ESMTP id 85C4D87F69 for ; Mon, 26 Dec 2016 15:23:35 +0000 (UTC) Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 87416A3C8BC24; Mon, 26 Dec 2016 15:23:30 +0000 (GMT) Received: from PUMAIL01.pu.imgtec.org (192.168.91.250) by HHMAIL01.hh.imgtec.org (10.100.10.19) with Microsoft SMTP Server (TLS) id 14.3.294.0; Mon, 26 Dec 2016 15:23:33 +0000 Received: from pudesk287-linux.pu.imgtec.org (192.168.91.23) by PUMAIL01.pu.imgtec.org (192.168.91.250) with Microsoft SMTP Server (TLS) id 14.3.266.1; Mon, 26 Dec 2016 20:53:31 +0530 From: Rahul Bedarkar To: Date: Mon, 26 Dec 2016 20:52:35 +0530 Message-ID: <1482765755-29455-2-git-send-email-rahul.bedarkar@imgtec.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1482765755-29455-1-git-send-email-rahul.bedarkar@imgtec.com> References: <1482765755-29455-1-git-send-email-rahul.bedarkar@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.91.23] Cc: Thomas Petazzoni , Rahul Bedarkar Subject: [Buildroot] [PATCH v2 2/2] Update comments for reverse dependencies of util-linux X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Commit 006a328ad6be ("util-linux: fix build with ncurses") removed dependency on BR2_USE_WCHAR, but failed to update the reverse dependencies of util-linux. This commit updates comments in Config.in for BR2_USE_WCHAR for reverse dependencies of util-linux which directly uses wchar now or when it is pulled from other dependencies. eudev doesn't use wchar directly, but needs C99 compiler. Autotools generate code with wchar_t for checking C99 compiler. Signed-off-by: Rahul Bedarkar Cc: Thomas Petazzoni Cc: Baruch Siach --- Changes v1 -> v2: - not present in v1 package/e2tools/Config.in | 2 +- package/eudev/Config.in | 2 +- package/f2fs-tools/Config.in | 2 +- package/freeswitch/Config.in | 2 +- package/gupnp/Config.in | 2 +- package/lttng-babeltrace/Config.in | 2 +- package/lttng-libust/Config.in | 2 +- package/samba4/Config.in | 2 +- package/taskd/Config.in | 2 +- package/xen/Config.in | 2 +- system/Config.in | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package/e2tools/Config.in b/package/e2tools/Config.in index 5fc55a6..75029f7 100644 --- a/package/e2tools/Config.in +++ b/package/e2tools/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_E2TOOLS bool "e2tools" select BR2_PACKAGE_E2FSPROGS depends on BR2_TOOLCHAIN_HAS_THREADS - depends on BR2_USE_WCHAR # e2fsprogs + depends on BR2_USE_WCHAR # uses wchar_t depends on BR2_USE_MMU # e2fsprogs help E2tools is a simple set of GPL'ed utilities to read, write, diff --git a/package/eudev/Config.in b/package/eudev/Config.in index 6412675..02fcc7e 100644 --- a/package/eudev/Config.in +++ b/package/eudev/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_EUDEV bool "eudev" depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV depends on BR2_USE_MMU # uses fork() - depends on BR2_USE_WCHAR # util-linux + depends on BR2_USE_WCHAR # needs C99 compiler depends on !BR2_STATIC_LIBS # kmod select BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_UTIL_LINUX diff --git a/package/f2fs-tools/Config.in b/package/f2fs-tools/Config.in index 6a98e79..ab81734 100644 --- a/package/f2fs-tools/Config.in +++ b/package/f2fs-tools/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_F2FS_TOOLS bool "f2fs-tools" select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID - depends on BR2_USE_WCHAR # util-linux + depends on BR2_USE_WCHAR # uses wchar_t help Tools for Flash-Friendly File System (F2FS) diff --git a/package/freeswitch/Config.in b/package/freeswitch/Config.in index 0156afd..1f64593 100644 --- a/package/freeswitch/Config.in +++ b/package/freeswitch/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_FREESWITCH depends on !BR2_STATIC_LIBS # apr, included in freeswitch source depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU # apr, included in freeswitch source - depends on BR2_USE_WCHAR # libuuid + depends on BR2_USE_WCHAR # uses wchar_t select BR2_PACKAGE_FFMPEG_AVRESAMPLE if BR2_PACKAGE_FFMPEG select BR2_PACKAGE_FFMPEG_SWSCALE if BR2_PACKAGE_FFMPEG select BR2_PACKAGE_LIBCURL diff --git a/package/gupnp/Config.in b/package/gupnp/Config.in index a5ecab7..3074a42 100644 --- a/package/gupnp/Config.in +++ b/package/gupnp/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_GUPNP bool "gupnp" - depends on BR2_USE_WCHAR # glib2, gssdp, util-linux + depends on BR2_USE_WCHAR # glib2, gssdp depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gssdp depends on BR2_USE_MMU # glib2, gssdp select BR2_PACKAGE_LIBGLIB2 diff --git a/package/lttng-babeltrace/Config.in b/package/lttng-babeltrace/Config.in index 9634a4d..09fab44 100644 --- a/package/lttng-babeltrace/Config.in +++ b/package/lttng-babeltrace/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_LTTNG_BABELTRACE select BR2_PACKAGE_UTIL_LINUX_LIBUUID select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_POPT - depends on BR2_USE_WCHAR # libglib2, util-linux + depends on BR2_USE_WCHAR # libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 depends on BR2_USE_MMU # libglib2 help diff --git a/package/lttng-libust/Config.in b/package/lttng-libust/Config.in index ce60599..4aba188 100644 --- a/package/lttng-libust/Config.in +++ b/package/lttng-libust/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_LTTNG_LIBUST select BR2_PACKAGE_LIBURCU select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID - depends on BR2_USE_WCHAR # util-linux + depends on BR2_USE_WCHAR # uses wchar_t # liburcu only works on some architectures and requires threads support" depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS depends on BR2_TOOLCHAIN_HAS_THREADS diff --git a/package/samba4/Config.in b/package/samba4/Config.in index 5ae2c36..ce97bea 100644 --- a/package/samba4/Config.in +++ b/package/samba4/Config.in @@ -7,7 +7,7 @@ comment "samba4 needs a toolchain w/ RPC, wchar, dynamic library, threads" config BR2_PACKAGE_SAMBA4 bool "samba4" depends on BR2_USE_MMU # fork() - depends on BR2_USE_WCHAR # e2fsprogs + depends on BR2_USE_WCHAR # python depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC depends on BR2_TOOLCHAIN_HAS_THREADS # python -> libffi depends on !BR2_STATIC_LIBS # python diff --git a/package/taskd/Config.in b/package/taskd/Config.in index 7a9a136..7d26aba 100644 --- a/package/taskd/Config.in +++ b/package/taskd/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_TASKD bool "taskd" - depends on BR2_USE_WCHAR # gnutls, util-linux + depends on BR2_USE_WCHAR # gnutls depends on BR2_USE_MMU # fork() depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_GNUTLS diff --git a/package/xen/Config.in b/package/xen/Config.in index 7254a07..b5dcbf2 100644 --- a/package/xen/Config.in +++ b/package/xen/Config.in @@ -22,7 +22,7 @@ config BR2_PACKAGE_XEN_TOOLS depends on !BR2_STATIC_LIBS # dtc (libfdt) depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 - depends on BR2_USE_WCHAR # libglib2, util-linux + depends on BR2_USE_WCHAR # libglib2 select BR2_PACKAGE_DTC select BR2_PACKAGE_LIBAIO select BR2_PACKAGE_LIBGLIB2 diff --git a/system/Config.in b/system/Config.in index f9a3bda..875ed37 100644 --- a/system/Config.in +++ b/system/Config.in @@ -158,7 +158,7 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV bool "Dynamic using devtmpfs + eudev" - depends on BR2_USE_WCHAR + depends on BR2_USE_WCHAR # eudev depends on !BR2_STATIC_LIBS depends on BR2_USE_MMU # eudev select BR2_PACKAGE_EUDEV