diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-26 14:35:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:01:18 +0100 |
commit | ae054a823909c5ebf03fec962844a213dc3fb8e1 (patch) | |
tree | be93ea5305dc03845b87a25203b24a3596f636b0 /meta/site/sh-common | |
parent | bae126b9b3a993dcd572eaf438c7ea5db843f6f5 (diff) | |
download | openembedded-core-contrib-ae054a823909c5ebf03fec962844a213dc3fb8e1.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.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/site/sh-common')
-rw-r--r-- | meta/site/sh-common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common index 26a612ad43e..63abe575f29 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} |