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 <[email protected]> > 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: [email protected] _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
