* [PATCH 0/8] Start consolidating siteinfo information
@ 2011-07-22 16:28 Tom Rini
2011-07-22 16:28 ` [PATCH 1/8] siteinfo: Move certain samba entries to common-linux Tom Rini
` (7 more replies)
0 siblings, 8 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
Hey all,
As I've been talking about for a while, here is the first part of re-syncing
oe.dev siteinfo files with oe-core AND doing more consolidation. There's
more to do, but I don't want this to grow too large before I start submitting.
This contains what I would call the obviously correct stuff where:
- all of the common platforms set things to the same value
- A little poking around shows it's a libc test or a standard linux
feature.
- All of the arches that didn't set it just hadn't tried to build that yet.
The only part that's not 100% in that would be the db mutex drops. But
after trying the version of db we have and looking at the recipe:
- These values weren't being used at all and were incorrect in some
cases anyhow (eg x86_64 uclibc went with the x86_64 asm bits it has for
mutex, not none)
- It's not how you set mutex bits either. ie arm was doing one thing in
siteinfo and the recipe another and the way the recipe did it, works.
The following changes since commit b4c23fce3eadaff8fc621d38759d493cd03cc131:
Koen Kooi (1):
consolekit 0.4.5: fix PAM installation dir
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib trini/update-site-files-22jul
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-site-files-22jul
Tom Rini (8):
siteinfo: Move certain samba entries to common-linux
siteinfo: Move certain bash entries to common-linux
x86_64-linux siteinfo: Add bash info
siteinfo: Move certain mysql entries to common-linux
siteinfo: Move the rp-pppoe entry to common-linux
siteinfo: Move certain db entries to common-linux
siteinfo: Move general realloc/malloc values to common-$libc
siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to
common-libc
meta/site/arm-common | 35 -----
meta/site/arm-linux | 14 --
meta/site/arm-linux-uclibc | 11 --
meta/site/armeb-linux | 10 --
meta/site/armeb-linux-uclibc | 10 --
meta/site/common-glibc | 10 ++
meta/site/common-linux | 39 ++++++
meta/site/common-uclibc | 11 ++
meta/site/ix86-common | 43 ------
meta/site/mips-common | 3 -
meta/site/mips-linux | 29 +----
meta/site/mips-linux-uclibc | 29 +----
meta/site/mipsel-linux | 40 +------
meta/site/mipsel-linux-uclibc | 26 ----
meta/site/powerpc-common | 285 +++++++++++++++++++++++++++++++++++++++++
meta/site/powerpc-linux | 13 --
meta/site/powerpc32-linux | 36 +-----
meta/site/sh-common | 45 +-------
meta/site/sparc-linux | 10 --
meta/site/x86_64-linux | 28 +---
meta/site/x86_64-linux-uclibc | 23 ----
21 files changed, 357 insertions(+), 393 deletions(-)
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 1/8] siteinfo: Move certain samba entries to common-linux
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
@ 2011-07-22 16:28 ` Tom Rini
2011-07-22 16:39 ` Kumar Gala
2011-07-25 16:02 ` Phil Blundell
2011-07-22 16:28 ` [PATCH 2/8] siteinfo: Move certain bash " Tom Rini
` (6 subsequent siblings)
7 siblings, 2 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
Part of re-syncing with oe.dev, move samba_cv_HAVE_IFACE_* to common-linux
Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
meta/site/arm-linux | 3 -
meta/site/arm-linux-uclibc | 3 -
meta/site/armeb-linux | 2 -
meta/site/armeb-linux-uclibc | 2 -
meta/site/common-linux | 5 +
meta/site/mipsel-linux-uclibc | 3 -
meta/site/powerpc-common | 325 +++++++++++++++++++++++++++++++++++++++++
meta/site/powerpc32-linux | 3 -
meta/site/sh-common | 2 -
9 files changed, 330 insertions(+), 18 deletions(-)
diff --git a/meta/site/arm-linux b/meta/site/arm-linux
index 033366a..4dd4132 100644
--- a/meta/site/arm-linux
+++ b/meta/site/arm-linux
@@ -60,8 +60,6 @@ samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
samba_cv_HAVE_FUNCTION_MACRO=${samba_cv_HAVE_FUNCTION_MACRO=yes}
samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
-samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
-samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
samba_cv_HAVE_INT16_FROM_RPC_RPC_H=${samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no}
samba_cv_HAVE_INT32_FROM_RPC_RPC_H=${samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no}
@@ -145,7 +143,6 @@ samba_cv_unixsocket=${samba_cv_unixsocket=yes}
samba_cv_volatile=${samba_cv_volatile=yes}
#older sambe defines
-samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
diff --git a/meta/site/arm-linux-uclibc b/meta/site/arm-linux-uclibc
index 2933c3f..5f8ba34 100644
--- a/meta/site/arm-linux-uclibc
+++ b/meta/site/arm-linux-uclibc
@@ -44,12 +44,9 @@ samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
samba_cv_HAVE_FUNCTION_MACRO=${samba_cv_HAVE_FUNCTION_MACRO=yes}
samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
-samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
-samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
samba_cv_HAVE_INT16_FROM_RPC_RPC_H=${samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no}
samba_cv_HAVE_INT32_FROM_RPC_RPC_H=${samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no}
-samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
samba_cv_HAVE_KERNEL_OPLOCKS_IRIX=${samba_cv_HAVE_KERNEL_OPLOCKS_IRIX=no}
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
diff --git a/meta/site/armeb-linux b/meta/site/armeb-linux
index c852f00..d8da123 100644
--- a/meta/site/armeb-linux
+++ b/meta/site/armeb-linux
@@ -31,8 +31,6 @@ ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
# samba
samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
-samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
-samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
diff --git a/meta/site/armeb-linux-uclibc b/meta/site/armeb-linux-uclibc
index 02c63e4..5e86009 100644
--- a/meta/site/armeb-linux-uclibc
+++ b/meta/site/armeb-linux-uclibc
@@ -31,8 +31,6 @@ ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
# samba
samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
-samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
-samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
diff --git a/meta/site/common-linux b/meta/site/common-linux
index e69de29..c37c76a 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -0,0 +1,5 @@
+# samba
+samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
+samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
+samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
+samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index f36a30a..9545fea 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -93,10 +93,7 @@ samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=${samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPP
samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
-samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
-samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
-samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes}
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index e69de29..145da0d 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -0,0 +1,325 @@
+ac_cv_func_getpgrp_void=yes
+ac_cv_func_setpgrp_void=yes
+ac_cv_func_setgrent_void=yes
+ac_cv_func_malloc_0_nonnull=yes
+ac_cv_func_malloc_works=yes
+ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
+ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
+ac_cv_func_setvbuf_reversed=no
+ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
+ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
+ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
+ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
+ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
+ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4}
+ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
+ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
+ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
+ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
+ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
+ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
+ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
+ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
+ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
+ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
+ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=4}
+ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
+ac_cv_sys_restartable_syscalls=yes
+ac_cv_type___int64=${ac_cv_type___int64=no}
+ac_cv_type_size_t=${ac_cv_type_size_t=yes}
+ac_cv_type_void_p=${ac_cv_type_void_p=yes}
+ac_cv_uchar=${ac_cv_uchar=no}
+ac_cv_uint=${ac_cv_uint=yes}
+ac_cv_ulong=${ac_cv_ulong=yes}
+ac_cv_ushort=${ac_cv_ushort=yes}
+ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
+cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes}
+
+
+# apache
+ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
+apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
+ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
+
+ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
+ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
+ac_cv_sctp=${ac_cv_sctp=no}
+
+# ssh
+ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes}
+ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no}
+ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
+ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes}
+ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes}
+ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
+
+# coreutils
+utils_cv_sys_open_max=${utils_cv_sys_open_max=1019}
+
+# libpcap
+ac_cv_linux_vers=${ac_cv_linux_vers=2}
+
+# nano
+ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no}
+nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
+
+
+# libnet
+ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
+
+# screen
+screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
+screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
+screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
+screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
+screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
+screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
+screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no}
+screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
+screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
+
+ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
+ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
+ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
+ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
+
+# socat
+ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
+sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
+
+# links
+ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
+
+# sleepycat db
+db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
+db_cv_sprintf_count=${db_cv_sprintf_count=yes}
+db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
+db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
+db_cv_path_cp=${db_cv_path_cp=/bin/cp}
+db_cv_path_ln=${db_cv_path_ln=/bin/ln}
+db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
+db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
+db_cv_path_rm=${db_cv_path_rm=/bin/rm}
+db_cv_path_sh=${db_cv_path_sh=/bin/sh}
+db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
+db_cv_align_t=${db_cv_align_t='unsigned long long'}
+db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
+db_cv_mutex=${db_cv_mutex=no}
+db_cv_posixmutexes=${db_cv_posixmutexes=no}
+db_cv_uimutexes=${db_cv_uimutexes=no}
+
+# php
+ac_cv_pread=${ac_cv_pread=no}
+ac_cv_pwrite=${ac_cv_pwrite=no}
+php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
+
+# gettext
+am_cv_func_working_getline=${am_cv_func_working_getline=yes}
+
+# glib
+glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
+glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
+glib_cv_stack_grows=${glib_cv_stack_grows=no}
+glib_cv_uscore=${glib_cv_uscore=no}
+glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
+glib_cv_has__inline=${glib_cv_has__inline=yes}
+glib_cv_has__inline__=${glib_cv_has__inline__=yes}
+glib_cv_hasinline=${glib_cv_hasinline=yes}
+glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
+glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
+glib_cv_uscore=${glib_cv_uscore=no}
+glib_cv_va_copy=${glib_cv_va_copy=no}
+glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
+glib_cv___va_copy=${glib_cv___va_copy=yes}
+glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
+ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
+glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
+glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
+glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
+
+# ettercap
+ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
+
+# libesmtp
+acx_working_snprintf=${acx_working_snprintf=yes}
+
+# D-BUS
+ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
+
+# glib 2.0
+glib_cv_long_long_format=${glib_cv_long_long_format=ll}
+glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
+glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8}
+glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
+glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4}
+glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
+glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes}
+
+glib_cv_strlcpy=${glib_cv_strlcpy=no}
+
+# httppc
+ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
+
+# lftp
+ac_cv_need_trio=${ac_cv_need_trio=no}
+lftp_cv_va_copy=${lftp_cv_va_copy=no}
+lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
+lftp_cv___va_copy=${lftp_cv___va_copy=yes}
+
+# edb
+db_cv_spinlocks=${db_cv_spinlocks=no}
+
+# fget
+compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes}
+compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
+compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
+
+# slrn
+slrn_cv___va_copy=${slrn_cv___va_copy=yes}
+slrn_cv_va_copy=${slrn_cv_va_copy=no}
+slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
+ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
+ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
+ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
+ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
+
+# startup-notification
+lf_cv_sane_realloc=yes
+
+# libidl
+libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
+
+# ORBit2
+ac_cv_alignof_CORBA_boolean=1
+ac_cv_alignof_CORBA_char=1
+ac_cv_alignof_CORBA_double=4
+ac_cv_alignof_CORBA_float=4
+ac_cv_alignof_CORBA_long=4
+ac_cv_alignof_CORBA_long_double=4
+ac_cv_alignof_CORBA_long_long=4
+ac_cv_alignof_CORBA_octet=1
+ac_cv_alignof_CORBA_pointer=4
+ac_cv_alignof_CORBA_short=2
+ac_cv_alignof_CORBA_struct=4
+ac_cv_alignof_CORBA_wchar=2
+ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
+
+# cvs
+cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
+
+# bash
+ac_cv_c_long_double=${ac_cv_c_long_double=yes}
+bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
+bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
+bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
+bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
+bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
+bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
+bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
+bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
+bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
+bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
+bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
+bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
+bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
+bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
+bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
+
+# openssh
+ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'}
+ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_have_space_d_name_in_struct_dirent='no'}
+ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf='no'}
+ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug='yes'}
+ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr='no'}
+ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr='yes'}
+
+# vim
+ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
+
+#modphp
+ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
+ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}
+
+# apache2 (note other apache stanza in this file)
+ap_void_ptr_lt_long=${ap_void_ptr_lt_long=no}
+apr_cv_use_lfs64=${apr_cv_use_lfs64=yes}
+apr_cv_epoll=${apr_cv_epoll=yes}
+apr_cv_pthreads_cflags=${apr_cv_pthreads_cflags=-pthread}
+apr_cv_pthreads_lib=${apr_cv_pthreads_lib=-lpthread}
+apr_cv_mutex_recursive=${apr_cv_mutex_recursive=yes}
+ac_cv_func_mmap=${ac_cv_func_mmap=yes}
+ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
+ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4}
+ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
+ac_cv_socklen_t=${ac_cv_socklen_t=yes}
+ac_cv_struct_rlimit=${ac_cv_struct_rlimit=yes}
+ac_cv_negative_eai=${ac_cv_negative_eai=yes}
+apr_cv_gai_addrconfig=${apr_cv_gai_addrconfig=no}
+ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
+apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
+
+# binutils (libiberty)
+ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
+ac_cv_type_int=${ac_cv_type_int=yes}
+ac_cv_type_uintptr_t=${ac_cv_type_uintptr_t=yes}
+liberty_cv_uint64=${liberty_cv_uint64=uint64_t}
+
+#samba
+ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
+fu_cv_sys_stat_statvfs64=${fu_cv_sys_stat_statvfs64=yes}
+samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
+samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
+samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}
+samba_cv_HAVE_BROKEN_READDIR_NAME=${samba_cv_HAVE_BROKEN_READDIR_NAME=no}
+samba_cv_HAVE_C99_VSNPRINTF=${samba_cv_HAVE_C99_VSNPRINTF=yes}
+samba_cv_HAVE_DEV64_T=${samba_cv_HAVE_DEV64_T=no}
+samba_cv_HAVE_DEVICE_MAJOR_FN=${samba_cv_HAVE_DEVICE_MAJOR_FN=yes}
+samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
+samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
+samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
+samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
+samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
+samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
+samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
+samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes}
+samba_cv_HAVE_MAKEDEV=${samba_cv_HAVE_MAKEDEV=yes}
+samba_cv_HAVE_MMAP=${samba_cv_HAVE_MMAP=yes}
+samba_cv_HAVE_OFF64_T=${samba_cv_HAVE_OFF64_T=no}
+samba_cv_HAVE_SECURE_MKSTEMP=${samba_cv_HAVE_SECURE_MKSTEMP=yes}
+samba_cv_HAVE_SENDFILE64=${samba_cv_HAVE_SENDFILE64=yes}
+samba_cv_HAVE_SENDFILE=${samba_cv_HAVE_SENDFILE=yes}
+samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes}
+samba_cv_HAVE_TRUNCATED_SALT=${samba_cv_HAVE_TRUNCATED_SALT=no}
+samba_cv_HAVE_UNSIGNED_CHAR=${samba_cv_HAVE_UNSIGNED_CHAR=yes}
+samba_cv_HAVE_WORKING_AF_LOCAL=${samba_cv_HAVE_WORKING_AF_LOCAL=yes}
+samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
+samba_cv_REALPATH_TAKES_NULL=${samba_cv_REALPATH_TAKES_NULL=yes}
+samba_cv_REPLACE_INET_NTOA=${samba_cv_REPLACE_INET_NTOA=no}
+samba_cv_REPLACE_READDIR=${samba_cv_REPLACE_READDIR=no}
+samba_cv_SIZEOF_DEV_T=${samba_cv_SIZEOF_DEV_T=yes}
+samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes}
+samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes}
+samba_cv_STAT_STATVFS64=${samba_cv_STAT_STATVFS64=yes}
+samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
+samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
+samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
+samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
+samba_cv_have_longlong=${samba_cv_have_longlong=yes}
+samba_cv_have_setresgid=${samba_cv_have_setresgid=yes}
+samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
+
+#monotone
+ac_cv_sync_with_stdio=${ac_cv_sync_with_stdio=yes}
+ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes}
+
+# mysql
+mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
+mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
+ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
+
+# sudo
+sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
+
+# dpkg
+dpkg_cv_va_copy=${ac_cv_va_copy=yes}
+dpkg_cv___va_copy=${ac_cv___va_copy=yes}
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 33ad786..5d92ecf 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -272,9 +272,6 @@ samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
-samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
-samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
-samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index e8228fd..9368444 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -84,8 +84,6 @@ ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
# samba
samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
-samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
-samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 2/8] siteinfo: Move certain bash entries to common-linux
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
2011-07-22 16:28 ` [PATCH 1/8] siteinfo: Move certain samba entries to common-linux Tom Rini
@ 2011-07-22 16:28 ` Tom Rini
2011-07-22 16:28 ` [PATCH 3/8] x86_64-linux siteinfo: Add bash info Tom Rini
` (5 subsequent siblings)
7 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
More re-sync with oe.dev
Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
meta/site/arm-common | 14 --------------
meta/site/common-linux | 16 ++++++++++++++++
meta/site/ix86-common | 14 --------------
meta/site/mips-linux | 3 ---
meta/site/mips-linux-uclibc | 3 ---
meta/site/mipsel-linux | 14 --------------
meta/site/mipsel-linux-uclibc | 14 --------------
meta/site/powerpc-common | 14 --------------
meta/site/powerpc-linux | 3 ---
meta/site/powerpc32-linux | 13 -------------
meta/site/sh-common | 14 --------------
meta/site/sparc-linux | 3 ---
meta/site/x86_64-linux | 1 -
meta/site/x86_64-linux-uclibc | 1 -
14 files changed, 16 insertions(+), 111 deletions(-)
diff --git a/meta/site/arm-common b/meta/site/arm-common
index 5d3e68a..39eb30b 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -14,21 +14,7 @@ apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=yes}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
-bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
-bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
-bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
-bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
-bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
-bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
-bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
-bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
-bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
-bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
-bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
-bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
-bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
# coreutils
utils_cv_sys_open_max=${utils_cv_sys_open_max=1019}
diff --git a/meta/site/common-linux b/meta/site/common-linux
index c37c76a..74a822d 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -3,3 +3,19 @@ samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
+
+# bash
+bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
+bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
+bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
+bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
+bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
+bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
+bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
+bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
+bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
+bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
+bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
+bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
+bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
+bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 4a4442a..267d59f 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -58,21 +58,7 @@ ac_cv_file_lib_src_libmad_frame_h=${ac_cv_file_lib_src_libmad_frame_h=no}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=yes}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
-bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
-bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
-bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
-bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
-bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
-bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
-bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
-bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
-bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
-bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
-bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
-bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
-bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
# clamav
clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index 074cb09..495df5f 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -118,9 +118,6 @@ mono_cv_uscore=${mono_cv_uscore=no}
ac_cv_va_copy=${ac_cv_va_copy=yes}
ac_cv___va_copy=${ac_cv___va_copy=yes}
-# readline
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
-
# eds-dbus
ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index 074cb09..495df5f 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -118,9 +118,6 @@ mono_cv_uscore=${mono_cv_uscore=no}
ac_cv_va_copy=${ac_cv_va_copy=yes}
ac_cv___va_copy=${ac_cv___va_copy=yes}
-# readline
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
-
# eds-dbus
ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index c20e5ee..0959883 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -8,21 +8,7 @@ ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
-bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
-bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
-bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
-bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
-bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
-bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
-bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
-bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
-bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
-bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
-bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
-bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
-bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
# openssh
ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index 9545fea..25fa8b5 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -8,21 +8,7 @@ ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
-bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
-bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
-bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
-bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
-bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
-bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
-bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
-bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
-bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
-bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
-bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
-bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
-bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
# openssh
ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index 145da0d..cb95a4d 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -209,21 +209,7 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=yes}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
-bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
-bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
-bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
-bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
-bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
-bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
-bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
-bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
-bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
-bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
-bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
-bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
-bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
# openssh
ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'}
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index 9498b8a..399a58e 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -4,9 +4,6 @@ ac_cv_func_setgrent_void=yes
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
-# bash
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
-
# startup-notification
lf_cv_sane_realloc=yes
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 5d92ecf..9d89f73 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -205,19 +205,6 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=yes}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
-bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
-bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
-bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
-bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
-bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
-bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
-bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
-bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
-bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
-bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
-bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
-bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
-bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
# openssh
ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 9368444..196af11 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -222,21 +222,7 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=yes}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
-bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
-bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
-bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
-bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
-bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
-bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
-bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
-bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
-bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
-bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
-bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
-bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
-bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
# mono
cv_mono_sizeof_sunpath=108
diff --git a/meta/site/sparc-linux b/meta/site/sparc-linux
index 491dc74..ea6386b 100644
--- a/meta/site/sparc-linux
+++ b/meta/site/sparc-linux
@@ -53,6 +53,3 @@ glib_cv_stack_grows=${glib_cv_stack_grows=no}
#linux
ac_cv_linux_vers=${ac_cv_linux_vers=2}
-
-#bash
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
index 9c9e0f8..ba6e57c 100644
--- a/meta/site/x86_64-linux
+++ b/meta/site/x86_64-linux
@@ -32,7 +32,6 @@ ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=8}
ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8}
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8}
ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc
index d0d0f32..771e725 100644
--- a/meta/site/x86_64-linux-uclibc
+++ b/meta/site/x86_64-linux-uclibc
@@ -24,7 +24,6 @@ ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=8}
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8}
ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 3/8] x86_64-linux siteinfo: Add bash info
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
2011-07-22 16:28 ` [PATCH 1/8] siteinfo: Move certain samba entries to common-linux Tom Rini
2011-07-22 16:28 ` [PATCH 2/8] siteinfo: Move certain bash " Tom Rini
@ 2011-07-22 16:28 ` Tom Rini
2011-07-22 16:28 ` [PATCH 4/8] siteinfo: Move certain mysql entries to common-linux Tom Rini
` (4 subsequent siblings)
7 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
Taken from oe.dev
Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
meta/site/x86_64-linux | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
index ba6e57c..076e5b6 100644
--- a/meta/site/x86_64-linux
+++ b/meta/site/x86_64-linux
@@ -89,6 +89,11 @@ ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes}
#orbit
libIDL_cv_long_long_format=ll
+
+# bash
+bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
+
+# ORBit2
ac_cv_alignof_CORBA_boolean=1
ac_cv_alignof_CORBA_char=1
ac_cv_alignof_CORBA_double=8
--
1.7.0.4
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 4/8] siteinfo: Move certain mysql entries to common-linux
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
` (2 preceding siblings ...)
2011-07-22 16:28 ` [PATCH 3/8] x86_64-linux siteinfo: Add bash info Tom Rini
@ 2011-07-22 16:28 ` Tom Rini
2011-07-22 16:28 ` [PATCH 5/8] siteinfo: Move the rp-pppoe entry " Tom Rini
` (3 subsequent siblings)
7 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
More re-sync with oe.dev
Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
meta/site/arm-common | 1 -
meta/site/arm-linux | 1 -
meta/site/arm-linux-uclibc | 1 -
meta/site/armeb-linux | 1 -
meta/site/armeb-linux-uclibc | 1 -
meta/site/common-linux | 4 ++++
meta/site/ix86-common | 3 ---
meta/site/powerpc-common | 2 --
meta/site/powerpc32-linux | 2 --
meta/site/sh-common | 2 --
meta/site/sparc-linux | 1 -
11 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/meta/site/arm-common b/meta/site/arm-common
index 39eb30b..2880cfc 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -138,7 +138,6 @@ cv_mono_sizeof_sunpath=108
# mysql
mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
-ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
# nano
ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no}
diff --git a/meta/site/arm-linux b/meta/site/arm-linux
index 4dd4132..c141c5e 100644
--- a/meta/site/arm-linux
+++ b/meta/site/arm-linux
@@ -34,7 +34,6 @@ ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
-ac_cv_sys_restartable_syscalls=yes
ac_cv_uchar=${ac_cv_uchar=no}
ac_cv_uint=${ac_cv_uint=yes}
ac_cv_ulong=${ac_cv_ulong=yes}
diff --git a/meta/site/arm-linux-uclibc b/meta/site/arm-linux-uclibc
index 5f8ba34..5dbdba1 100644
--- a/meta/site/arm-linux-uclibc
+++ b/meta/site/arm-linux-uclibc
@@ -18,7 +18,6 @@ ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
-ac_cv_sys_restartable_syscalls=yes
ac_cv_uchar=${ac_cv_uchar=no}
ac_cv_uint=${ac_cv_uint=yes}
ac_cv_ulong=${ac_cv_ulong=yes}
diff --git a/meta/site/armeb-linux b/meta/site/armeb-linux
index d8da123..45fa692 100644
--- a/meta/site/armeb-linux
+++ b/meta/site/armeb-linux
@@ -21,7 +21,6 @@ ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
-ac_cv_sys_restartable_syscalls=yes
ac_cv_uchar=${ac_cv_uchar=no}
ac_cv_uint=${ac_cv_uint=yes}
ac_cv_ulong=${ac_cv_ulong=yes}
diff --git a/meta/site/armeb-linux-uclibc b/meta/site/armeb-linux-uclibc
index 5e86009..50874c4 100644
--- a/meta/site/armeb-linux-uclibc
+++ b/meta/site/armeb-linux-uclibc
@@ -21,7 +21,6 @@ ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
-ac_cv_sys_restartable_syscalls=yes
ac_cv_uchar=${ac_cv_uchar=no}
ac_cv_uint=${ac_cv_uint=yes}
ac_cv_ulong=${ac_cv_ulong=yes}
diff --git a/meta/site/common-linux b/meta/site/common-linux
index 74a822d..7cdfb63 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -19,3 +19,7 @@ bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
+
+# mysql
+ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
+ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 267d59f..cacf7ee 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -47,7 +47,6 @@ lf_cv_sane_realloc=yes
jm_cv_func_gettimeofday_clobber=no
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
bf_lsbf=1
-ac_cv_sys_restartable_syscalls=yes
ac_cv_uchar=${ac_cv_uchar=no}
ac_cv_uint=${ac_cv_uint=yes}
ac_cv_ulong=${ac_cv_ulong=yes}
@@ -126,7 +125,6 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
# guile
-ac_cv_sys_restartable_syscalls=yes
ac_cv_uchar=${ac_cv_uchar=no}
ac_cv_uint=${ac_cv_uint=yes}
ac_cv_ulong=${ac_cv_ulong=yes}
@@ -165,7 +163,6 @@ cv_mono_sizeof_sunpath=108
# mysql
mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=yes}
mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=yes}
-ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
# ORBit2
ac_cv_alignof_CORBA_boolean=1
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index cb95a4d..9784f30 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -24,7 +24,6 @@ ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=4}
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
-ac_cv_sys_restartable_syscalls=yes
ac_cv_type___int64=${ac_cv_type___int64=no}
ac_cv_type_size_t=${ac_cv_type_size_t=yes}
ac_cv_type_void_p=${ac_cv_type_void_p=yes}
@@ -301,7 +300,6 @@ ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes}
# mysql
mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
-ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
# sudo
sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 9d89f73..3a05053 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -28,7 +28,6 @@ ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
ac_cv_sizeof_unsigned_short_int=${ac_cv_sizeof_unsigned_short_int=2}
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=4}
-ac_cv_sys_restartable_syscalls=yes
ac_cv_type___int64=${ac_cv_type___int64=no}
ac_cv_type_size_t=${ac_cv_type_size_t=yes}
ac_cv_type_void_p=${ac_cv_type_void_p=yes}
@@ -296,7 +295,6 @@ ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes}
# mysql
mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
-ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
# sudo
sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 196af11..7fe36cc 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -24,7 +24,6 @@ ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
# lzo
ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
-ac_cv_sys_restartable_syscalls=yes
ac_cv_uchar=${ac_cv_uchar=no}
ac_cv_uint=${ac_cv_uint=yes}
ac_cv_ulong=${ac_cv_ulong=yes}
@@ -230,7 +229,6 @@ cv_mono_sizeof_sunpath=108
# mysql
mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
-ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
# rp-pppoe
rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
diff --git a/meta/site/sparc-linux b/meta/site/sparc-linux
index ea6386b..f4c221c 100644
--- a/meta/site/sparc-linux
+++ b/meta/site/sparc-linux
@@ -29,7 +29,6 @@ ac_cv_alignof_CORBA_long_double=4
ac_cv_c_long_double=${ac_cv_c_long_double=yes}
-ac_cv_sys_restartable_syscalls=yes
ac_cv_uchar=${ac_cv_uchar=no}
ac_cv_uint=${ac_cv_uint=yes}
ac_cv_ulong=${ac_cv_ulong=yes}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 5/8] siteinfo: Move the rp-pppoe entry to common-linux
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
` (3 preceding siblings ...)
2011-07-22 16:28 ` [PATCH 4/8] siteinfo: Move certain mysql entries to common-linux Tom Rini
@ 2011-07-22 16:28 ` Tom Rini
2011-07-22 16:28 ` [PATCH 6/8] siteinfo: Move certain db entries " Tom Rini
` (2 subsequent siblings)
7 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
More oe.dev re-sync.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
meta/site/arm-linux | 3 ---
meta/site/common-linux | 3 +++
meta/site/ix86-common | 3 ---
meta/site/mips-linux | 3 ---
meta/site/mips-linux-uclibc | 3 ---
meta/site/mipsel-linux | 3 ---
meta/site/mipsel-linux-uclibc | 2 --
meta/site/sh-common | 3 ---
8 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/meta/site/arm-linux b/meta/site/arm-linux
index c141c5e..6e69c03 100644
--- a/meta/site/arm-linux
+++ b/meta/site/arm-linux
@@ -172,6 +172,3 @@ ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
ac_cv_member_struct_sockaddr_sa_len=${ac_cv_member_struct_sockaddr_sa_len=no}
ac_cv_gnet_have_abstract_sockets=${ac_cv_gnet_have_abstract_sockets=no}
gnet_sockaddr_family_field_name=${gnet_sockaddr_family_field_name=ss_family}
-
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
diff --git a/meta/site/common-linux b/meta/site/common-linux
index 7cdfb63..981100c 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -23,3 +23,6 @@ bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
# mysql
ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
+
+# rp-pppoe
+rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index cacf7ee..fa32bb2 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -187,9 +187,6 @@ ac_cv_pread=${ac_cv_pread=no}
ac_cv_pwrite=${ac_cv_pwrite=no}
php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
# rsync
rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no}
rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index 495df5f..f6442ce 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -63,9 +63,6 @@ wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
# db3
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index 495df5f..f6442ce 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -63,9 +63,6 @@ wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
# db3
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index 0959883..76c0dc0 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -64,9 +64,6 @@ wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
# db3
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index 25fa8b5..838bdff 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -113,5 +113,3 @@ samba_cv_sysquotas_file=${samba_cv_sysquotas_file=lib/sysquotas_4A.c}
# doesn't cache it.
samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 7fe36cc..b6b0bf5 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -230,9 +230,6 @@ cv_mono_sizeof_sunpath=108
mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
# gettext
am_cv_func_working_getline=${am_cv_func_working_getline=yes}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 6/8] siteinfo: Move certain db entries to common-linux
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
` (4 preceding siblings ...)
2011-07-22 16:28 ` [PATCH 5/8] siteinfo: Move the rp-pppoe entry " Tom Rini
@ 2011-07-22 16:28 ` Tom Rini
2011-07-25 16:00 ` Phil Blundell
2011-07-22 16:28 ` [PATCH 7/8] siteinfo: Move general realloc/malloc values to common-$libc Tom Rini
2011-07-22 16:28 ` [PATCH 8/8] siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid, grgid}) to common-libc Tom Rini
7 siblings, 1 reply; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
Note that we had a number of unused and ignored settings wrt mutex
support. These have been dropped as they weren't being used and
implied some odd things to boot. This is also a partial resync with
oe.dev which had some, but not all of these changes.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
meta/site/arm-common | 12 ------------
meta/site/common-linux | 11 +++++++++++
meta/site/ix86-common | 12 ------------
meta/site/mips-linux | 14 +-------------
meta/site/mips-linux-uclibc | 14 +-------------
meta/site/mipsel-linux | 14 +-------------
meta/site/powerpc-common | 14 +-------------
meta/site/powerpc32-linux | 14 +-------------
meta/site/sh-common | 14 +-------------
meta/site/x86_64-linux | 14 ++------------
meta/site/x86_64-linux-uclibc | 12 ------------
11 files changed, 19 insertions(+), 126 deletions(-)
diff --git a/meta/site/arm-common b/meta/site/arm-common
index 2880cfc..2524db4 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -25,20 +25,8 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
# db (sleepycat)
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
-db_cv_mutex=${db_cv_mutex=no}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
-db_cv_uimutexes=${db_cv_uimutexes=no}
# D-BUS
ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
diff --git a/meta/site/common-linux b/meta/site/common-linux
index 981100c..1b4d182 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -4,6 +4,17 @@ samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
+# db
+db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
+db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
+db_cv_path_cp=${db_cv_path_cp=/bin/cp}
+db_cv_path_ln=${db_cv_path_ln=/bin/ln}
+db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
+db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
+db_cv_path_rm=${db_cv_path_rm=/bin/rm}
+db_cv_path_sh=${db_cv_path_sh=/bin/sh}
+db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
+
# bash
bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index fa32bb2..47f7178 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -72,19 +72,7 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
-db_cv_mutex=${db_cv_mutex=x86/gcc-assembly}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_uimutexes=${db_cv_uimutexes=no}
# D-BUS
ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index f6442ce..f81d4fa 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -63,23 +63,11 @@ wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
-# db3
+# db
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
-db_cv_mutex=${db_cv_mutex=POSIX/pthreads/library}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
-db_cv_uimutexes=${db_cv_uimutexes=no}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
# rrdtool
rd_cv_ieee_works=${rd_cv_ieee_works=yes}
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index f6442ce..f81d4fa 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -63,23 +63,11 @@ wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
-# db3
+# db
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
-db_cv_mutex=${db_cv_mutex=POSIX/pthreads/library}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
-db_cv_uimutexes=${db_cv_uimutexes=no}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
# rrdtool
rd_cv_ieee_works=${rd_cv_ieee_works=yes}
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index 76c0dc0..2805be1 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -64,23 +64,11 @@ wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
-# db3
+# db
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
-db_cv_mutex=${db_cv_mutex=no}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
-db_cv_uimutexes=${db_cv_uimutexes=no}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
# rrdtool
rd_cv_ieee_works=${rd_cv_ieee_works=yes}
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index 9784f30..804d33c 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -89,23 +89,11 @@ sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
# links
ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
-# sleepycat db
+# db
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
-db_cv_mutex=${db_cv_mutex=no}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
-db_cv_uimutexes=${db_cv_uimutexes=no}
# php
ac_cv_pread=${ac_cv_pread=no}
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 3a05053..6df66dc 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -93,23 +93,11 @@ sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
# links
ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
-# sleepycat db
+# db
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
-db_cv_mutex=${db_cv_mutex=no}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
-db_cv_uimutexes=${db_cv_uimutexes=no}
# php
ac_cv_pread=${ac_cv_pread=no}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index b6b0bf5..12ac3d8 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -102,23 +102,11 @@ samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes}
samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes}
samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes}
-# sleepycat db
+# db
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
-db_cv_mutex=${db_cv_mutex=no}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
-db_cv_uimutexes=${db_cv_uimutexes=no}
# php
ac_cv_pread=${ac_cv_pread=no}
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
index 076e5b6..1b83ce9 100644
--- a/meta/site/x86_64-linux
+++ b/meta/site/x86_64-linux
@@ -35,19 +35,9 @@ ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
-db_cv_mutex=${db_cv_mutex=POSIX/pthreads/library}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_uimutexes=${db_cv_uimutexes=no}
+
+# glib
glib_cv_hasinline=${glib_cv_hasinline=yes}
glib_cv_has__inline=${glib_cv_has__inline=yes}
glib_cv_has__inline__=${glib_cv_has__inline__=yes}
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc
index 771e725..f646c31 100644
--- a/meta/site/x86_64-linux-uclibc
+++ b/meta/site/x86_64-linux-uclibc
@@ -27,19 +27,7 @@ ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
-db_cv_mutex=${db_cv_mutex=no}
-db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
-db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
-db_cv_path_cp=${db_cv_path_cp=/bin/cp}
-db_cv_path_ln=${db_cv_path_ln=/bin/ln}
-db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
-db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
-db_cv_path_rm=${db_cv_path_rm=/bin/rm}
-db_cv_path_sh=${db_cv_path_sh=/bin/sh}
-db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
-db_cv_posixmutexes=${db_cv_posixmutexes=no}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
-db_cv_uimutexes=${db_cv_uimutexes=no}
glib_cv_hasinline=${glib_cv_hasinline=yes}
glib_cv_has__inline=${glib_cv_has__inline=yes}
glib_cv_has__inline__=${glib_cv_has__inline__=yes}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 7/8] siteinfo: Move general realloc/malloc values to common-$libc
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
` (5 preceding siblings ...)
2011-07-22 16:28 ` [PATCH 6/8] siteinfo: Move certain db entries " Tom Rini
@ 2011-07-22 16:28 ` Tom Rini
2011-07-22 16:28 ` [PATCH 8/8] siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid, grgid}) to common-libc Tom Rini
7 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
These are tests for glibc behavior which we have enabled in uclibc.
Note that if we ever disable MALLOC_GLIBC_COMPAT the uclibc tests
will need to be changed (but I believe this would also entail massive
patching to the rest of userspace so this should be unlikely).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
meta/site/arm-common | 4 ----
meta/site/arm-linux | 2 --
meta/site/arm-linux-uclibc | 2 --
meta/site/armeb-linux | 2 --
meta/site/armeb-linux-uclibc | 2 --
meta/site/common-glibc | 3 +++
meta/site/common-uclibc | 4 ++++
meta/site/ix86-common | 5 -----
meta/site/mips-common | 3 ---
meta/site/mips-linux | 3 ---
meta/site/mips-linux-uclibc | 3 ---
meta/site/mipsel-linux | 3 ---
meta/site/mipsel-linux-uclibc | 3 ---
meta/site/powerpc-common | 6 ------
meta/site/powerpc-linux | 4 ----
meta/site/powerpc32-linux | 4 ----
meta/site/sh-common | 6 ------
meta/site/sparc-linux | 2 --
meta/site/x86_64-linux | 2 --
meta/site/x86_64-linux-uclibc | 5 -----
20 files changed, 7 insertions(+), 61 deletions(-)
diff --git a/meta/site/arm-common b/meta/site/arm-common
index 2524db4..c216b57 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -180,10 +180,6 @@ screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
slrn_cv___va_copy=${slrn_cv___va_copy=yes}
slrn_cv_va_copy=${slrn_cv_va_copy=yes}
slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
-ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
-ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
-ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
# socat
ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
diff --git a/meta/site/arm-linux b/meta/site/arm-linux
index 6e69c03..69d251d 100644
--- a/meta/site/arm-linux
+++ b/meta/site/arm-linux
@@ -1,8 +1,6 @@
ac_cv_func_getpgrp_void=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setgrent_void=yes
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_malloc_works=yes
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
diff --git a/meta/site/arm-linux-uclibc b/meta/site/arm-linux-uclibc
index 5dbdba1..1e283ef 100644
--- a/meta/site/arm-linux-uclibc
+++ b/meta/site/arm-linux-uclibc
@@ -1,8 +1,6 @@
ac_cv_func_getpgrp_void=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setgrent_void=yes
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_malloc_works=yes
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_posix_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
diff --git a/meta/site/armeb-linux b/meta/site/armeb-linux
index 45fa692..ecff3da 100644
--- a/meta/site/armeb-linux
+++ b/meta/site/armeb-linux
@@ -1,8 +1,6 @@
ac_cv_func_getpgrp_void=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setgrent_void=yes
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_malloc_works=yes
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
diff --git a/meta/site/armeb-linux-uclibc b/meta/site/armeb-linux-uclibc
index 50874c4..8365810 100644
--- a/meta/site/armeb-linux-uclibc
+++ b/meta/site/armeb-linux-uclibc
@@ -1,8 +1,6 @@
ac_cv_func_getpgrp_void=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setgrent_void=yes
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_malloc_works=yes
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index a34396f..9339655 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -1,5 +1,8 @@
# general
ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes}
+ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
+ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
+ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
index ce216bb..8ea192c 100644
--- a/meta/site/common-uclibc
+++ b/meta/site/common-uclibc
@@ -1,5 +1,9 @@
# general
ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no}
+ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
+ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
+ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
+ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
# glib
glib_cv_strlcpy=${glib_cv_strlcpy=no}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 47f7178..ea8937e 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -25,8 +25,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
-ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
@@ -167,9 +165,6 @@ ac_cv_alignof_CORBA_struct=4
ac_cv_alignof_CORBA_wchar=2
ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
-# p3scan
-ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
-
# php
ac_cv_pread=${ac_cv_pread=no}
ac_cv_pwrite=${ac_cv_pwrite=no}
diff --git a/meta/site/mips-common b/meta/site/mips-common
index bbfc779..e7eb3af 100644
--- a/meta/site/mips-common
+++ b/meta/site/mips-common
@@ -1,6 +1,3 @@
-ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
-
# cvs
cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index f81d4fa..a8e52ae 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -3,9 +3,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-# tslib, others
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
-
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index f81d4fa..a8e52ae 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -3,9 +3,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-# tslib, others
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
-
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index 2805be1..fc2a9c0 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -3,9 +3,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-# tslib, others
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
-
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index 838bdff..c589cfd 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -3,9 +3,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-# tslib, others
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
-
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index 804d33c..e5b9f54 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -1,8 +1,6 @@
ac_cv_func_getpgrp_void=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setgrent_void=yes
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_malloc_works=yes
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_setvbuf_reversed=no
@@ -165,10 +163,6 @@ compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
slrn_cv___va_copy=${slrn_cv___va_copy=yes}
slrn_cv_va_copy=${slrn_cv_va_copy=no}
slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
-ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
-ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
-ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
# startup-notification
lf_cv_sane_realloc=yes
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index 399a58e..93a94f5 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -7,10 +7,6 @@ ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
# startup-notification
lf_cv_sane_realloc=yes
-# flex
-ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
-ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
-
# glib
glib_cv_stack_grows=${glib_cv_stack_grows=no}
glib_cv_uscore=${glib_cv_uscore=no}
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 6df66dc..46b64eb 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -1,5 +1,3 @@
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_malloc_works=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
@@ -165,8 +163,6 @@ compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
slrn_cv___va_copy=${slrn_cv___va_copy=yes}
slrn_cv_va_copy=${slrn_cv_va_copy=no}
slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
-ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
# libidl
libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 12ac3d8..ce7c41b 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -1,7 +1,5 @@
ac_cv_func_setpgrp_void=yes
ac_cv_func_setgrent_void=yes
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_malloc_works=yes
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
@@ -178,10 +176,6 @@ compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
slrn_cv___va_copy=${slrn_cv___va_copy=yes}
slrn_cv_va_copy=${slrn_cv_va_copy=no}
slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
-ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
-ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
-ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
# startup-notification
lf_cv_sane_realloc=yes
diff --git a/meta/site/sparc-linux b/meta/site/sparc-linux
index f4c221c..a0ac8d1 100644
--- a/meta/site/sparc-linux
+++ b/meta/site/sparc-linux
@@ -1,8 +1,6 @@
ac_cv_func_getpgrp_void=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setgrent_void=yes
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_malloc_works=yes
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
index 1b83ce9..48e94da 100644
--- a/meta/site/x86_64-linux
+++ b/meta/site/x86_64-linux
@@ -2,7 +2,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
@@ -100,7 +99,6 @@ ac_cv_alignof_CORBA_wchar=2
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
sudo_cv_uid_t=${sudo_cv_uid_t_len=10}
-ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
lf_cv_sane_realloc=yes
as_cv_unaligned_access=${as_cv_unaligned_access=yes}
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc
index f646c31..be74642 100644
--- a/meta/site/x86_64-linux-uclibc
+++ b/meta/site/x86_64-linux-uclibc
@@ -2,7 +2,6 @@ ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
-ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
@@ -68,10 +67,6 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes}
glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
-# flex
-ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
-ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
-
# libidl
libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 8/8] siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid, grgid}) to common-libc
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
` (6 preceding siblings ...)
2011-07-22 16:28 ` [PATCH 7/8] siteinfo: Move general realloc/malloc values to common-$libc Tom Rini
@ 2011-07-22 16:28 ` Tom Rini
7 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:28 UTC (permalink / raw)
To: openembedded-core
These functions are determined by the C library so move them to common-glibc
and common-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
meta/site/arm-common | 4 ----
meta/site/arm-linux | 5 -----
meta/site/arm-linux-uclibc | 5 -----
meta/site/armeb-linux | 5 -----
meta/site/armeb-linux-uclibc | 5 -----
meta/site/common-glibc | 7 +++++++
meta/site/common-uclibc | 7 +++++++
meta/site/ix86-common | 6 ------
meta/site/mips-linux | 6 ------
meta/site/mips-linux-uclibc | 6 ------
meta/site/mipsel-linux | 6 ------
meta/site/mipsel-linux-uclibc | 4 ----
meta/site/powerpc-common | 6 ------
meta/site/powerpc-linux | 6 ------
meta/site/sh-common | 4 ----
meta/site/sparc-linux | 4 ----
meta/site/x86_64-linux | 6 ------
meta/site/x86_64-linux-uclibc | 5 -----
18 files changed, 14 insertions(+), 83 deletions(-)
diff --git a/meta/site/arm-common b/meta/site/arm-common
index c216b57..04d1164 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -48,9 +48,6 @@ ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
# gettext
am_cv_func_working_getline=${am_cv_func_working_getline=yes}
-# gio
-ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
-
# glib
glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
@@ -67,7 +64,6 @@ glib_cv_va_copy=${glib_cv_va_copy=yes}
glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
glib_cv___va_copy=${glib_cv___va_copy=yes}
glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
-ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
diff --git a/meta/site/arm-linux b/meta/site/arm-linux
index 69d251d..762d489 100644
--- a/meta/site/arm-linux
+++ b/meta/site/arm-linux
@@ -1,8 +1,3 @@
-ac_cv_func_getpgrp_void=yes
-ac_cv_func_setpgrp_void=yes
-ac_cv_func_setgrent_void=yes
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
diff --git a/meta/site/arm-linux-uclibc b/meta/site/arm-linux-uclibc
index 1e283ef..c5c430c 100644
--- a/meta/site/arm-linux-uclibc
+++ b/meta/site/arm-linux-uclibc
@@ -1,8 +1,3 @@
-ac_cv_func_getpgrp_void=yes
-ac_cv_func_setpgrp_void=yes
-ac_cv_func_setgrent_void=yes
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
diff --git a/meta/site/armeb-linux b/meta/site/armeb-linux
index ecff3da..6521ff5 100644
--- a/meta/site/armeb-linux
+++ b/meta/site/armeb-linux
@@ -1,8 +1,3 @@
-ac_cv_func_getpgrp_void=yes
-ac_cv_func_setpgrp_void=yes
-ac_cv_func_setgrent_void=yes
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
diff --git a/meta/site/armeb-linux-uclibc b/meta/site/armeb-linux-uclibc
index 8365810..731e857 100644
--- a/meta/site/armeb-linux-uclibc
+++ b/meta/site/armeb-linux-uclibc
@@ -1,8 +1,3 @@
-ac_cv_func_getpgrp_void=yes
-ac_cv_func_setpgrp_void=yes
-ac_cv_func_setgrent_void=yes
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 9339655..8cfa695 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -5,6 +5,13 @@ ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
+ac_cv_func_getpgrp_void=yes
+ac_cv_func_setpgrp_void=yes
+ac_cv_func_setgrent_void=yes
+ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
+ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
+ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
+ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
# bash
diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
index 8ea192c..093f60e 100644
--- a/meta/site/common-uclibc
+++ b/meta/site/common-uclibc
@@ -4,6 +4,13 @@ ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
+ac_cv_func_getpgrp_void=yes
+ac_cv_func_setpgrp_void=yes
+ac_cv_func_setgrent_void=yes
+ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
+ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
+ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
+ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
# glib
glib_cv_strlcpy=${glib_cv_strlcpy=no}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index ea8937e..2ead4e1 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -21,15 +21,11 @@ ac_cv_sizeof_uid_t=${ac_cv_sizeof_uid_t=4}
ac_cv_sizeof_gid_t=${ac_cv_sizeof_gid_t=4}
ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=4}
ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8}
-ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
-ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
-ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
@@ -106,9 +102,7 @@ glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes}
# glib-2.0
glib_cv_stack_grows=${glib_cv_stack_grows=no}
utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
# guile
ac_cv_uchar=${ac_cv_uchar=no}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index a8e52ae..86d396e 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -1,7 +1,4 @@
-
-ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
@@ -35,9 +32,7 @@ glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
# glib-2.0
glib_cv_stack_grows=${glib_cv_stack_grows=no}
utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
# libpcap
ac_cv_linux_vers=${ac_cv_linux_vers=2}
@@ -55,7 +50,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
# ncftp
-ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index a8e52ae..86d396e 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -1,7 +1,4 @@
-
-ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
@@ -35,9 +32,7 @@ glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
# glib-2.0
glib_cv_stack_grows=${glib_cv_stack_grows=no}
utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
# libpcap
ac_cv_linux_vers=${ac_cv_linux_vers=2}
@@ -55,7 +50,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
# ncftp
-ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index fc2a9c0..4070055 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -1,7 +1,5 @@
-ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
@@ -35,10 +33,7 @@ glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
# glib-2.0
glib_cv_stack_grows=${glib_cv_stack_grows=no}
utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
-
# libpcap
ac_cv_linux_vers=${ac_cv_linux_vers=2}
@@ -56,7 +51,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
# ncftp
-ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index c589cfd..aaf47c0 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -1,7 +1,4 @@
-
-ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
# bash
ac_cv_c_long_double=${ac_cv_c_long_double=no}
@@ -48,7 +45,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
# ncftp
-ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index e5b9f54..67602fd 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -1,8 +1,3 @@
-ac_cv_func_getpgrp_void=yes
-ac_cv_func_setpgrp_void=yes
-ac_cv_func_setgrent_void=yes
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
@@ -117,7 +112,6 @@ glib_cv_va_copy=${glib_cv_va_copy=no}
glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
glib_cv___va_copy=${glib_cv___va_copy=yes}
glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
-ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index 93a94f5..74eb0a7 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -1,9 +1,3 @@
-ac_cv_func_getpgrp_void=yes
-ac_cv_func_setpgrp_void=yes
-ac_cv_func_setgrent_void=yes
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
-
# startup-notification
lf_cv_sane_realloc=yes
diff --git a/meta/site/sh-common b/meta/site/sh-common
index ce7c41b..3fe00f0 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -1,6 +1,3 @@
-ac_cv_func_setpgrp_void=yes
-ac_cv_func_setgrent_void=yes
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
@@ -127,7 +124,6 @@ glib_cv_va_copy=${glib_cv_va_copy=no}
glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
glib_cv___va_copy=${glib_cv___va_copy=yes}
glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
-ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
diff --git a/meta/site/sparc-linux b/meta/site/sparc-linux
index a0ac8d1..49d0d9a 100644
--- a/meta/site/sparc-linux
+++ b/meta/site/sparc-linux
@@ -1,7 +1,3 @@
-ac_cv_func_getpgrp_void=yes
-ac_cv_func_setpgrp_void=yes
-ac_cv_func_setgrent_void=yes
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
index 48e94da..968dedc 100644
--- a/meta/site/x86_64-linux
+++ b/meta/site/x86_64-linux
@@ -1,10 +1,6 @@
-ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
-ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
@@ -96,8 +92,6 @@ ac_cv_alignof_CORBA_short=2
ac_cv_alignof_CORBA_struct=1
ac_cv_alignof_CORBA_wchar=2
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
-
sudo_cv_uid_t=${sudo_cv_uid_t_len=10}
lf_cv_sane_realloc=yes
as_cv_unaligned_access=${as_cv_unaligned_access=yes}
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc
index be74642..4699240 100644
--- a/meta/site/x86_64-linux-uclibc
+++ b/meta/site/x86_64-linux-uclibc
@@ -1,10 +1,6 @@
-ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
-ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
-ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
-ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
@@ -65,7 +61,6 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes}
# glib-2.0
glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
-ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
# libidl
libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 18+ messages in thread
* Re: [PATCH 1/8] siteinfo: Move certain samba entries to common-linux
2011-07-22 16:28 ` [PATCH 1/8] siteinfo: Move certain samba entries to common-linux Tom Rini
@ 2011-07-22 16:39 ` Kumar Gala
2011-07-22 16:50 ` Tom Rini
2011-07-25 16:02 ` Phil Blundell
1 sibling, 1 reply; 18+ messages in thread
From: Kumar Gala @ 2011-07-22 16:39 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
>
> diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
> index e69de29..145da0d 100644
> --- a/meta/site/powerpc-common
> +++ b/meta/site/powerpc-common
> @@ -0,0 +1,325 @@
> +ac_cv_func_getpgrp_void=yes
> +ac_cv_func_setpgrp_void=yes
> +ac_cv_func_setgrent_void=yes
> +ac_cv_func_malloc_0_nonnull=yes
> +ac_cv_func_malloc_works=yes
> +ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
> +ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
> +ac_cv_func_setvbuf_reversed=no
> +ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
> +ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
> +ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
> +ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
> +ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
> +ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4}
> +ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
> +ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
> +ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
> +ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
> +ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
> +ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
> +ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
> +ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
> +ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
> +ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
> +ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=4}
> +ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
> +ac_cv_sys_restartable_syscalls=yes
> +ac_cv_type___int64=${ac_cv_type___int64=no}
> +ac_cv_type_size_t=${ac_cv_type_size_t=yes}
> +ac_cv_type_void_p=${ac_cv_type_void_p=yes}
> +ac_cv_uchar=${ac_cv_uchar=no}
> +ac_cv_uint=${ac_cv_uint=yes}
> +ac_cv_ulong=${ac_cv_ulong=yes}
> +ac_cv_ushort=${ac_cv_ushort=yes}
> +ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
> +cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes}
This is wrong for PPC.. will break ppc64
- k
> +
> +
> +# apache
> +ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
> +apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
> +ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
> +
> +ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
> +ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
> +ac_cv_sctp=${ac_cv_sctp=no}
> +
> +# ssh
> +ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes}
> +ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no}
> +ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
> +ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes}
> +ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes}
> +ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
> +
> +# coreutils
> +utils_cv_sys_open_max=${utils_cv_sys_open_max=1019}
> +
> +# libpcap
> +ac_cv_linux_vers=${ac_cv_linux_vers=2}
> +
> +# nano
> +ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no}
> +nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
> +
> +
> +# libnet
> +ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
> +
> +# screen
> +screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
> +screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
> +screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
> +screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
> +screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
> +screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
> +screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no}
> +screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
> +screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
> +
> +ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
> +ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
> +ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
> +ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
> +
> +# socat
> +ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
> +sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
> +
> +# links
> +ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
> +
> +# sleepycat db
> +db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
> +db_cv_sprintf_count=${db_cv_sprintf_count=yes}
> +db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
> +db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
> +db_cv_path_cp=${db_cv_path_cp=/bin/cp}
> +db_cv_path_ln=${db_cv_path_ln=/bin/ln}
> +db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
> +db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
> +db_cv_path_rm=${db_cv_path_rm=/bin/rm}
> +db_cv_path_sh=${db_cv_path_sh=/bin/sh}
> +db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
> +db_cv_align_t=${db_cv_align_t='unsigned long long'}
> +db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
> +db_cv_mutex=${db_cv_mutex=no}
> +db_cv_posixmutexes=${db_cv_posixmutexes=no}
> +db_cv_uimutexes=${db_cv_uimutexes=no}
> +
> +# php
> +ac_cv_pread=${ac_cv_pread=no}
> +ac_cv_pwrite=${ac_cv_pwrite=no}
> +php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
> +
> +# gettext
> +am_cv_func_working_getline=${am_cv_func_working_getline=yes}
> +
> +# glib
> +glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
> +glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
> +glib_cv_stack_grows=${glib_cv_stack_grows=no}
> +glib_cv_uscore=${glib_cv_uscore=no}
> +glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
> +glib_cv_has__inline=${glib_cv_has__inline=yes}
> +glib_cv_has__inline__=${glib_cv_has__inline__=yes}
> +glib_cv_hasinline=${glib_cv_hasinline=yes}
> +glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
> +glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
> +glib_cv_uscore=${glib_cv_uscore=no}
> +glib_cv_va_copy=${glib_cv_va_copy=no}
> +glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
> +glib_cv___va_copy=${glib_cv___va_copy=yes}
> +glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
> +ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
> +glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
> +glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
> +glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
> +
> +# ettercap
> +ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
> +
> +# libesmtp
> +acx_working_snprintf=${acx_working_snprintf=yes}
> +
> +# D-BUS
> +ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
> +
> +# glib 2.0
> +glib_cv_long_long_format=${glib_cv_long_long_format=ll}
> +glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
> +glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8}
> +glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
> +glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4}
> +glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
> +glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes}
> +
> +glib_cv_strlcpy=${glib_cv_strlcpy=no}
> +
> +# httppc
> +ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
> +
> +# lftp
> +ac_cv_need_trio=${ac_cv_need_trio=no}
> +lftp_cv_va_copy=${lftp_cv_va_copy=no}
> +lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
> +lftp_cv___va_copy=${lftp_cv___va_copy=yes}
> +
> +# edb
> +db_cv_spinlocks=${db_cv_spinlocks=no}
> +
> +# fget
> +compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes}
> +compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
> +compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
> +
> +# slrn
> +slrn_cv___va_copy=${slrn_cv___va_copy=yes}
> +slrn_cv_va_copy=${slrn_cv_va_copy=no}
> +slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
> +ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
> +ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
> +ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
> +ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
> +
> +# startup-notification
> +lf_cv_sane_realloc=yes
> +
> +# libidl
> +libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
> +
> +# ORBit2
> +ac_cv_alignof_CORBA_boolean=1
> +ac_cv_alignof_CORBA_char=1
> +ac_cv_alignof_CORBA_double=4
> +ac_cv_alignof_CORBA_float=4
> +ac_cv_alignof_CORBA_long=4
> +ac_cv_alignof_CORBA_long_double=4
> +ac_cv_alignof_CORBA_long_long=4
> +ac_cv_alignof_CORBA_octet=1
> +ac_cv_alignof_CORBA_pointer=4
> +ac_cv_alignof_CORBA_short=2
> +ac_cv_alignof_CORBA_struct=4
> +ac_cv_alignof_CORBA_wchar=2
> +ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
> +
> +# cvs
> +cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
> +
> +# bash
> +ac_cv_c_long_double=${ac_cv_c_long_double=yes}
> +bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
> +bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
> +bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
> +bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
> +bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
> +bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
> +bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
> +bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
> +bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
> +bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
> +bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
> +bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
> +bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
> +bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
> +bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
> +
> +# openssh
> +ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'}
> +ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_have_space_d_name_in_struct_dirent='no'}
> +ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf='no'}
> +ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug='yes'}
> +ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr='no'}
> +ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr='yes'}
> +
> +# vim
> +ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
> +
> +#modphp
> +ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
> +ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}
> +
> +# apache2 (note other apache stanza in this file)
> +ap_void_ptr_lt_long=${ap_void_ptr_lt_long=no}
> +apr_cv_use_lfs64=${apr_cv_use_lfs64=yes}
> +apr_cv_epoll=${apr_cv_epoll=yes}
> +apr_cv_pthreads_cflags=${apr_cv_pthreads_cflags=-pthread}
> +apr_cv_pthreads_lib=${apr_cv_pthreads_lib=-lpthread}
> +apr_cv_mutex_recursive=${apr_cv_mutex_recursive=yes}
> +ac_cv_func_mmap=${ac_cv_func_mmap=yes}
> +ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
> +ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4}
> +ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
> +ac_cv_socklen_t=${ac_cv_socklen_t=yes}
> +ac_cv_struct_rlimit=${ac_cv_struct_rlimit=yes}
> +ac_cv_negative_eai=${ac_cv_negative_eai=yes}
> +apr_cv_gai_addrconfig=${apr_cv_gai_addrconfig=no}
> +ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
> +apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
> +
> +# binutils (libiberty)
> +ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
> +ac_cv_type_int=${ac_cv_type_int=yes}
> +ac_cv_type_uintptr_t=${ac_cv_type_uintptr_t=yes}
> +liberty_cv_uint64=${liberty_cv_uint64=uint64_t}
> +
> +#samba
> +ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
> +fu_cv_sys_stat_statvfs64=${fu_cv_sys_stat_statvfs64=yes}
> +samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
> +samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
> +samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}
> +samba_cv_HAVE_BROKEN_READDIR_NAME=${samba_cv_HAVE_BROKEN_READDIR_NAME=no}
> +samba_cv_HAVE_C99_VSNPRINTF=${samba_cv_HAVE_C99_VSNPRINTF=yes}
> +samba_cv_HAVE_DEV64_T=${samba_cv_HAVE_DEV64_T=no}
> +samba_cv_HAVE_DEVICE_MAJOR_FN=${samba_cv_HAVE_DEVICE_MAJOR_FN=yes}
> +samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
> +samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
> +samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
> +samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
> +samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
> +samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
> +samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
> +samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes}
> +samba_cv_HAVE_MAKEDEV=${samba_cv_HAVE_MAKEDEV=yes}
> +samba_cv_HAVE_MMAP=${samba_cv_HAVE_MMAP=yes}
> +samba_cv_HAVE_OFF64_T=${samba_cv_HAVE_OFF64_T=no}
> +samba_cv_HAVE_SECURE_MKSTEMP=${samba_cv_HAVE_SECURE_MKSTEMP=yes}
> +samba_cv_HAVE_SENDFILE64=${samba_cv_HAVE_SENDFILE64=yes}
> +samba_cv_HAVE_SENDFILE=${samba_cv_HAVE_SENDFILE=yes}
> +samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes}
> +samba_cv_HAVE_TRUNCATED_SALT=${samba_cv_HAVE_TRUNCATED_SALT=no}
> +samba_cv_HAVE_UNSIGNED_CHAR=${samba_cv_HAVE_UNSIGNED_CHAR=yes}
> +samba_cv_HAVE_WORKING_AF_LOCAL=${samba_cv_HAVE_WORKING_AF_LOCAL=yes}
> +samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
> +samba_cv_REALPATH_TAKES_NULL=${samba_cv_REALPATH_TAKES_NULL=yes}
> +samba_cv_REPLACE_INET_NTOA=${samba_cv_REPLACE_INET_NTOA=no}
> +samba_cv_REPLACE_READDIR=${samba_cv_REPLACE_READDIR=no}
> +samba_cv_SIZEOF_DEV_T=${samba_cv_SIZEOF_DEV_T=yes}
> +samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes}
> +samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes}
> +samba_cv_STAT_STATVFS64=${samba_cv_STAT_STATVFS64=yes}
> +samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
> +samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
> +samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
> +samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
> +samba_cv_have_longlong=${samba_cv_have_longlong=yes}
> +samba_cv_have_setresgid=${samba_cv_have_setresgid=yes}
> +samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
> +
> +#monotone
> +ac_cv_sync_with_stdio=${ac_cv_sync_with_stdio=yes}
> +ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes}
> +
> +# mysql
> +mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
> +mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
> +ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
> +
> +# sudo
> +sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> +
> +# dpkg
> +dpkg_cv_va_copy=${ac_cv_va_copy=yes}
> +dpkg_cv___va_copy=${ac_cv___va_copy=yes}
> diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
> index 33ad786..5d92ecf 100644
> --- a/meta/site/powerpc32-linux
> +++ b/meta/site/powerpc32-linux
> @@ -272,9 +272,6 @@ samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
> samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
> samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
> samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
> -samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
> -samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
> -samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
> samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
> samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
> samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/8] siteinfo: Move certain samba entries to common-linux
2011-07-22 16:39 ` Kumar Gala
@ 2011-07-22 16:50 ` Tom Rini
0 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-22 16:50 UTC (permalink / raw)
To: openembedded-core
On 07/22/2011 09:39 AM, Kumar Gala wrote:
>>
>> diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
>> index e69de29..145da0d 100644
>> --- a/meta/site/powerpc-common
>> +++ b/meta/site/powerpc-common
>> @@ -0,0 +1,325 @@
>> +ac_cv_func_getpgrp_void=yes
>> +ac_cv_func_setpgrp_void=yes
>> +ac_cv_func_setgrent_void=yes
>> +ac_cv_func_malloc_0_nonnull=yes
>> +ac_cv_func_malloc_works=yes
>> +ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
>> +ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
>> +ac_cv_func_setvbuf_reversed=no
>> +ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
>> +ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
>> +ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
>> +ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
>> +ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
>> +ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4}
>> +ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
>> +ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
>> +ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
>> +ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
>> +ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
>> +ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
>> +ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
>> +ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
>> +ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
>> +ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
>> +ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=4}
>> +ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
>> +ac_cv_sys_restartable_syscalls=yes
>> +ac_cv_type___int64=${ac_cv_type___int64=no}
>> +ac_cv_type_size_t=${ac_cv_type_size_t=yes}
>> +ac_cv_type_void_p=${ac_cv_type_void_p=yes}
>> +ac_cv_uchar=${ac_cv_uchar=no}
>> +ac_cv_uint=${ac_cv_uint=yes}
>> +ac_cv_ulong=${ac_cv_ulong=yes}
>> +ac_cv_ushort=${ac_cv_ushort=yes}
>> +ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
>> +cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes}
>
>
> This is wrong for PPC.. will break ppc64
Yeah, that wasn't supposed to be in there, sorry. I'll v2 this all
shortly then.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 6/8] siteinfo: Move certain db entries to common-linux
2011-07-22 16:28 ` [PATCH 6/8] siteinfo: Move certain db entries " Tom Rini
@ 2011-07-25 16:00 ` Phil Blundell
2011-07-25 16:03 ` Tom Rini
0 siblings, 1 reply; 18+ messages in thread
From: Phil Blundell @ 2011-07-25 16:00 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote:
> +db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
> +db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
> +db_cv_path_cp=${db_cv_path_cp=/bin/cp}
> +db_cv_path_ln=${db_cv_path_ln=/bin/ln}
> +db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
> +db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
> +db_cv_path_rm=${db_cv_path_rm=/bin/rm}
> +db_cv_path_sh=${db_cv_path_sh=/bin/sh}
> +db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
Those contain assumptions about ${bindir} and ${base_bindir} which are
not necessarily valid. I think db should probably be patched for those
rather than putting them here,
p.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/8] siteinfo: Move certain samba entries to common-linux
2011-07-22 16:28 ` [PATCH 1/8] siteinfo: Move certain samba entries to common-linux Tom Rini
2011-07-22 16:39 ` Kumar Gala
@ 2011-07-25 16:02 ` Phil Blundell
2011-07-25 16:06 ` Tom Rini
1 sibling, 1 reply; 18+ messages in thread
From: Phil Blundell @ 2011-07-25 16:02 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote:
> Part of re-syncing with oe.dev, move samba_cv_HAVE_IFACE_* to common-linux
>
> Signed-off-by: Tom Rini <tom_rini@mentor.com>
> ---
> meta/site/arm-linux | 3 -
> meta/site/arm-linux-uclibc | 3 -
> meta/site/armeb-linux | 2 -
> meta/site/armeb-linux-uclibc | 2 -
> meta/site/common-linux | 5 +
> meta/site/mipsel-linux-uclibc | 3 -
> meta/site/powerpc-common | 325 +++++++++++++++++++++++++++++++++++++++++
> meta/site/powerpc32-linux | 3 -
> meta/site/sh-common | 2 -
> 9 files changed, 330 insertions(+), 18 deletions(-)
What's that massive powerpc-common hunk about? It didn't seem obviously
related to the subject of this patch.
p.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 6/8] siteinfo: Move certain db entries to common-linux
2011-07-25 16:00 ` Phil Blundell
@ 2011-07-25 16:03 ` Tom Rini
2011-07-25 16:05 ` Phil Blundell
0 siblings, 1 reply; 18+ messages in thread
From: Tom Rini @ 2011-07-25 16:03 UTC (permalink / raw)
To: openembedded-core
On 07/25/2011 09:00 AM, Phil Blundell wrote:
> On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote:
>> +db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
>> +db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
>> +db_cv_path_cp=${db_cv_path_cp=/bin/cp}
>> +db_cv_path_ln=${db_cv_path_ln=/bin/ln}
>> +db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
>> +db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
>> +db_cv_path_rm=${db_cv_path_rm=/bin/rm}
>> +db_cv_path_sh=${db_cv_path_sh=/bin/sh}
>> +db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
>
> Those contain assumptions about ${bindir} and ${base_bindir} which are
> not necessarily valid. I think db should probably be patched for those
> rather than putting them here,
It's possible they simply aren't used anymore, if micro in oe.dev is
building / working with db.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 6/8] siteinfo: Move certain db entries to common-linux
2011-07-25 16:03 ` Tom Rini
@ 2011-07-25 16:05 ` Phil Blundell
2011-07-25 16:22 ` Tom Rini
0 siblings, 1 reply; 18+ messages in thread
From: Phil Blundell @ 2011-07-25 16:05 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, 2011-07-25 at 09:03 -0700, Tom Rini wrote:
> On 07/25/2011 09:00 AM, Phil Blundell wrote:
> > On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote:
> >> +db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
> >> +db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
> >> +db_cv_path_cp=${db_cv_path_cp=/bin/cp}
> >> +db_cv_path_ln=${db_cv_path_ln=/bin/ln}
> >> +db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
> >> +db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
> >> +db_cv_path_rm=${db_cv_path_rm=/bin/rm}
> >> +db_cv_path_sh=${db_cv_path_sh=/bin/sh}
> >> +db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
> >
> > Those contain assumptions about ${bindir} and ${base_bindir} which are
> > not necessarily valid. I think db should probably be patched for those
> > rather than putting them here,
>
> It's possible they simply aren't used anymore, if micro in oe.dev is
> building / working with db.
Yeah, could be. (I haven't checked recently but I don't recall any db
breakage with micro in oe.dev.) It does seem a bit weird that db would
want to use things like "strip".
p.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/8] siteinfo: Move certain samba entries to common-linux
2011-07-25 16:02 ` Phil Blundell
@ 2011-07-25 16:06 ` Tom Rini
2011-07-25 16:07 ` Phil Blundell
0 siblings, 1 reply; 18+ messages in thread
From: Tom Rini @ 2011-07-25 16:06 UTC (permalink / raw)
To: openembedded-core
On 07/25/2011 09:02 AM, Phil Blundell wrote:
> On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote:
>> Part of re-syncing with oe.dev, move samba_cv_HAVE_IFACE_* to common-linux
>>
>> Signed-off-by: Tom Rini <tom_rini@mentor.com>
>> ---
>> meta/site/arm-linux | 3 -
>> meta/site/arm-linux-uclibc | 3 -
>> meta/site/armeb-linux | 2 -
>> meta/site/armeb-linux-uclibc | 2 -
>> meta/site/common-linux | 5 +
>> meta/site/mipsel-linux-uclibc | 3 -
>> meta/site/powerpc-common | 325 +++++++++++++++++++++++++++++++++++++++++
>> meta/site/powerpc32-linux | 3 -
>> meta/site/sh-common | 2 -
>> 9 files changed, 330 insertions(+), 18 deletions(-)
>
> What's that massive powerpc-common hunk about? It didn't seem obviously
> related to the subject of this patch.
Fall out from re-basing with Kumar's stuff applied, hence the v2 :)
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/8] siteinfo: Move certain samba entries to common-linux
2011-07-25 16:06 ` Tom Rini
@ 2011-07-25 16:07 ` Phil Blundell
0 siblings, 0 replies; 18+ messages in thread
From: Phil Blundell @ 2011-07-25 16:07 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, 2011-07-25 at 09:06 -0700, Tom Rini wrote:
> On 07/25/2011 09:02 AM, Phil Blundell wrote:
> > On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote:
> >> Part of re-syncing with oe.dev, move samba_cv_HAVE_IFACE_* to common-linux
> >>
> >> Signed-off-by: Tom Rini <tom_rini@mentor.com>
> >> ---
> >> meta/site/arm-linux | 3 -
> >> meta/site/arm-linux-uclibc | 3 -
> >> meta/site/armeb-linux | 2 -
> >> meta/site/armeb-linux-uclibc | 2 -
> >> meta/site/common-linux | 5 +
> >> meta/site/mipsel-linux-uclibc | 3 -
> >> meta/site/powerpc-common | 325 +++++++++++++++++++++++++++++++++++++++++
> >> meta/site/powerpc32-linux | 3 -
> >> meta/site/sh-common | 2 -
> >> 9 files changed, 330 insertions(+), 18 deletions(-)
> >
> > What's that massive powerpc-common hunk about? It didn't seem obviously
> > related to the subject of this patch.
>
> Fall out from re-basing with Kumar's stuff applied, hence the v2 :)
Ah, right, sorry. For some reason I seem to have the v1 and v2 patches
interleaved in my inbox and I got confused about which was which.
p.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 6/8] siteinfo: Move certain db entries to common-linux
2011-07-25 16:05 ` Phil Blundell
@ 2011-07-25 16:22 ` Tom Rini
0 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2011-07-25 16:22 UTC (permalink / raw)
To: openembedded-core
On 07/25/2011 09:05 AM, Phil Blundell wrote:
> On Mon, 2011-07-25 at 09:03 -0700, Tom Rini wrote:
>> On 07/25/2011 09:00 AM, Phil Blundell wrote:
>>> On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote:
>>>> +db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
>>>> +db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
>>>> +db_cv_path_cp=${db_cv_path_cp=/bin/cp}
>>>> +db_cv_path_ln=${db_cv_path_ln=/bin/ln}
>>>> +db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
>>>> +db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
>>>> +db_cv_path_rm=${db_cv_path_rm=/bin/rm}
>>>> +db_cv_path_sh=${db_cv_path_sh=/bin/sh}
>>>> +db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
>>>
>>> Those contain assumptions about ${bindir} and ${base_bindir} which are
>>> not necessarily valid. I think db should probably be patched for those
>>> rather than putting them here,
>>
>> It's possible they simply aren't used anymore, if micro in oe.dev is
>> building / working with db.
>
> Yeah, could be. (I haven't checked recently but I don't recall any db
> breakage with micro in oe.dev.) It does seem a bit weird that db would
> want to use things like "strip".
As an aside, db is one of the things that makes me want to finish this
re-sync round so I can wipe out all of the site files and try again. As
I mention in the comments, we have a wrong and ignored bits for db since
it dates back to db3.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2011-07-25 16:26 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 16:28 [PATCH 0/8] Start consolidating siteinfo information Tom Rini
2011-07-22 16:28 ` [PATCH 1/8] siteinfo: Move certain samba entries to common-linux Tom Rini
2011-07-22 16:39 ` Kumar Gala
2011-07-22 16:50 ` Tom Rini
2011-07-25 16:02 ` Phil Blundell
2011-07-25 16:06 ` Tom Rini
2011-07-25 16:07 ` Phil Blundell
2011-07-22 16:28 ` [PATCH 2/8] siteinfo: Move certain bash " Tom Rini
2011-07-22 16:28 ` [PATCH 3/8] x86_64-linux siteinfo: Add bash info Tom Rini
2011-07-22 16:28 ` [PATCH 4/8] siteinfo: Move certain mysql entries to common-linux Tom Rini
2011-07-22 16:28 ` [PATCH 5/8] siteinfo: Move the rp-pppoe entry " Tom Rini
2011-07-22 16:28 ` [PATCH 6/8] siteinfo: Move certain db entries " Tom Rini
2011-07-25 16:00 ` Phil Blundell
2011-07-25 16:03 ` Tom Rini
2011-07-25 16:05 ` Phil Blundell
2011-07-25 16:22 ` Tom Rini
2011-07-22 16:28 ` [PATCH 7/8] siteinfo: Move general realloc/malloc values to common-$libc Tom Rini
2011-07-22 16:28 ` [PATCH 8/8] siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid, grgid}) to common-libc Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox