summaryrefslogtreecommitdiffstats
path: root/meta/site/sh-common
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-26 14:35:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:04:35 +0100
commit92ed28ccc76f4baa6d980368fc259d768e33ac9a (patch)
tree6e99774a9cbfc802c974e97bc8c90cdda0c79ad6 /meta/site/sh-common
parent59be4fe98db5a766e5b2ccfb9fe6ac7800a13ed2 (diff)
downloadpoky-92ed28ccc76f4baa6d980368fc259d768e33ac9a.tar.gz
sudo: Drop sudo_cv_uid_t_len from site files
We were just setting this to the assumed default. If anything, this belongs in the libc files if we must set it. (From OE-Core rev: ae054a823909c5ebf03fec962844a213dc3fb8e1) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/sh-common')
-rw-r--r--meta/site/sh-common3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 26a612ad43..63abe575f2 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}
231rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no} 231rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
232rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no} 232rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
233 233
234# sudo
235sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
236
237# ipsec-tools 234# ipsec-tools
238ac_cv_va_copy=${ac_cv_va_copy=no} 235ac_cv_va_copy=${ac_cv_va_copy=no}
239ac_cv_va_val_copy=${ac_cv_va_val_copy=yes} 236ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}