From patchwork Mon Jul 27 07:03:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 500242 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 7F68F140307 for ; Mon, 27 Jul 2015 17:03:17 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=m+q/ORyE; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 750268DD44; Mon, 27 Jul 2015 07:03:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4w3-leAq4h8C; Mon, 27 Jul 2015 07:03:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 827AE8D513; Mon, 27 Jul 2015 07:03:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4B7E01C2274 for ; Mon, 27 Jul 2015 07:03:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 478E4A2BA9 for ; Mon, 27 Jul 2015 07:03:13 +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 bdXsWv4DtadC for ; Mon, 27 Jul 2015 07:03:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 5E22CA2BA6 for ; Mon, 27 Jul 2015 07:03:12 +0000 (UTC) Received: by wibxm9 with SMTP id xm9so102391797wib.1 for ; Mon, 27 Jul 2015 00:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=nPnreQF3IlQfG5sFWZEn7ukXZ+ZN9PP+04EO1RsNCSg=; b=m+q/ORyEiGD+eMlNilxn0Rs5dJ62l4oji6oRftYnLppnCtc9ECcOb4UYmyQwGiek2s 9kr0BHqb7ogaDEps04QpF5+6YKgNP0FK6g02mIOYYM4H5pOBMYmE+t/wQbJuZRDfuqj2 dl0qDMSCoRGYtoIROrw6XP3pNapLvP0bUd+WUXhkd8iHJSqk2nVyQcmK4GNGDT78iDC6 4Gz7AAyBxingqQzQh5xMDoYmpXRXlOYb9VoG07lqDZIISD3fteq1axzT9F8clUpaG/52 u+kC0yKacxaEo3VLrObyLgkUPuubjCZymwak0jNoJ+094n120skeBIWuXBTCrS4oldmY mScA== X-Received: by 10.194.88.69 with SMTP id be5mr51368174wjb.149.1437980590872; Mon, 27 Jul 2015 00:03:10 -0700 (PDT) Received: from localhost.localdomain (wim-ideas1.fastnet.it. [195.96.196.41]) by smtp.gmail.com with ESMTPSA id uc3sm11952757wib.2.2015.07.27.00.03.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Jul 2015 00:03:10 -0700 (PDT) From: Angelo Compagnucci To: buildroot@buildroot.org Date: Mon, 27 Jul 2015 09:03:01 +0200 Message-Id: <1437980581-9378-1-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] package/mono: fixing missing locale 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" This patch fixes compilation error in case of a missing locale in toolchain. Fixes: http://autobuild.buildroot.net/results/a0fc33a4ed90844f9529acc76a6ba183fe253771/ http://autobuild.buildroot.net/results/3ff839e894f0b8f9c2e3af9629d45e8efc09aecd/ http://autobuild.buildroot.net/results/5e11117048d965bc1fc44c738bb51f11164304af/ Signed-off-by: Angelo Compagnucci --- package/mono/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/mono/Config.in b/package/mono/Config.in index 4445f4b..0c7129b 100644 --- a/package/mono/Config.in +++ b/package/mono/Config.in @@ -7,6 +7,7 @@ config BR2_PACKAGE_MONO bool "mono" depends on BR2_PACKAGE_MONO_ARCH_SUPPORTS depends on BR2_TOOLCHAIN_HAS_THREADS + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help An open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET.