* [PATCH] clutter: remove COMPATIBLE_MACHINE
@ 2010-09-19 15:53 Andreas Mueller
2010-09-19 16:11 ` Koen Kooi
0 siblings, 1 reply; 8+ messages in thread
From: Andreas Mueller @ 2010-09-19 15:53 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
recipes/clutter/clutter.inc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/recipes/clutter/clutter.inc b/recipes/clutter/clutter.inc
index e29164f..85fe552 100644
--- a/recipes/clutter/clutter.inc
+++ b/recipes/clutter/clutter.inc
@@ -8,8 +8,6 @@ INC_SRC_URI = "file://sample.desktop \
PARALLEL_MAKE = ""
-COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|am3517-evm|dm37x-evm|am37x-evm|beagleboard|overo|omap3evm|
omap5912osk)"
-
STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+"
BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)} --enable-conformance "
--
1.5.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] clutter: remove COMPATIBLE_MACHINE
2010-09-19 15:53 [PATCH] clutter: remove COMPATIBLE_MACHINE Andreas Mueller
@ 2010-09-19 16:11 ` Koen Kooi
2010-09-19 16:18 ` Andreas Mueller
0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2010-09-19 16:11 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
That needs slightly, more, namely falling back to mesa for unknown
machines. I can have a look at that tomorrow if you wish.
regards,
Koen
On 19-09-10 17:53, Andreas Mueller wrote:
> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
> ---
> recipes/clutter/clutter.inc | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/clutter/clutter.inc b/recipes/clutter/clutter.inc
> index e29164f..85fe552 100644
> --- a/recipes/clutter/clutter.inc
> +++ b/recipes/clutter/clutter.inc
> @@ -8,8 +8,6 @@ INC_SRC_URI = "file://sample.desktop \
>
> PARALLEL_MAKE = ""
>
> -COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|am3517-evm|dm37x-evm|am37x-evm|beagleboard|overo|omap3evm|
> omap5912osk)"
> -
> STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+"
> BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)} --enable-conformance "
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMljY6MkyGM64RGpERAjljAJ0Zu5kQsjeT+F10nvkaEGhYtHpR6gCdGvEE
wXQ4oQvEEnEoskV6/9c1xyc=
=hzEk
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clutter: remove COMPATIBLE_MACHINE
2010-09-19 16:11 ` Koen Kooi
@ 2010-09-19 16:18 ` Andreas Mueller
2010-09-20 7:35 ` Koen Kooi
0 siblings, 1 reply; 8+ messages in thread
From: Andreas Mueller @ 2010-09-19 16:18 UTC (permalink / raw)
To: openembedded-devel
On Sunday 19 September 2010 06:11:39 pm Koen Kooi wrote:
> That needs slightly, more, namely falling back to mesa for unknown
> machines. I can have a look at that tomorrow if you wish.
Yes please because I thought the fallback is already available with
DEPENDS = ".. virtual/libgl"
Andreas
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clutter: remove COMPATIBLE_MACHINE
2010-09-19 16:18 ` Andreas Mueller
@ 2010-09-20 7:35 ` Koen Kooi
2010-09-20 8:42 ` Andreas Mueller
2010-09-30 21:43 ` [PATCH] & [PATCH v2] clutter: remove COMPATIBLE_MACHINE Andreas Mueller
0 siblings, 2 replies; 8+ messages in thread
From: Koen Kooi @ 2010-09-20 7:35 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 19-09-10 18:18, Andreas Mueller wrote:
> On Sunday 19 September 2010 06:11:39 pm Koen Kooi wrote:
>> That needs slightly, more, namely falling back to mesa for unknown
>> machines. I can have a look at that tomorrow if you wish.
> Yes please because I thought the fallback is already available with
>
> DEPENDS = ".. virtual/libgl"
The last time I tried it it didn't work, time to try it again :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMlw68MkyGM64RGpERAtKAAKCepXj6Sip6C9+jpm3YRiS+u7by/gCeLC7L
eUxAQjmdKEDGpb6Hs4YpLFA=
=fzha
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clutter: remove COMPATIBLE_MACHINE
2010-09-20 7:35 ` Koen Kooi
@ 2010-09-20 8:42 ` Andreas Mueller
2010-09-20 8:55 ` Frans Meulenbroeks
2010-09-30 21:43 ` [PATCH] & [PATCH v2] clutter: remove COMPATIBLE_MACHINE Andreas Mueller
1 sibling, 1 reply; 8+ messages in thread
From: Andreas Mueller @ 2010-09-20 8:42 UTC (permalink / raw)
To: openembedded-devel
On Monday 20 September 2010 09:35:24 am Koen Kooi wrote:
> On 19-09-10 18:18, Andreas Mueller wrote:
> > On Sunday 19 September 2010 06:11:39 pm Koen Kooi wrote:
> >> That needs slightly, more, namely falling back to mesa for unknown
> >> machines. I can have a look at that tomorrow if you wish.
> > Yes please because I thought the fallback is already available with
> >
> > DEPENDS = ".. virtual/libgl"
>
> The last time I tried it it didn't work, time to try it again :)
Meanwhile I am trying to setup something which does not create patches with line breaks ( makes me sick & yes I saw
http://wiki.openembedded.net/index.php/How_to_submit_a_patch_for_dummies but my provider wants autentication & I have
not yet managed to get this working for git-send-email - maybe my git is too old... )
Let me know mesa fallback result..
Andreas
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clutter: remove COMPATIBLE_MACHINE
2010-09-20 8:42 ` Andreas Mueller
@ 2010-09-20 8:55 ` Frans Meulenbroeks
2010-09-20 13:21 ` git-send-email setup (former [PATCH] clutter: remove COMPATIBLE_MACHINE) Andreas Mueller
0 siblings, 1 reply; 8+ messages in thread
From: Frans Meulenbroeks @ 2010-09-20 8:55 UTC (permalink / raw)
To: openembedded-devel
2010/9/20 Andreas Mueller <schnitzeltony@gmx.de>:
> On Monday 20 September 2010 09:35:24 am Koen Kooi wrote:
>> On 19-09-10 18:18, Andreas Mueller wrote:
>> > On Sunday 19 September 2010 06:11:39 pm Koen Kooi wrote:
>> >> That needs slightly, more, namely falling back to mesa for unknown
>> >> machines. I can have a look at that tomorrow if you wish.
>> > Yes please because I thought the fallback is already available with
>> >
>> > DEPENDS = ".. virtual/libgl"
>>
>> The last time I tried it it didn't work, time to try it again :)
>
> Meanwhile I am trying to setup something which does not create patches with line breaks ( makes me sick & yes I saw
> http://wiki.openembedded.net/index.php/How_to_submit_a_patch_for_dummies but my provider wants autentication & I have
> not yet managed to get this working for git-send-email - maybe my git is too old... )
>
> Let me know mesa fallback result..
use alpine or set up a gmail account (note that you can still use your
real email for Submitted-by)
Frans
^ permalink raw reply [flat|nested] 8+ messages in thread
* git-send-email setup (former [PATCH] clutter: remove COMPATIBLE_MACHINE)
2010-09-20 8:55 ` Frans Meulenbroeks
@ 2010-09-20 13:21 ` Andreas Mueller
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Mueller @ 2010-09-20 13:21 UTC (permalink / raw)
To: openembedded-devel
On Monday 20 September 2010 10:55:17 am Frans Meulenbroeks wrote:
> use alpine or set up a gmail account (note that you can still use your
> real email for Submitted-by)
For those with similar trouble:
I updated git (had version 1.5.xx shipped by Fedora 8 - which did not know authenticating servers ) and added some additional packages (perl-Email-MIME-* / perl-AUTHEN-SASL).
Now I can send patches by git-send-email :-)
Andreas
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] & [PATCH v2] clutter: remove COMPATIBLE_MACHINE
2010-09-20 7:35 ` Koen Kooi
2010-09-20 8:42 ` Andreas Mueller
@ 2010-09-30 21:43 ` Andreas Mueller
1 sibling, 0 replies; 8+ messages in thread
From: Andreas Mueller @ 2010-09-30 21:43 UTC (permalink / raw)
To: openembedded-devel
On Monday 20 September 2010 09:35:24 Koen Kooi wrote:
> On 19-09-10 18:18, Andreas Mueller wrote:
> > On Sunday 19 September 2010 06:11:39 pm Koen Kooi wrote:
> >> That needs slightly, more, namely falling back to mesa for unknown
> >> machines. I can have a look at that tomorrow if you wish.
> > Yes please because I thought the fallback is already available with
> >
> > DEPENDS = ".. virtual/libgl"
>
> The last time I tried it it didn't work, time to try it again :)
Any results?
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-09-30 21:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19 15:53 [PATCH] clutter: remove COMPATIBLE_MACHINE Andreas Mueller
2010-09-19 16:11 ` Koen Kooi
2010-09-19 16:18 ` Andreas Mueller
2010-09-20 7:35 ` Koen Kooi
2010-09-20 8:42 ` Andreas Mueller
2010-09-20 8:55 ` Frans Meulenbroeks
2010-09-20 13:21 ` git-send-email setup (former [PATCH] clutter: remove COMPATIBLE_MACHINE) Andreas Mueller
2010-09-30 21:43 ` [PATCH] & [PATCH v2] clutter: remove COMPATIBLE_MACHINE Andreas Mueller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.