[oe] imagemagick-native-6.3.5 compile problems

Holger Hans Peter Freyther holger+oe at freyther.de
Mon Oct 12 02:22:19 UTC 2009


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.




More information about the Openembedded-devel mailing list