# HG changeset patch # User "Benoît THÉBAUDEAU" # Date 1311946258 -7200 # Node ID 99532252143db385a7d0a16a56615fbfbcdcf31a # Parent 7727970d04e9832b7e2ce081fc36b1fae8fab938 libc: remove unneeded glibc/eglibc common functions do_libc_locales_extract() and do_libc_locales() in glibc-eglibc.sh-common have been overridden for both glibc and eglibc, so they can now be removed, which this patch does. Signed-off-by: "Benoît THÉBAUDEAU" diff -r 7727970d04e9 -r 99532252143d scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Fri Jul 29 15:30:53 2011 +0200 +++ b/scripts/build/libc/glibc-eglibc.sh-common Fri Jul 29 15:30:58 2011 +0200 @@ -361,15 +361,3 @@ ;; esac } - -# Extract the files required for the libc locales -# Nothing to do by default -do_libc_locales_extract() { - : -} - -# Build and install the libc locales -# Nothing to do by default -do_libc_locales() { - : -}