[oe] imagemagick-native-6.3.5 compile problems

derek he mail at april1985.com
Mon Oct 12 05:36:28 UTC 2009


OK. I'll try it. I'm not very familiar with these things but I'll try my
best! Thank you again for your great help!

2009/10/12 Holger Hans Peter Freyther
<holger+oe at freyther.de<holger%2Boe at freyther.de>
>

> On Sunday 11 October 2009 18:14:07 mail mail wrote:
> > Hi, Holger Hans Peter Freyther
> > Thank you for your direction. I finished compile it and here is my patch:
> >
> > --- delegate.c    2007-09-11 11:20:41.000000000 +0800
> > +++ delegate.c    2009-10-12 00:04:45.000000000 +0800
> > @@ -769,7 +769,7 @@
> >    /*
> >      Copy source file to destination.
> >    */
> > -  destination_file=open(destination,O_WRONLY | O_BINARY | O_CREAT);
> > +  destination_file=open(destination,O_WRONLY | O_BINARY | O_CREAT,
> 0777);
> >    if (destination_file == -1)
> >      return;
> >    source_file=open(source,O_RDONLY | O_BINARY);
>
> great. Could you please do one more thing. Change the image-magick recipe
> to
> apply this patch (e.g. by adding SRC_URI += file://fix-native-
> compile.patch;patch=1) and then use git add on the patch and create a git
> commit which adds the patch, patches image-magick and use git format-patch
> to
> send this to the mailinglist?
>
> With patches coming from git format-patch we can use git am to apply them.
>
>        z.
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list