diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-11 16:44:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-18 17:24:30 +0100 |
commit | 5276472c5e17191e503247257b572ed7643e3889 (patch) | |
tree | 60d8ded99fa24c72836d0bf594fb61fd5017ca11 /meta/site | |
parent | cae148a581afb8d71de2dee85caa265a6cf6fa66 (diff) | |
download | poky-5276472c5e17191e503247257b572ed7643e3889.tar.gz |
site/x86_64-linux-uclibc: Cache definitions of guint32/guint64
Without this glib 2.32.x wont build.
(From OE-Core rev: 6cb8bb9a338097dd63be63732b8e67fc87eb1a5e)
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/x86_64-linux-uclibc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc index bad2ed97d3..2d269f78f7 100644 --- a/meta/site/x86_64-linux-uclibc +++ b/meta/site/x86_64-linux-uclibc | |||
@@ -60,6 +60,9 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes} | |||
60 | 60 | ||
61 | # glib-2.0 | 61 | # glib-2.0 |
62 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | 62 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} |
63 | ac_cv_alignof_guint32=4 | ||
64 | ac_cv_alignof_guint64=8 | ||
65 | ac_cv_alignof_unsigned_long=8 | ||
63 | 66 | ||
64 | # libidl | 67 | # libidl |
65 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | 68 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |