From 3505cde5f2497a01284b36987a011883cc39e659 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 21 Dec 2009 05:41:22 +0100 Subject: [PATCH] eglibc: - remove unneeded files and dirs --- .../devel/eglibc/config/nsswitch.conf | 19 ------ .../eglibc/config/option-groups.defaults | 66 ------------------- packages/toolchain/devel/eglibc/unpack | 28 -------- 3 files changed, 113 deletions(-) delete mode 100644 packages/toolchain/devel/eglibc/config/nsswitch.conf delete mode 100644 packages/toolchain/devel/eglibc/config/option-groups.defaults delete mode 100755 packages/toolchain/devel/eglibc/unpack diff --git a/packages/toolchain/devel/eglibc/config/nsswitch.conf b/packages/toolchain/devel/eglibc/config/nsswitch.conf deleted file mode 100644 index 349d8c9293..0000000000 --- a/packages/toolchain/devel/eglibc/config/nsswitch.conf +++ /dev/null @@ -1,19 +0,0 @@ -# /etc/nsswitch.conf -# -# Example configuration of GNU Name Service Switch functionality. -# If you have the `glibc-doc' and `info' packages installed, try: -# `info libc "Name Service Switch"' for information about this file. - -passwd: compat -group: compat -shadow: compat - -hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 -networks: files - -protocols: db files -services: db files -ethers: db files -rpc: db files - -netgroup: nis diff --git a/packages/toolchain/devel/eglibc/config/option-groups.defaults b/packages/toolchain/devel/eglibc/config/option-groups.defaults deleted file mode 100644 index a238515aee..0000000000 --- a/packages/toolchain/devel/eglibc/config/option-groups.defaults +++ /dev/null @@ -1,66 +0,0 @@ -# This file sets default values for all option group variables -# mentioned in option-groups.def; see that file for a description of -# each option group. -# -# Subdirectory makefiles include this file before including the user's -# settings from option-groups.config at the top of the build tree; -# that file need only refer to those options whose default settings -# are to be changed. -# -# By default, all option groups are enabled. -OPTION_EGLIBC_ADVANCED_INET6 = n - -#+++ -OPTION_EGLIBC_BACKTRACE = n - -OPTION_EGLIBC_BIG_MACROS = n -OPTION_EGLIBC_BSD = n -OPTION_EGLIBC_CXX_TESTS = y -OPTION_EGLIBC_CATGETS = n -OPTION_EGLIBC_CHARSETS = n - -#+++ -OPTION_EGLIBC_DB_ALIASES = n - -OPTION_EGLIBC_ENVZ = y -OPTION_EGLIBC_FCVT = y -OPTION_EGLIBC_FMTMSG = y -OPTION_EGLIBC_FSTAB = y -OPTION_EGLIBC_FTRAVERSE = y - -# needed by PAM -OPTION_EGLIBC_GETLOGIN = y - -OPTION_EGLIBC_INET = y -OPTION_EGLIBC_LIBM = y -OPTION_EGLIBC_LOCALES = n - -# needed by glib -OPTION_EGLIBC_LOCALE_CODE = y - -OPTION_EGLIBC_MEMUSAGE = y - -#+++ -OPTION_EGLIBC_NIS = y - -OPTION_EGLIBC_NSSWITCH = y -OPTION_EGLIBC_RCMD = n - -OPTION_EGLIBC_SPAWN = y -OPTION_EGLIBC_STREAMS = y -OPTION_EGLIBC_SUNRPC = y - -# needed by PAM -OPTION_EGLIBC_UTMP = y - -OPTION_EGLIBC_UTMPX = n -OPTION_EGLIBC_WORDEXP = y -OPTION_POSIX_C_LANG_WIDE_CHAR = y - -# needed by busyboxs sed: -OPTION_POSIX_REGEXP = y - -#--- -OPTION_POSIX_REGEXP_GLIBC = n - -OPTION_POSIX_WIDE_CHAR_DEVICE_IO = y diff --git a/packages/toolchain/devel/eglibc/unpack b/packages/toolchain/devel/eglibc/unpack deleted file mode 100755 index af7ceb1212..0000000000 --- a/packages/toolchain/devel/eglibc/unpack +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -. config/options - -EGLIBC=`ls -d $PKG_BUILD` -PKG_DIR=`find $PACKAGES -type d -name $1` - -cp $PKG_DIR/config/option-groups.defaults $EGLIBC - -echo "OPTION_EGLIBC_ADVANCED_INET6 = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_BACKTRACE = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_BIG_MACROS = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_BSD = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_CXX_TESTS = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_CATGETS = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_CHARSETS = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_CRYPT = y" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_CRYPT_UFC = y" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_DB_ALIASES = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_ENVZ = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_FCVT = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_FMTMSG = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_FSTAB = y" >> $EGLIBC/eglibc.config - -echo "OPTION_EGLIBC_LIBM_BIG = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_LOCALES = n" >> $EGLIBC/eglibc.config -echo "OPTION_EGLIBC_LOCALE_CODE = n" >> $EGLIBC/eglibc.config -