From: Khem Raj <raj.khem@gmail.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files
Date: Sat, 30 Jul 2011 10:25:18 -0700 [thread overview]
Message-ID: <9242177.qDpCW2S6UF@perseus> (raw)
In-Reply-To: <13ae8210a401f000beaf5ab54523e07c5b113831.1311807353.git.tom_rini@mentor.com>
On Wednesday, July 27, 2011 03:56:45 PM Tom Rini wrote:
> We were just setting this to the assumed default. If anything, this
> belongs in the libc files if we must set it.
uid_t is not a libc controlled define. Its kernel controlled (though kernel-
headers)
>
> Signed-off-by: Tom Rini <tom_rini@mentor.com>
> ---
> meta/site/arm-common | 3 ---
> meta/site/ix86-common | 3 ---
> meta/site/mips-linux | 3 ---
> meta/site/mips-linux-uclibc | 3 ---
> meta/site/mipsel-linux | 5 +----
> meta/site/powerpc32-linux | 3 ---
> meta/site/sh-common | 3 ---
> meta/site/x86_64-linux | 1 -
> 8 files changed, 1 insertions(+), 23 deletions(-)
>
> diff --git a/meta/site/arm-common b/meta/site/arm-common
> index 04d1164..2129298 100644
> --- a/meta/site/arm-common
> +++ b/meta/site/arm-common
> @@ -191,9 +191,6 @@
> ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} #
> startup-notification
> lf_cv_sane_realloc=yes
>
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
> # xffm
> jm_cv_func_working_readdir=yes
>
> diff --git a/meta/site/ix86-common b/meta/site/ix86-common
> index 7a7e253..122eb14 100644
> --- a/meta/site/ix86-common
> +++ b/meta/site/ix86-common
> @@ -211,9 +211,6 @@
> ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} #
> startup-notification
> lf_cv_sane_realloc=yes
>
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
> # xffm
> jm_cv_func_working_readdir=yes
>
> diff --git a/meta/site/mips-linux b/meta/site/mips-linux
> index 807e552..212c3ad 100644
> --- a/meta/site/mips-linux
> +++ b/meta/site/mips-linux
> @@ -76,9 +76,6 @@
> samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} # vim
> ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
>
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
> # intercom
> ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
>
> diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
> index 807e552..212c3ad 100644
> --- a/meta/site/mips-linux-uclibc
> +++ b/meta/site/mips-linux-uclibc
> @@ -76,9 +76,6 @@
> samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} # vim
> ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
>
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
> # intercom
> ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
>
> diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
> index c59d85f..a9032ac 100644
> --- a/meta/site/mipsel-linux
> +++ b/meta/site/mipsel-linux
> @@ -77,10 +77,7 @@
> samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} # vim
> ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
>
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
> -#intercom
> +# intercom
> ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
>
> #lmbench
> diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
> index 46b64eb..8a10111 100644
> --- a/meta/site/powerpc32-linux
> +++ b/meta/site/powerpc32-linux
> @@ -280,9 +280,6 @@ ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes}
> mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
> mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
>
> -# 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/sh-common b/meta/site/sh-common
> index 26a612a..63abe57 100644
> --- a/meta/site/sh-common
> +++ b/meta/site/sh-common
> @@ -231,9 +231,6 @@
> rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
> rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
> rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
>
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
> # ipsec-tools
> ac_cv_va_copy=${ac_cv_va_copy=no}
> ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
> diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
> index 968dedc..91965b9 100644
> --- a/meta/site/x86_64-linux
> +++ b/meta/site/x86_64-linux
> @@ -92,7 +92,6 @@ ac_cv_alignof_CORBA_short=2
> ac_cv_alignof_CORBA_struct=1
> ac_cv_alignof_CORBA_wchar=2
>
> -sudo_cv_uid_t=${sudo_cv_uid_t_len=10}
> lf_cv_sane_realloc=yes
> as_cv_unaligned_access=${as_cv_unaligned_access=yes}
--
Khem Raj
next prev parent reply other threads:[~2011-07-30 17:29 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
2011-07-27 22:56 ` [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files Tom Rini
2011-07-30 17:25 ` Khem Raj [this message]
2011-07-30 18:39 ` Phil Blundell
2011-07-30 21:03 ` Khem Raj
2011-07-30 23:41 ` Tom Rini
2011-07-27 22:56 ` [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo Tom Rini
2011-07-30 17:33 ` Khem Raj
2011-07-30 23:42 ` Tom Rini
2011-07-31 0:56 ` Khem Raj
2011-07-31 19:16 ` Tom Rini
2011-08-01 17:14 ` Tom Rini
2011-08-01 17:23 ` Khem Raj
2011-08-03 21:10 ` Tom Rini
2011-07-27 22:56 ` [PATCH 3/9] Various site files: Drop monotone Tom Rini
2011-08-04 13:52 ` Richard Purdie
2011-08-04 15:08 ` Khem Raj
2011-08-04 15:14 ` Phil Blundell
2011-08-04 15:49 ` Khem Raj
2011-07-27 22:56 ` [PATCH 4/9] Various siteinfo files: Consolidate ac_cv_func_getaddrinfo Tom Rini
2011-07-27 22:56 ` [PATCH 5/9] Various siteinfo files: Drop enca section Tom Rini
2011-07-27 22:56 ` [PATCH 6/9] Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy Tom Rini
2011-07-27 22:56 ` [PATCH 7/9] site/common-linux: Add ac_cv_file__dev_zero=yes Tom Rini
2011-07-27 22:56 ` [PATCH 8/9] siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc Tom Rini
2011-07-27 22:56 ` [PATCH 9/9] Various siteinfo: Drop rp-pppoe variables Tom Rini
2011-08-04 14:57 ` [PATCH 0/9] Re-sync and update siteinfo, round 2 Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9242177.qDpCW2S6UF@perseus \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox