From patchwork Wed Jul 31 11:06:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 263677 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 B76F02C008A for ; Wed, 31 Jul 2013 21:07:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6BA1532932; Wed, 31 Jul 2013 11:07:05 +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 of33mpjv1YQw; Wed, 31 Jul 2013 11:07:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6087D328FA; Wed, 31 Jul 2013 11:06:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B4C761BFA1A for ; Wed, 31 Jul 2013 11:07:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9D29C8D4C7 for ; Wed, 31 Jul 2013 11:06:54 +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 q9jOQTcu2Cyz for ; Wed, 31 Jul 2013 11:06:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 935CD8D461 for ; Wed, 31 Jul 2013 11:06:52 +0000 (UTC) Received: from asgard (host100.190-139-227.telecom.net.ar [190.139.227.100]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r6VB6jXZ022430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 31 Jul 2013 11:06:48 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1375268810; bh=uEZPPTGbYDo8+YN/dqq3c7/MdJEgg1we8/uE3WP3oBA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=U28cOixA079JVSpIme08BcUtXXpgycKWr5KIeFfuE2Jk1Qqg6KiJfwatbnfmnX5mW d9sIokEhSgAzFtscJvLKP8LhVl1T22BUihxz8qOXpOrzck32Yhuo2NY41FN2po6ovQ If2BmGHTenZlnrAi+YNh3JPpfyMapvmcC5B1vgag= Received: by asgard (sSMTP sendmail emulation); Wed, 31 Jul 2013 08:06:44 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 31 Jul 2013 08:06:37 -0300 Message-Id: <1375268797-11457-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1375268797-11457-1-git-send-email-gustavo@zacarias.com.ar> References: <1375268797-11457-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] uboot-tools: bump to version 2013.07 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- ...gh-from-tools.patch => uboot-tools-01-drop-configh-from-tools.patch} | 0 ...-override-fix.patch => uboot-tools-02-hostcflags-override-fix.patch} | 0 package/uboot-tools/uboot-tools.mk | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename package/uboot-tools/{uboot-tools-drop-configh-from-tools.patch => uboot-tools-01-drop-configh-from-tools.patch} (100%) rename package/uboot-tools/{uboot-tools-hostcflags-override-fix.patch => uboot-tools-02-hostcflags-override-fix.patch} (100%) diff --git a/package/uboot-tools/uboot-tools-drop-configh-from-tools.patch b/package/uboot-tools/uboot-tools-01-drop-configh-from-tools.patch similarity index 100% rename from package/uboot-tools/uboot-tools-drop-configh-from-tools.patch rename to package/uboot-tools/uboot-tools-01-drop-configh-from-tools.patch diff --git a/package/uboot-tools/uboot-tools-hostcflags-override-fix.patch b/package/uboot-tools/uboot-tools-02-hostcflags-override-fix.patch similarity index 100% rename from package/uboot-tools/uboot-tools-hostcflags-override-fix.patch rename to package/uboot-tools/uboot-tools-02-hostcflags-override-fix.patch diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index ceda3c5..f8935af 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -4,7 +4,7 @@ # ################################################################################ -UBOOT_TOOLS_VERSION = 2013.04 +UBOOT_TOOLS_VERSION = 2013.07 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot UBOOT_TOOLS_LICENSE = GPLv2+