From ee1dcdfbb8d31f168b26c2e3e5be97efea6537df Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 3 Jul 2020 07:59:42 -0700 Subject: busybox: Rename bbappend to apply for 1.31 version alone This patch is alrady upstream for 1.32 Signed-off-by: Khem Raj --- recipes-core/busybox/busybox_%.bbappend | 9 --------- recipes-core/busybox/busybox_1.31.%.bbappend | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-core/busybox/busybox_%.bbappend create mode 100644 recipes-core/busybox/busybox_1.31.%.bbappend diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend deleted file mode 100644 index f26df7e..0000000 --- a/recipes-core/busybox/busybox_%.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.31.%.bbappend b/recipes-core/busybox/busybox_1.31.%.bbappend new file mode 100644 index 0000000..f26df7e --- /dev/null +++ b/recipes-core/busybox/busybox_1.31.%.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