public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] site: add x86-32/64 alignment values for at-spi2-core
@ 2013-01-21 15:39 Ross Burton
  2013-02-25 19:10 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2013-01-21 15:39 UTC (permalink / raw)
  To: openembedded-core

This package isn't yet in oe-core, but GTK+ 3.6 depends on it so will be here at
some point.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/site/ix86-common  |   10 ++++++++++
 meta/site/x86_64-linux |    9 +++++++++
 2 files changed, 19 insertions(+)

diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 20cac75..5c90865 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -220,3 +220,13 @@ ac_cv_lib_c_signalfd=${ac_cv_lib_c_signalfd=yes}
 nfsd_cv_broken_setfsuid=${nfsd_cv_broken_setfsuid=0}
 nfsd_cv_func_statfs=${nfsd_cv_func_statfs=statfs2_bsize}
 nfsd_cv_bsd_signals=${nfsd_cv_bsd_signals=yes}
+
+# dbind, in at-spi2-core
+ac_cv_alignof_char=1
+ac_cv_alignof_dbind_pointer=4
+ac_cv_alignof_dbind_struct=1
+ac_cv_alignof_dbus_bool_t=4
+ac_cv_alignof_dbus_int16_t=2
+ac_cv_alignof_dbus_int32_t=4
+ac_cv_alignof_dbus_int64_t=4
+ac_cv_alignof_double=4
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
index 3acc294..78a3b85 100644
--- a/meta/site/x86_64-linux
+++ b/meta/site/x86_64-linux
@@ -124,3 +124,12 @@ ac_cv_func__restgpr_14_x=no
 
 # cvs
 cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
+
+# dbind
+ac_cv_alignof_dbind_pointer=8
+ac_cv_alignof_dbind_struct=1
+ac_cv_alignof_dbus_bool_t=4
+ac_cv_alignof_dbus_int16_t=2
+ac_cv_alignof_dbus_int32_t=4
+ac_cv_alignof_dbus_int64_t=8
+ac_cv_alignof_double=8
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] site: add x86-32/64 alignment values for at-spi2-core
  2013-01-21 15:39 [PATCH] site: add x86-32/64 alignment values for at-spi2-core Ross Burton
@ 2013-02-25 19:10 ` Martin Jansa
  2013-02-26 11:17   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-02-25 19:10 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1960 bytes --]

On Mon, Jan 21, 2013 at 03:39:54PM +0000, Ross Burton wrote:
> This package isn't yet in oe-core, but GTK+ 3.6 depends on it so will be here at
> some point.

Anyone working on updating at least arm site? This still blocks
at-spi2-core merge to meta-oe.

> 
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  meta/site/ix86-common  |   10 ++++++++++
>  meta/site/x86_64-linux |    9 +++++++++
>  2 files changed, 19 insertions(+)
> 
> diff --git a/meta/site/ix86-common b/meta/site/ix86-common
> index 20cac75..5c90865 100644
> --- a/meta/site/ix86-common
> +++ b/meta/site/ix86-common
> @@ -220,3 +220,13 @@ ac_cv_lib_c_signalfd=${ac_cv_lib_c_signalfd=yes}
>  nfsd_cv_broken_setfsuid=${nfsd_cv_broken_setfsuid=0}
>  nfsd_cv_func_statfs=${nfsd_cv_func_statfs=statfs2_bsize}
>  nfsd_cv_bsd_signals=${nfsd_cv_bsd_signals=yes}
> +
> +# dbind, in at-spi2-core
> +ac_cv_alignof_char=1
> +ac_cv_alignof_dbind_pointer=4
> +ac_cv_alignof_dbind_struct=1
> +ac_cv_alignof_dbus_bool_t=4
> +ac_cv_alignof_dbus_int16_t=2
> +ac_cv_alignof_dbus_int32_t=4
> +ac_cv_alignof_dbus_int64_t=4
> +ac_cv_alignof_double=4
> diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
> index 3acc294..78a3b85 100644
> --- a/meta/site/x86_64-linux
> +++ b/meta/site/x86_64-linux
> @@ -124,3 +124,12 @@ ac_cv_func__restgpr_14_x=no
>  
>  # cvs
>  cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
> +
> +# dbind
> +ac_cv_alignof_dbind_pointer=8
> +ac_cv_alignof_dbind_struct=1
> +ac_cv_alignof_dbus_bool_t=4
> +ac_cv_alignof_dbus_int16_t=2
> +ac_cv_alignof_dbus_int32_t=4
> +ac_cv_alignof_dbus_int64_t=8
> +ac_cv_alignof_double=8
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] site: add x86-32/64 alignment values for at-spi2-core
  2013-02-25 19:10 ` Martin Jansa
@ 2013-02-26 11:17   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-02-26 11:17 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core

On 25 February 2013 19:10, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Mon, Jan 21, 2013 at 03:39:54PM +0000, Ross Burton wrote:
>> This package isn't yet in oe-core, but GTK+ 3.6 depends on it so will be here at
>> some point.
>
> Anyone working on updating at least arm site? This still blocks
> at-spi2-core merge to meta-oe.

FWIW, I'm planning on proposing GTK+ 3.6 to oe-core shortly so we can
enable Wayland, so these will end up in oe-core.  We'll *really* need
values for arm then ;)

Ross



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-26 11:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 15:39 [PATCH] site: add x86-32/64 alignment values for at-spi2-core Ross Burton
2013-02-25 19:10 ` Martin Jansa
2013-02-26 11:17   ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox