From: Ross Burton <ross.burton@arm.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/3] cross-localedef-native: prune patch list
Date: Thu, 6 Aug 2026 17:27:28 +0100 [thread overview]
Message-ID: <20260806162730.352060-1-ross.burton@arm.com> (raw)
The cross-localedef-native recipe builds on top of glibc and drops in an
autoconf tree to build just localedef. For some reason we're applying a
partial subset of glibc patches that do not impact the localedef build
at all, for example adding documentation or fixing nscd.
Remove patches and other assignments that don't impact the build of
localedef.
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
meta/recipes-core/glibc/cross-localedef-native_2.44.bb | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.44.bb b/meta/recipes-core/glibc/cross-localedef-native_2.44.bb
index cf48b9c83bf..47018ff23b4 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.44.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.44.bb
@@ -25,13 +25,8 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
file://0001-localedef-Add-hardlink-resolver-from-util-linux.patch \
file://0002-localedef-fix-ups-hardlink-to-make-it-compile.patch \
\
- file://0009-eglibc-Cross-building-and-testing-instructions.patch \
- file://0010-eglibc-Help-bootstrap-cross-toolchain.patch \
- file://0011-eglibc-Resolve-__fpscr_values-on-SH4.patch \
file://0012-eglibc-Forward-port-cross-locale-generation-support.patch \
file://0013-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch \
- file://0016-Replace-echo-with-printf-builtin-in-nscd-init-script.patch \
- file://0018-timezone-Make-shell-interpreter-overridable-in-tzsel.patch \
"
# Makes for a rather long rev (22 characters), but...
#
@@ -39,10 +34,6 @@ SRCREV_FORMAT = "glibc_localedef"
EXTRA_OECONF = "--with-glibc=${S}"
-# We do not need bash to run tzselect script, the default is to use
-# bash but it can be configured by setting KSHELL Makefile variable
-EXTRA_OEMAKE += "KSHELL=/bin/sh"
-
CFLAGS += "-fgnu89-inline -std=gnu99 -DIS_IN\(x\)='0'"
do_install() {
--
2.43.0
next reply other threads:[~2026-08-06 16:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-06 16:27 Ross Burton [this message]
2026-08-06 16:27 ` [PATCH 2/3] glibc: update patch status Ross Burton
2026-08-06 16:27 ` [PATCH 3/3] glibc: remove redundant tzselect interpreter option patch Ross Burton
2026-08-06 16:32 ` Patchtest results for [PATCH 1/3] cross-localedef-native: prune patch list patchtest
2026-08-06 17:27 ` [OE-core] " Khem Raj
2026-08-06 17:29 ` Ross Burton
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=20260806162730.352060-1-ross.burton@arm.com \
--to=ross.burton@arm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox