From patchwork Thu Jan 15 14:30:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 429454 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id F23AF140217 for ; Fri, 16 Jan 2015 01:31:19 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4A3C788ACB; Thu, 15 Jan 2015 14:31:19 +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 FsLIy5ZUWsVl; Thu, 15 Jan 2015 14:31:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A05F388AB5; Thu, 15 Jan 2015 14:31:17 +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 7FFD81BF83A for ; Thu, 15 Jan 2015 14:31:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7B56E8B374 for ; Thu, 15 Jan 2015 14:31: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 iVUIgy21H-Ri for ; Thu, 15 Jan 2015 14:31:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6D0A98B0AC for ; Thu, 15 Jan 2015 14:31:15 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id t0FEV9U3020083 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 15 Jan 2015 14:31:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1421332273; bh=9zd7YTL76T5/in3qWKtOfPAaPTVc1mkrnoTyKiiI3dM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=gWG6UBRdkw1OW2LPpZAWbT3hlfPlcQsIs0HbQ3ig7ikHaI87Yvc8qL+yFvX6UMK6Y EGTOeo/oa+N1DlEj2blVSaeMqVRiCnEiUUP5We542PAUSXOFIXuAl7RqudmnS7MlCn OtpL2aJCY2grblICrjzjsEMDOcy5HZeIhOxXYQXs= Received: by asgard (sSMTP sendmail emulation); Thu, 15 Jan 2015 11:31:03 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 15 Jan 2015 11:30:20 -0300 Message-Id: <1421332222-15098-5-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 In-Reply-To: <1421332222-15098-1-git-send-email-gustavo@zacarias.com.ar> References: <1421332222-15098-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 5/7] bison: bump to version 3.0.3 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" Also add hash file and remove patch since it's no longer necessary. Signed-off-by: Gustavo Zacarias Reviewed-by: "Yann E. MORIN" --- package/bison/bison-01-no-docs-regen.patch | 53 ------------------------------ package/bison/bison.hash | 2 ++ package/bison/bison.mk | 3 +- 3 files changed, 3 insertions(+), 55 deletions(-) delete mode 100644 package/bison/bison-01-no-docs-regen.patch create mode 100644 package/bison/bison.hash diff --git a/package/bison/bison-01-no-docs-regen.patch b/package/bison/bison-01-no-docs-regen.patch deleted file mode 100644 index 7c375d6..0000000 --- a/package/bison/bison-01-no-docs-regen.patch +++ /dev/null @@ -1,53 +0,0 @@ -bison regenerates the docs to see if they changed which requires running -the recently built bison. This obviously doesn't work for cross compiles -hence breaks for many target bison builds. -Just disable it. - -Signed-off-by: Gustavo Zacarias - -diff -Nura bison-3.0.orig/doc/local.mk bison-3.0/doc/local.mk ---- bison-3.0.orig/doc/local.mk 2013-10-02 16:52:48.711890121 -0300 -+++ bison-3.0/doc/local.mk 2013-10-02 17:14:59.329341143 -0300 -@@ -37,15 +37,6 @@ - CROSS_OPTIONS_PL = $(top_srcdir)/build-aux/cross-options.pl - CROSS_OPTIONS_TEXI = $(top_srcdir)/doc/cross-options.texi - $(CROSS_OPTIONS_TEXI): doc/bison.help $(CROSS_OPTIONS_PL) --# Create $@~ which is the previous contents. Don't use 'mv' here so --# that even if we are interrupted, the file is still available for --# diff in the next run. Note that $@ might not exist yet. -- $(AM_V_GEN){ test ! -f $@ || cat $@; } >$@~ -- $(AM_V_at)test ! -f $@.tmp || rm -f $@.tmp -- $(AM_V_at)src/bison$(EXEEXT) --help | \ -- $(PERL) $(CROSS_OPTIONS_PL) $(top_srcdir)/src/scan-gram.l >$@.tmp -- $(AM_V_at)diff -u $@~ $@.tmp || true -- $(AM_V_at)mv $@.tmp $@ - MAINTAINERCLEANFILES = $(CROSS_OPTIONS_TEXI) - - ## ---------- ## -@@ -86,9 +77,6 @@ - EXTRA_DIST += $(top_srcdir)/doc/bison.help - MAINTAINERCLEANFILES += $(top_srcdir)/doc/bison.help - $(top_srcdir)/doc/bison.help: src/bison$(EXEEXT) -- $(AM_V_GEN)src/bison$(EXEEXT) --version >doc/bison.help.tmp -- $(AM_V_at) src/bison$(EXEEXT) --help >>doc/bison.help.tmp -- $(AM_V_at)$(top_srcdir)/build-aux/move-if-change doc/bison.help.tmp $@ - - - ## ----------- ## -@@ -106,16 +94,6 @@ - - # Depend on configure to get version number changes. - $(top_srcdir)/doc/bison.1: doc/bison.help doc/bison.x $(top_srcdir)/configure -- $(AM_V_GEN)$(HELP2MAN) \ -- --include=$(top_srcdir)/doc/bison.x \ -- --output=$@.t src/bison$(EXEEXT) -- $(AM_V_at)if $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \ -- $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \ -- touch $@; \ -- else \ -- mv $@.t $@; \ -- fi -- $(AM_V_at)rm -f $@*.t - - nodist_man_MANS = doc/yacc.1 - diff --git a/package/bison/bison.hash b/package/bison/bison.hash new file mode 100644 index 0000000..dd10086 --- /dev/null +++ b/package/bison/bison.hash @@ -0,0 +1,2 @@ +# Locally calculated after checking pgp signature +sha256 5940efbdd6b5d80e55ec16a01d2322e2892da21863391049b9b692570649177c bison-3.0.3.tar.xz diff --git a/package/bison/bison.mk b/package/bison/bison.mk index c092b78..45f785e 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -4,11 +4,10 @@ # ################################################################################ -BISON_VERSION = 3.0.2 +BISON_VERSION = 3.0.3 BISON_SOURCE = bison-$(BISON_VERSION).tar.xz BISON_SITE = $(BR2_GNU_MIRROR)/bison BISON_LICENSE = GPLv3+ BISON_LICENSE_FILES = COPYING -BISON_AUTORECONF = YES $(eval $(host-autotools-package))