From patchwork Thu Feb 16 20:41:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 728905 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vPSk92Gflz9s7D for ; Fri, 17 Feb 2017 07:41:37 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b="aMsPctV2"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6C5CA89D2E; Thu, 16 Feb 2017 20:41:30 +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 35rl1bOj0FBB; Thu, 16 Feb 2017 20:41:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4F01089D0C; Thu, 16 Feb 2017 20:41:29 +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 D77421C2763 for ; Thu, 16 Feb 2017 20:41:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D4EF389D07 for ; Thu, 16 Feb 2017 20:41:25 +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 78y6C0vun2pV for ; Thu, 16 Feb 2017 20:41:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by hemlock.osuosl.org (Postfix) with ESMTPS id A0E8389D05 for ; Thu, 16 Feb 2017 20:41:24 +0000 (UTC) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3vPSjs11ZYz106v for ; Thu, 16 Feb 2017 21:41:20 +0100 (CET) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1487277679; x=1487882480; bh=2M8pc/62Sylr9BC0vfkeomZWduoFqX4J1mTkO8DrcuI=; b=aMsPctV2nNmN r1lWCUjqLnk5y/fVf8jgk6jDnSegph9woJOnNw6N41cBt8Cdf+8hzZOm25hvTjF9 OUKig3ED2JAnk1AHpnGXmyOQvPE+CprHmsjxYvUKrc5YBkIWB6B36GG4jNYpd8UA CmpwUZOJSKPo5x9oYPG905jAh86U7MB4sH/E1ktDsFB/4Wc77nN9Z3DNCPiv8CnI cGjHbMGp1GQbIfMypcyy9hV+07BR2a/19xfzyiuDyac5rv231a+cGg7DsVRopxnQ CA2tH8q1qB6dK/KPP0FkiQX9Iu5k3fhj9g3CxSuyYN7xAjgZHvUWyq5cqx4N/kkS H4AVkUjtRg== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Tu_Vyw_0zsIO; Thu, 16 Feb 2017 21:41:19 +0100 (CET) Received: from nzxt.fritz.box (x4d021183.dyn.telefonica.de [77.2.17.131]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Thu, 16 Feb 2017 21:41:19 +0100 (CET) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Thu, 16 Feb 2017 21:41:15 +0100 Message-Id: <20170216204116.2212-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.11.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/2] wavpack: needs wchar support 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" Building wavpack using a toolchain without wchar support fails: ``` import_id3.c:37:34: error: unknown type name 'wchar_t' ``` Fixes: http://autobuild.buildroot.net/results/9a6/9a693f5b798571917f36cfb7661e2f2638aac550/ http://autobuild.buildroot.net/results/44c/44c8227043045baf4f043da44b8129e43dfff687/ http://autobuild.buildroot.net/results/a80/a80221dcc0860046ebdf0bbf454e056b1e20df83/ .. and more. Signed-off-by: Jörg Krause --- package/wavpack/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/wavpack/Config.in b/package/wavpack/Config.in index 1ef3e420d..5a27b2e15 100644 --- a/package/wavpack/Config.in +++ b/package/wavpack/Config.in @@ -1,8 +1,12 @@ config BR2_PACKAGE_WAVPACK bool "wavpack" + depends on BR2_USE_WCHAR select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. http://www.wavpack.com/ + +comment "wavpack needs a toolchain w/ wchar" + depends on !BR2_USE_WCHAR