All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 04/19] bash: update 5.1 -> 5.1.8
Date: Tue, 22 Jun 2021 13:21:11 +0200	[thread overview]
Message-ID: <20210622112126.2026646-4-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210622112126.2026646-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-extended/bash/bash_5.1.8.bb | 24 ++++++++++++++++++
 meta/recipes-extended/bash/bash_5.1.bb   | 32 ------------------------
 2 files changed, 24 insertions(+), 32 deletions(-)
 create mode 100644 meta/recipes-extended/bash/bash_5.1.8.bb
 delete mode 100644 meta/recipes-extended/bash/bash_5.1.bb

diff --git a/meta/recipes-extended/bash/bash_5.1.8.bb b/meta/recipes-extended/bash/bash_5.1.8.bb
new file mode 100644
index 0000000000..55d3d0b16e
--- /dev/null
+++ b/meta/recipes-extended/bash/bash_5.1.8.bb
@@ -0,0 +1,24 @@
+require bash.inc
+
+# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
+           file://execute_cmd.patch \
+           file://mkbuiltins_have_stringize.patch \
+           file://build-tests.patch \
+           file://test-output.patch \
+           file://run-ptest \
+           file://run-bash-ptests \
+           file://fix-run-builtins.patch \
+           file://use_aclocal.patch \
+           file://makerace.patch \
+           "
+
+SRC_URI[tarball.sha256sum] = "0cfb5c9bb1a29f800a97bd242d19511c997a1013815b805e0fdd32214113d6be"
+
+DEBUG_OPTIMIZATION_append_armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
+DEBUG_OPTIMIZATION_append_armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
+
+BBCLASSEXTEND = "nativesdk"
diff --git a/meta/recipes-extended/bash/bash_5.1.bb b/meta/recipes-extended/bash/bash_5.1.bb
deleted file mode 100644
index e5e013b734..0000000000
--- a/meta/recipes-extended/bash/bash_5.1.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-require bash.inc
-
-# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
-LICENSE = "GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
-           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash51-001;apply=yes;striplevel=0;name=patch001 \
-           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash51-002;apply=yes;striplevel=0;name=patch002 \
-           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash51-003;apply=yes;striplevel=0;name=patch003 \
-           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash51-004;apply=yes;striplevel=0;name=patch004 \
-           file://execute_cmd.patch \
-           file://mkbuiltins_have_stringize.patch \
-           file://build-tests.patch \
-           file://test-output.patch \
-           file://run-ptest \
-           file://run-bash-ptests \
-           file://fix-run-builtins.patch \
-           file://use_aclocal.patch \
-           file://makerace.patch \
-           "
-
-SRC_URI[tarball.sha256sum] = "cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa"
-SRC_URI[patch001.sha256sum] = "ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa"
-SRC_URI[patch002.sha256sum] = "15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe"
-SRC_URI[patch003.sha256sum] = "22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1"
-SRC_URI[patch004.sha256sum] = "9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86"
-
-DEBUG_OPTIMIZATION_append_armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
-DEBUG_OPTIMIZATION_append_armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
-
-BBCLASSEXTEND = "nativesdk"
-- 
2.31.1


  parent reply	other threads:[~2021-06-22 11:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22 11:21 [PATCH 01/19] devtool upgrade: rebase override-only patches as well Alexander Kanavin
2021-06-22 11:21 ` [PATCH 02/19] cmake: update 3.20.3 -> 3.20.4 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 03/19] gnu-config: update to latest revision Alexander Kanavin
2021-06-22 11:21 ` Alexander Kanavin [this message]
2021-06-22 11:21 ` [PATCH 05/19] dnf: updatee 4.7.0 -> 4.8.0 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 06/19] vulkan-samples: update to latest revision Alexander Kanavin
2021-06-22 11:21 ` [PATCH 07/19] bind: upgrade 9.16.16 -> 9.16.18 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 08/19] bluez5: upgrade 5.58 -> 5.59 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 09/19] dejagnu: upgrade 1.6.2 -> 1.6.3 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 10/19] gdbm: upgrade 1.19 -> 1.20 Alexander Kanavin
2021-06-25 16:36   ` [OE-core] " Ross Burton
2021-06-25 18:49     ` Alexander Kanavin
2021-06-22 11:21 ` [PATCH 11/19] libdnf: upgrade 0.63.0 -> 0.63.1 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 12/19] libpcre: upgrade 8.44 -> 8.45 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 13/19] libxi: upgrade 1.7.10 -> 1.7.99.2 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 14/19] mtools: upgrade 4.0.29 -> 4.0.31 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 15/19] python3-git: upgrade 3.1.17 -> 3.1.18 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 16/19] sqlite3: upgrade 3.35.5 -> 3.36.0 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 17/19] vte: upgrade 0.64.1 -> 0.64.2 Alexander Kanavin
2021-06-22 11:21 ` [PATCH 18/19] x264: upgrade to latest revision Alexander Kanavin
2021-06-22 11:21 ` [PATCH 19/19] python3: apply test skipping patch unconditionally 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=20210622112126.2026646-4-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.