summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-07-29 13:30:58 (GMT)
committerBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-07-29 13:30:58 (GMT)
commit593883763314c5247d8e250067e0b2f00f8e2e0a (patch)
tree52e0030d36497571a0fc7dda1f9c6f3e7222c586
parent568251c2815ac5f41642c33d6cd7f22905add8b0 (diff)
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" <benoit.thebaudeau@advansee.com>
-rw-r--r--scripts/build/libc/glibc-eglibc.sh-common12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common
index bc7fd13..8fac480 100644
--- a/scripts/build/libc/glibc-eglibc.sh-common
+++ b/scripts/build/libc/glibc-eglibc.sh-common
@@ -361,15 +361,3 @@ do_libc_min_kernel_config() {
;;
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() {
- :
-}