* Re: [oe-commits] Henning Heinold : zziplib: convert to BBCLASSEXTEND and use new patch system
[not found] <E1OLvSl-0003gY-9Y@melo.openembedded.org>
@ 2010-06-08 9:53 ` Martin Jansa
2010-06-08 10:32 ` Henning Heinold
2010-06-08 14:11 ` Khem Raj
0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2010-06-08 9:53 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-commits
On Tue, Jun 08, 2010 at 09:51:15AM +0000, git version control wrote:
> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: 8031ee4953f3510d53022ce0e53bc903d3089f30
> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8031ee4953f3510d53022ce0e53bc903d3089f30
>
> Author: Henning Heinold <heinold@inf.fu-berlin.de>
> Date: Tue Jun 8 01:34:58 2010 +0200
>
> zziplib: convert to BBCLASSEXTEND and use new patch system
>
> ---
>
> diff --git a/recipes/zziplib/zziplib_0.13.49.bb b/recipes/zziplib/zziplib_0.13.49.bb
> index 3aecb74..256b13d 100644
> --- a/recipes/zziplib/zziplib_0.13.49.bb
> +++ b/recipes/zziplib/zziplib_0.13.49.bb
> @@ -3,8 +3,9 @@ require zziplib.inc
> PR = "r2"
>
> SRC_URI += "\
> - file://zip_c.patch \
> - file://zziplib-autoconf.patch \
> + file://zip_c.patch;apply=yes \
> + file://zziplib-autoconf.patch;apply=yes \
> + file://automake.patch;apply=yes \
Isn't apply=yes default for .patch, .diff extensions? Why did you need
to add it?
Thanks
Regards,
--
Jansa 'JaMa' Martin jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] Henning Heinold : zziplib: convert to BBCLASSEXTEND and use new patch system
2010-06-08 9:53 ` [oe-commits] Henning Heinold : zziplib: convert to BBCLASSEXTEND and use new patch system Martin Jansa
@ 2010-06-08 10:32 ` Henning Heinold
2010-06-08 10:42 ` Martin Jansa
2010-06-08 14:11 ` Khem Raj
1 sibling, 1 reply; 4+ messages in thread
From: Henning Heinold @ 2010-06-08 10:32 UTC (permalink / raw)
To: openembedded-devel
On Tue, Jun 08, 2010 at 11:53:56AM +0200, Martin Jansa wrote:
> On Tue, Jun 08, 2010 at 09:51:15AM +0000, git version control wrote:
> > Module: openembedded.git
> > Branch: org.openembedded.dev
> > Commit: 8031ee4953f3510d53022ce0e53bc903d3089f30
> > URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8031ee4953f3510d53022ce0e53bc903d3089f30
> >
> > Author: Henning Heinold <heinold@inf.fu-berlin.de>
> > Date: Tue Jun 8 01:34:58 2010 +0200
> >
> > zziplib: convert to BBCLASSEXTEND and use new patch system
> >
> > ---
> >
> > diff --git a/recipes/zziplib/zziplib_0.13.49.bb b/recipes/zziplib/zziplib_0.13.49.bb
> > index 3aecb74..256b13d 100644
> > --- a/recipes/zziplib/zziplib_0.13.49.bb
> > +++ b/recipes/zziplib/zziplib_0.13.49.bb
> > @@ -3,8 +3,9 @@ require zziplib.inc
> > PR = "r2"
> >
> > SRC_URI += "\
> > - file://zip_c.patch \
> > - file://zziplib-autoconf.patch \
> > + file://zip_c.patch;apply=yes \
> > + file://zziplib-autoconf.patch;apply=yes \
> > + file://automake.patch;apply=yes \
>
> Isn't apply=yes default for .patch, .diff extensions? Why did you need
> to add it?
>
> Thanks
>
> Regards,
> --
> Jansa 'JaMa' Martin jabber: Martin.Jansa@gmail.com
Hi,
didn't think about it, but it don't hurts.
Bye Henning
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] Henning Heinold : zziplib: convert to BBCLASSEXTEND and use new patch system
2010-06-08 10:32 ` Henning Heinold
@ 2010-06-08 10:42 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2010-06-08 10:42 UTC (permalink / raw)
To: openembedded-devel
On Tue, Jun 08, 2010 at 12:32:57PM +0200, Henning Heinold wrote:
> On Tue, Jun 08, 2010 at 11:53:56AM +0200, Martin Jansa wrote:
> > On Tue, Jun 08, 2010 at 09:51:15AM +0000, git version control wrote:
> > > Module: openembedded.git
> > > Branch: org.openembedded.dev
> > > Commit: 8031ee4953f3510d53022ce0e53bc903d3089f30
> > > URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8031ee4953f3510d53022ce0e53bc903d3089f30
> > >
> > > Author: Henning Heinold <heinold@inf.fu-berlin.de>
> > > Date: Tue Jun 8 01:34:58 2010 +0200
> > >
> > > zziplib: convert to BBCLASSEXTEND and use new patch system
> > >
> > > ---
> > >
> > > diff --git a/recipes/zziplib/zziplib_0.13.49.bb b/recipes/zziplib/zziplib_0.13.49.bb
> > > index 3aecb74..256b13d 100644
> > > --- a/recipes/zziplib/zziplib_0.13.49.bb
> > > +++ b/recipes/zziplib/zziplib_0.13.49.bb
> > > @@ -3,8 +3,9 @@ require zziplib.inc
> > > PR = "r2"
> > >
> > > SRC_URI += "\
> > > - file://zip_c.patch \
> > > - file://zziplib-autoconf.patch \
> > > + file://zip_c.patch;apply=yes \
> > > + file://zziplib-autoconf.patch;apply=yes \
> > > + file://automake.patch;apply=yes \
> >
> > Isn't apply=yes default for .patch, .diff extensions? Why did you need
> > to add it?
> >
> > Thanks
> >
> > Regards,
> > --
> > Jansa 'JaMa' Martin jabber: Martin.Jansa@gmail.com
>
> Hi,
>
> didn't think about it, but it don't hurts.
Hi,
yeah it doesn't hurt, but it was so nice and clean without.. :)
http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=6fe7cef27069415f2eba36bc640cf59013d4979b
--
Jansa 'JaMa' Martin jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] Henning Heinold : zziplib: convert to BBCLASSEXTEND and use new patch system
2010-06-08 9:53 ` [oe-commits] Henning Heinold : zziplib: convert to BBCLASSEXTEND and use new patch system Martin Jansa
2010-06-08 10:32 ` Henning Heinold
@ 2010-06-08 14:11 ` Khem Raj
1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2010-06-08 14:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-commits
On Tue, Jun 8, 2010 at 2:53 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Jun 08, 2010 at 09:51:15AM +0000, git version control wrote:
>> Module: openembedded.git
>> Branch: org.openembedded.dev
>> Commit: 8031ee4953f3510d53022ce0e53bc903d3089f30
>> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8031ee4953f3510d53022ce0e53bc903d3089f30
>>
>> Author: Henning Heinold <heinold@inf.fu-berlin.de>
>> Date: Tue Jun 8 01:34:58 2010 +0200
>>
>> zziplib: convert to BBCLASSEXTEND and use new patch system
>>
>> ---
>>
>> diff --git a/recipes/zziplib/zziplib_0.13.49.bb b/recipes/zziplib/zziplib_0.13.49.bb
>> index 3aecb74..256b13d 100644
>> --- a/recipes/zziplib/zziplib_0.13.49.bb
>> +++ b/recipes/zziplib/zziplib_0.13.49.bb
>> @@ -3,8 +3,9 @@ require zziplib.inc
>> PR = "r2"
>>
>> SRC_URI += "\
>> - file://zip_c.patch \
>> - file://zziplib-autoconf.patch \
>> + file://zip_c.patch;apply=yes \
>> + file://zziplib-autoconf.patch;apply=yes \
>> + file://automake.patch;apply=yes \
>
> Isn't apply=yes default for .patch, .diff extensions? Why did you need
> to add it?
old habbits. :) I guess it will take some time for devs to get used to
new syntax
>
> Thanks
>
> Regards,
> --
> Jansa 'JaMa' Martin jabber: Martin.Jansa@gmail.com
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-08 14:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1OLvSl-0003gY-9Y@melo.openembedded.org>
2010-06-08 9:53 ` [oe-commits] Henning Heinold : zziplib: convert to BBCLASSEXTEND and use new patch system Martin Jansa
2010-06-08 10:32 ` Henning Heinold
2010-06-08 10:42 ` Martin Jansa
2010-06-08 14:11 ` Khem Raj
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.