[oe-commits] Khem Raj : site/x86_64-linux-uclibc: Cache definitions of guint32/guint64

git at git.openembedded.org git at git.openembedded.org
Mon Jun 18 12:17:49 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 6cb8bb9a338097dd63be63732b8e67fc87eb1a5e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6cb8bb9a338097dd63be63732b8e67fc87eb1a5e

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jun 11 16:44:19 2012 -0700

site/x86_64-linux-uclibc: Cache definitions of guint32/guint64

Without this glib 2.32.x wont build.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 bad2ed9..2d269f7 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}
 
 # glib-2.0
 glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
+ac_cv_alignof_guint32=4
+ac_cv_alignof_guint64=8
+ac_cv_alignof_unsigned_long=8
 
 # libidl
 libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}





More information about the Openembedded-commits mailing list