[oe-commits] [openembedded-core] branch master-next updated: site/ix86-common: Drop ac_cv_sizeof_ino_t as it can be incorrect with large file support

git at git.openembedded.org git at git.openembedded.org
Sun Aug 13 10:23:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 5dbf4d9  site/ix86-common: Drop ac_cv_sizeof_ino_t as it can be incorrect with large file support
5dbf4d9 is described below

commit 5dbf4d9678e8c9f9c971953422c4d44a2d18f6f6
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Aug 13 11:22:48 2017 +0100

    site/ix86-common: Drop ac_cv_sizeof_ino_t as it can be incorrect with large file support
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/site/ix86-common | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index f4cf0b8..4fbf58c 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -19,7 +19,6 @@ ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
 ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
 ac_cv_sizeof_uid_t=${ac_cv_sizeof_uid_t=4}
 ac_cv_sizeof_gid_t=${ac_cv_sizeof_gid_t=4}
-ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=4}
 ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8}
 ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
 ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list