From patchwork Fri Mar 27 16:01:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 455495 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E320814012F for ; Sat, 28 Mar 2015 03:02:04 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D6BCD311AB; Fri, 27 Mar 2015 16:02:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8XzJR5-6ohHM; Fri, 27 Mar 2015 16:02:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DCF5932BE0; Fri, 27 Mar 2015 16:02:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 1B3D81C28F3 for ; Fri, 27 Mar 2015 16:02:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 16526311AB for ; Fri, 27 Mar 2015 16:02:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o63Kec-Qjoxq for ; Fri, 27 Mar 2015 16:01:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by silver.osuosl.org (Postfix) with ESMTPS id 7BE1132BE0 for ; Fri, 27 Mar 2015 16:01:58 +0000 (UTC) Received: from fwd06.aul.t-online.de (fwd06.aul.t-online.de [172.20.26.150]) by mailout08.t-online.de (Postfix) with SMTP id 2EB6AFB773 for ; Fri, 27 Mar 2015 17:01:56 +0100 (CET) Received: from fli4l.lan.fli4l (Z6xX9GZV8h6acDryV2Tsb1vMUAcc2Ttx19PSMyRGE9K3a7OzeB5AbjECbeqVDmmwl9@[79.247.159.137]) by fwd06.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1YbWhl-1M7acq0; Fri, 27 Mar 2015 17:01:53 +0100 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:54847) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1YbWhk-0007NL-Hx; Fri, 27 Mar 2015 17:01:52 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Fri, 27 Mar 2015 17:01:36 +0100 Message-Id: <1427472097-30708-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: Z6xX9GZV8h6acDryV2Tsb1vMUAcc2Ttx19PSMyRGE9K3a7OzeB5AbjECbeqVDmmwl9 X-TOI-MSGID: 301734c3-16b5-4574-9f56-334b0a9166cb Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/2] package/powertop: needs ncursesw 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes http://autobuild.buildroot.net/results/913/913cea22f8a8f5902d8da5f64c3fce056d66790f/ http://autobuild.buildroot.net/results/6e1/6e11fa2a7405a69c59ced046b92ff08660c4aab7/ http://autobuild.buildroot.net/results/1d3/1d3323b2afaefa7989854dbccf92015731199e66/ http://autobuild.buildroot.net/results/1e3/1e31d412d8b3a38a375ad0be8f696bee993ec297/ http://autobuild.buildroot.net/results/2ff/2ff511eb8d00b94aca68427446e2d0f6e4317a5a/ and maybe others Signed-off-by: Bernd Kuhls --- package/powertop/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/powertop/Config.in b/package/powertop/Config.in index f157f46..cee78e5 100644 --- a/package/powertop/Config.in +++ b/package/powertop/Config.in @@ -4,7 +4,9 @@ config BR2_PACKAGE_POWERTOP depends on !BR2_bfin # libnl dependency depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_WCHAR # ncurses select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_NCURSES_WCHAR select BR2_PACKAGE_PCIUTILS select BR2_PACKAGE_LIBNL select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT @@ -13,6 +15,6 @@ config BR2_PACKAGE_POWERTOP https://01.org/powertop/ -comment "powertop needs a toolchain w/ threads" +comment "powertop needs a toolchain w/ threads, wchar" depends on !BR2_bfin - depends on !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR