diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-07-27 20:47:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-30 07:54:44 +0100 |
commit | 153499cb5832b7802fe39ca20da458746e19eb66 (patch) | |
tree | 345e63b98186de60be5f9ecc6664c356ec8a64c8 /meta/site | |
parent | baa99b3201f5d9cac5cacedd1eb99ce7aa07b844 (diff) | |
download | poky-153499cb5832b7802fe39ca20da458746e19eb66.tar.gz |
Revert "site: merged common-glibc from OE"
This reverts commit a2f942c22e31fe15fef1b44a0e5cc548a60d43a6.
AC_TYPE_UID_T autoconf macro caches its result in ac_cv_type_uid_t
for defining uid_t and gid_t to suitable types if system headers do not
define them
back in 2008 autoconf did not evaluate it correctly [1] however it works
fine now with autoconf 2.72c especially after [2]
[1] https://git.openembedded.org/openembedded/commit/?id=d572f3b010ea76c5b79ecf1ae7864f7a6348220a
[2] https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=51d98495d1aac00970d791f064e83ca762bf81c7
(From OE-Core rev: 96f041cc22b7b23d43a6ed31e969b1c789b3d42d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/common-glibc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 7ba91e03c0..958699b143 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc | |||
@@ -12,7 +12,6 @@ ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} | |||
12 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | 12 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} |
13 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | 13 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} |
14 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | 14 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} |
15 | ac_cv_type_uid_t={ac_cv_type_uid_t=yes} | ||
16 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} | 15 | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} |
17 | ac_cv_func_strtod=${ac_cv_func_strtod=yes} | 16 | ac_cv_func_strtod=${ac_cv_func_strtod=yes} |
18 | 17 | ||