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]> --- meta/conf/distro/include/maintainers.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index c43107ccdc..b9a2da0387 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -25,7 +25,8 @@ # # RECIPE_MAINTAINER:pn-<recipe name> = "Full Name <address@domain>" # -# Please keep this list in alphabetical order. +# Please keep this list in alphabetical order using the C locale. +# (e.g. use 'LC_ALL=C sort' to sort the list). # RECIPE_MAINTAINER:pn-acl = "Chen Qi <[email protected]>" RECIPE_MAINTAINER:pn-acpica = "Ross Burton <[email protected]>"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232507): https://lists.openembedded.org/g/openembedded-core/message/232507 Mute This Topic: https://lists.openembedded.org/mt/118157436/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
