From 92a9394d39b120d3b7fd24f678ce4a10a85639b1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 27 Aug 2021 23:45:33 +0200 Subject: busybox: follow oe-core 1.33 -> 1.34 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-core/busybox/busybox_1.33%.bbappend | 9 --------- recipes-core/busybox/busybox_1.34%.bbappend | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-core/busybox/busybox_1.33%.bbappend create mode 100644 recipes-core/busybox/busybox_1.34%.bbappend diff --git a/recipes-core/busybox/busybox_1.33%.bbappend b/recipes-core/busybox/busybox_1.33%.bbappend deleted file mode 100644 index 2c0af5e..0000000 --- a/recipes-core/busybox/busybox_1.33%.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:append:toolchain-clang = "\ - file://0001-Turn-ptr_to_globals-and-bb_errno-to-be-non-const.patch \ -" - -# networking/tls_pstm_sqr_comba.c:514:4: error: inline assembly requires more registers than available -# SQRADD2(*tmpx++, *tmpy--); -# ^ -TOOLCHAIN:x86 = "gcc" diff --git a/recipes-core/busybox/busybox_1.34%.bbappend b/recipes-core/busybox/busybox_1.34%.bbappend new file mode 100644 index 0000000..2c0af5e --- /dev/null +++ b/recipes-core/busybox/busybox_1.34%.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +SRC_URI:append:toolchain-clang = "\ + file://0001-Turn-ptr_to_globals-and-bb_errno-to-be-non-const.patch \ +" + +# networking/tls_pstm_sqr_comba.c:514:4: error: inline assembly requires more registers than available +# SQRADD2(*tmpx++, *tmpy--); +# ^ +TOOLCHAIN:x86 = "gcc" -- cgit v1.2.3-54-g00ecf