package/imagemagick: remove useless makefile target.
authorRomain Naour <romain.naour@openwide.fr>
Sun, 18 May 2014 20:24:10 +0000 (22:24 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 18 May 2014 22:13:59 +0000 (00:13 +0200)
commit7395ee9d3b88e45798143e05a28d6d4b51409130
tree8e3ccc4ba3a5e165f3c1da6130aa8ef10f4f77a6
parent822d5d5f19cb8de7f0fdad9db9dee2aad6d13a62
package/imagemagick: remove useless makefile target.

Makefile's target "install-magickincarchHEADERS" and "magick-install-data-local"
install both the same file (magick-baseconfig.h) in the same time...

The problem can be reproduced with:
mkdir /tmp/bar
/usr/bin/install -c -m 644 foo /tmp/bar &
/usr/bin/install -c -m 644 foo /tmp/bar/foo
/usr/bin/install: cannot create regular file '/tmp/bar/foo' : File exists

So, remove one of them.

Fixes:
http://autobuild.buildroot.net/results/d34/d34077ce582866c50bbd90de10bbe593e39463f1/build-end.log

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/imagemagick/imagemagick-02-remove-magick-install-data-local-target.patch [new file with mode: 0644]