From patchwork Fri Jul 10 15:32:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gustavo.zacarias@free-electrons.com X-Patchwork-Id: 493819 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 77E9F1402BF for ; Sat, 11 Jul 2015 01:32:49 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0EB138C188; Fri, 10 Jul 2015 15:32:48 +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 Myag4qZMvMQm; Fri, 10 Jul 2015 15:32:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A10538C179; Fri, 10 Jul 2015 15:32:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A26401C1F7E for ; Fri, 10 Jul 2015 15:32:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9F68D8C179 for ; Fri, 10 Jul 2015 15:32:45 +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 VNTf2LomA-+T for ; Fri, 10 Jul 2015 15:32:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 534758C160 for ; Fri, 10 Jul 2015 15:32:44 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t6AFWbae002991 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 10 Jul 2015 15:32:40 GMT Received: by asgard (sSMTP sendmail emulation); Fri, 10 Jul 2015 12:32:31 -0300 From: gustavo.zacarias@free-electrons.com To: buildroot@busybox.net Date: Fri, 10 Jul 2015 12:32:31 -0300 Message-Id: <1436542351-12063-1-git-send-email-gustavo.zacarias@free-electrons.com> X-Mailer: git-send-email 2.3.6 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Cc: Gustavo Zacarias Subject: [Buildroot] [PATCH] icu: update icudata generator URL 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" From: Gustavo Zacarias It was pointing to version 51.x which wouldn't work well with 55.x. Point it to the latest version that matches the current buildroot version (55). When a new ICU major version is released a link for the "old" 55 version will be available below as is it currently for previous versions such as 54, 53 and so on. Signed-off-by: Gustavo Zacarias --- package/icu/Config.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/icu/Config.in b/package/icu/Config.in index d7bf2fe..4d47c32 100644 --- a/package/icu/Config.in +++ b/package/icu/Config.in @@ -19,9 +19,10 @@ config BR2_PACKAGE_ICU_CUSTOM_DATA_PATH string "Path to custom data library file" help This option allows to define the path to a custom data - library generated with - http://apps.icu-project.org/datacustom/ICUData51.html. Leave - empty to not use this functionality. + library generated with http://apps.icu-project.org/datacustom/ + Make sure you select the appropiate version to match the one + provided by buildroot. + Leave empty to not use this functionality. endif