From: Yoann Congal <[email protected]>

Other locale might have different order for the "-" character and lead
to unstable sorting.

Signed-off-by: Yoann Congal <[email protected]>
---
 README.OE-Core.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.OE-Core.md b/README.OE-Core.md
index 7187fb94be..4804e43632 100644
--- a/README.OE-Core.md
+++ b/README.OE-Core.md
@@ -18,6 +18,10 @@ Contributing
 Please refer to our contributor guide here: 
<https://docs.yoctoproject.org/dev/contributor-guide/>
 for full details on how to submit changes.
 
+For any files containing sorted lists (such as recipe maintainers), please 
ensure
+alphabetical order is maintained using the C locale. For example, use:
+`LC_ALL=C sort` to sort the list.
+
 As a quick guide, patches should be sent to 
[email protected]
 The git command to do that would be:
 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#232508): 
https://lists.openembedded.org/g/openembedded-core/message/232508
Mute This Topic: https://lists.openembedded.org/mt/118157437/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to