All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 08/42] bison: upgrade 3.1 -> 3.3.2
Date: Mon, 20 May 2019 16:10:51 +0200	[thread overview]
Message-ID: <20190520141125.10805-8-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20190520141125.10805-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../bison/dont-depend-on-help2man.patch.patch    | 16 +++++++---------
 .../bison/{bison_3.1.bb => bison_3.3.2.bb}       |  4 ++--
 2 files changed, 9 insertions(+), 11 deletions(-)
 rename meta/recipes-devtools/bison/{bison_3.1.bb => bison_3.3.2.bb} (90%)

diff --git a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
index ac16c5770a5..8a41a3a7627 100644
--- a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
+++ b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
@@ -1,4 +1,4 @@
-From 4c0d7733f30903f8d7c7cd7433f5c8a7505e35f5 Mon Sep 17 00:00:00 2001
+From 31bb81ef15c42b10844eb8af8738f672076edf0e Mon Sep 17 00:00:00 2001
 From: Marko Lindqvist <cazfi74@gmail.com>
 Date: Tue, 21 Apr 2015 00:48:45 -0700
 Subject: [PATCH] doc/local.mk: dont-depend-on-help2man.patch
@@ -10,15 +10,16 @@ Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
 Updated for bison 3.0.4
 
 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
+
 ---
- doc/local.mk |    9 +--------
+ doc/local.mk | 9 +--------
  1 file changed, 1 insertion(+), 8 deletions(-)
 
 diff --git a/doc/local.mk b/doc/local.mk
-index c340452..642f385 100644
+index d12836e..f9bf332 100644
 --- a/doc/local.mk
 +++ b/doc/local.mk
-@@ -98,10 +98,7 @@ endif ! CROSS_COMPILING
+@@ -101,10 +101,7 @@ endif ! CROSS_COMPILING
  ## Man Pages.  ##
  ## ----------- ##
  
@@ -30,9 +31,9 @@ index c340452..642f385 100644
  
  # Differences to ignore when comparing the man page (the date).
  remove_time_stamp = \
-@@ -124,10 +121,6 @@ $(top_srcdir)/doc/bison.1: $(MAN_DEPS)
+@@ -127,10 +124,6 @@ $(top_srcdir)/doc/bison.1: $(MAN_DEPS)
  	fi
- 	$(AM_V_at)rm -f $@*.t
+ 	$(AM_V_at)rm -f $@*.tmp
  
 -if ENABLE_YACC
 -nodist_man_MANS = doc/yacc.1
@@ -41,6 +42,3 @@ index c340452..642f385 100644
  ## ----------------------------- ##
  ## Graphviz examples generation. ##
  ## ----------------------------- ##
--- 
-1.7.9.5
-
diff --git a/meta/recipes-devtools/bison/bison_3.1.bb b/meta/recipes-devtools/bison/bison_3.3.2.bb
similarity index 90%
rename from meta/recipes-devtools/bison/bison_3.1.bb
rename to meta/recipes-devtools/bison/bison_3.3.2.bb
index a743bfdb810..adb9d48e90f 100644
--- a/meta/recipes-devtools/bison/bison_3.1.bb
+++ b/meta/recipes-devtools/bison/bison_3.3.2.bb
@@ -17,8 +17,8 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
 # No point in hardcoding path to m4, just use PATH
 EXTRA_OECONF += "M4=m4"
 
-SRC_URI[md5sum] = "db7e431785ad96870bfa570a15cab079"
-SRC_URI[sha256sum] = "7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6"
+SRC_URI[md5sum] = "c9b552dee234b2f6b66e56b27e5234c9"
+SRC_URI[sha256sum] = "039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804"
 
 inherit autotools gettext texinfo
 
-- 
2.17.1



  parent reply	other threads:[~2019-05-20 14:11 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20 14:10 [PATCH 01/42] vim: split the common part into vim.inc Alexander Kanavin
2019-05-20 14:10 ` [PATCH 02/42] librepo: upgrade 1.9.6 -> 1.10.2 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 03/42] libmodulemd: upgrade 2.2.3 -> 2.4.0 Alexander Kanavin
2019-05-21 14:41   ` Richard Purdie
2019-05-21 16:15     ` Alexander Kanavin
2019-05-20 14:10 ` [PATCH 04/42] createrepo-c: upgrade 0.12.2 -> 0.14.0 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 05/42] libdazzle: upgrade 3.32.1 -> 3.32.2 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 06/42] adwaita-icon-theme: upgrade 3.30.1 -> 3.32.0 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 07/42] piglit: upgrade to latest revision Alexander Kanavin
2019-05-20 17:52   ` Khem Raj
2019-05-20 14:10 ` Alexander Kanavin [this message]
2019-05-20 14:10 ` [PATCH 09/42] atk: upgrade 2.30.0 -> 2.32.0 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 10/42] python3-mako: upgrade 1.0.9 -> 1.0.10 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 11/42] nss: upgrade 3.43 -> 3.44 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 12/42] go: update 1.12.1->1.12.5 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 13/42] systemtap: upgrade 4.0 -> 4.1 Alexander Kanavin
2019-05-21 21:37   ` Victor Kamensky (kamensky)
2019-05-22 10:09     ` Alexander Kanavin
2019-05-20 14:10 ` [PATCH 14/42] gawk: upgrade 4.2.1 -> 5.0.0 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 15/42] alsa-plugins: upgrade 1.1.8 -> 1.1.9 Alexander Kanavin
2019-05-20 14:10 ` [PATCH 16/42] alsa-utils: " Alexander Kanavin
2019-05-20 14:11 ` [PATCH 17/42] alsa-lib: " Alexander Kanavin
2019-05-20 14:11 ` [PATCH 18/42] libpcre2: upgrade 10.32 -> 10.33 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 19/42] lz4: upgrade 1.9.0 -> 1.9.1 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 20/42] libxcrypt: upgrade 4.4.4 -> 4.4.6 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 21/42] python3-pip: upgrade 19.0.3 -> 19.1.1 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 22/42] iproute2: upgrade 5.0.0 -> 5.1.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 23/42] pkgconf: upgrade 1.6.0 -> 1.6.1 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 24/42] at-spi2-core: upgrade 2.30.0 -> 2.32.1 Alexander Kanavin
2019-05-20 17:54   ` Khem Raj
2019-05-20 18:50     ` Alexander Kanavin
2019-05-20 14:11 ` [PATCH 25/42] at-spi2-atk: upgrade 2.30.0 -> 2.32.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 26/42] glib-networking: upgrade 2.60.1 -> 2.60.2 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 27/42] libsoup-2.4: upgrade 2.66.1 -> 2.66.2 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 28/42] x264: upgrade to latest revision Alexander Kanavin
2019-05-20 14:11 ` [PATCH 29/42] linux-firmware: " Alexander Kanavin
2019-05-20 17:56   ` Khem Raj
2019-05-20 18:02     ` Martin Jansa
2019-05-20 18:57       ` Alexander Kanavin
2019-05-20 14:11 ` [PATCH 30/42] python3-pbr: upgrade 5.1.3 -> 5.2.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 31/42] bash-completion: upgrade 2.8 -> 2.9 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 32/42] libdnf: upgrade 0.28.1 -> 0.33.0 Alexander Kanavin
2019-05-21 18:44   ` Richard Purdie
2019-05-21 19:00     ` Alexander Kanavin
2019-05-21 19:05       ` richard.purdie
2019-05-21 19:20         ` Alexander Kanavin
2019-05-20 14:11 ` [PATCH 33/42] gst-examples: upgrade to 1.16.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 34/42] acpica: upgrade 20190405 -> 20190509 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 35/42] freetype: upgrade 2.9.1 -> 2.10.0 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 36/42] dnf: upgrade 4.2.2 -> 4.2.6 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 37/42] usbutils: upgrade 010->012 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 38/42] gnu-config: Update to latest SHA Alexander Kanavin
2019-05-20 14:11 ` [PATCH 39/42] vim: Rework things so vim adds features not vim-tiny removes Alexander Kanavin
2019-05-20 14:11 ` [PATCH 40/42] webkitgtk: update to 2.24.2 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 41/42] epiphany: update to 3.32.2 Alexander Kanavin
2019-05-20 14:11 ` [PATCH 42/42] btrfs-tools: update to 5.1 Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190520141125.10805-8-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.