]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
Revert "site: merged common-glibc from OE"
authorKhem Raj <raj.khem@gmail.com>
Fri, 28 Jul 2023 03:47:57 +0000 (20:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2023 06:48:33 +0000 (07:48 +0100)
commit96f041cc22b7b23d43a6ed31e969b1c789b3d42d
tree030aa3240fdfa80080bca5c0a2f11bb7c88077b1
parentffff6eb96f0c500cf4386e842b73fc11156b469a
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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/common-glibc