* [meta-efl][dylan][PATCH] 2 backports
@ 2013-08-15 7:14 Martin Jansa
2013-06-04 12:03 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-08-15 7:14 UTC (permalink / raw)
To: Eric Bénard
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
Hi Eric,
please backport 2 commits from meta-efl
It's minor upgrade (I know we shouldn't backport upgrades, but this
is from stable bugfix-only branch) and together with following patch
fixes evas segfaults).
commit 8b94591a585e4fb261599a9796f4199d650e24a5
Author: Martin Jansa <Martin.Jansa@gmail.com>
Date: Wed May 22 13:54:06 2013 +0200
evas: Add patch to fix segfaults
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
commit 4514f8ca26dac646e7e26fc1585e70304d9ef8ae
Author: Martin Jansa <Martin.Jansa@gmail.com>
Date: Tue May 14 22:20:31 2013 +0200
meta-efl: upgrade efl to 1.7.7, e-wm to 0.17.3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--
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: [meta-efl][dylan][PATCH] 2 backports
2013-08-15 7:14 [meta-efl][dylan][PATCH] 2 backports Martin Jansa
@ 2013-06-04 12:03 ` Martin Jansa
2013-06-11 7:01 ` Eric Bénard
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-06-04 12:03 UTC (permalink / raw)
To: Eric Bénard; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1370 bytes --]
On Tue, May 28, 2013 at 11:43:47AM +0200, Martin Jansa wrote:
> Hi Eric,
>
> please backport 2 commits from meta-efl
>
> It's minor upgrade (I know we shouldn't backport upgrades, but this
> is from stable bugfix-only branch) and together with following patch
> fixes evas segfaults).
>
> commit 8b94591a585e4fb261599a9796f4199d650e24a5
> Author: Martin Jansa <Martin.Jansa@gmail.com>
> Date: Wed May 22 13:54:06 2013 +0200
>
> evas: Add patch to fix segfaults
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>
> commit 4514f8ca26dac646e7e26fc1585e70304d9ef8ae
> Author: Martin Jansa <Martin.Jansa@gmail.com>
> Date: Tue May 14 22:20:31 2013 +0200
>
> meta-efl: upgrade efl to 1.7.7, e-wm to 0.17.3
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
And one more for meta-oe
commit 2cab9ba0d4d72496633b92b67ac1a63f605c5ada
Author: Martin Jansa <Martin.Jansa@gmail.com>
Date: Sat Jun 1 14:59:02 2013 +0200
claws-plugins-*: Update SRC_URI
* modules are now in one bigger tarball on sourceforge
http://sourceforge.net/projects/sylpheed-claws/files/extra%20plugins/
* old tarballs are still available in plugins_obsolete directory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
--
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: [meta-efl][dylan][PATCH] 2 backports
2013-06-04 12:03 ` Martin Jansa
@ 2013-06-11 7:01 ` Eric Bénard
0 siblings, 0 replies; 3+ messages in thread
From: Eric Bénard @ 2013-06-11 7:01 UTC (permalink / raw)
To: openembedded-devel
Hi Martin,
Le Tue, 4 Jun 2013 14:03:43 +0200,
Martin Jansa <martin.jansa@gmail.com> a écrit :
> On Tue, May 28, 2013 at 11:43:47AM +0200, Martin Jansa wrote:
> > Hi Eric,
> >
> > please backport 2 commits from meta-efl
> >
> > It's minor upgrade (I know we shouldn't backport upgrades, but this
> > is from stable bugfix-only branch) and together with following patch
> > fixes evas segfaults).
> >
> > commit 8b94591a585e4fb261599a9796f4199d650e24a5
> > Author: Martin Jansa <Martin.Jansa@gmail.com>
> > Date: Wed May 22 13:54:06 2013 +0200
> >
> > evas: Add patch to fix segfaults
> >
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> >
> > commit 4514f8ca26dac646e7e26fc1585e70304d9ef8ae
> > Author: Martin Jansa <Martin.Jansa@gmail.com>
> > Date: Tue May 14 22:20:31 2013 +0200
> >
> > meta-efl: upgrade efl to 1.7.7, e-wm to 0.17.3
> >
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>
> And one more for meta-oe
>
> commit 2cab9ba0d4d72496633b92b67ac1a63f605c5ada
> Author: Martin Jansa <Martin.Jansa@gmail.com>
> Date: Sat Jun 1 14:59:02 2013 +0200
>
> claws-plugins-*: Update SRC_URI
>
> * modules are now in one bigger tarball on sourceforge
> http://sourceforge.net/projects/sylpheed-claws/files/extra%20plugins/
> * old tarballs are still available in plugins_obsolete directory
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>
the 3 commits were pushed to dylan-next
thanks
Eric
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-15 7:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 7:14 [meta-efl][dylan][PATCH] 2 backports Martin Jansa
2013-06-04 12:03 ` Martin Jansa
2013-06-11 7:01 ` Eric Bénard
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.