]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/imagemagick: remove upstreamed patch
authorRomain Naour <romain.naour@openwide.fr>
Tue, 3 Jun 2014 21:03:18 +0000 (23:03 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Jun 2014 21:27:24 +0000 (23:27 +0200)
The patch has been applied in the 6.8.9-2 version.

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 [deleted file]

diff --git a/package/imagemagick/imagemagick-02-remove-magick-install-data-local-target.patch b/package/imagemagick/imagemagick-02-remove-magick-install-data-local-target.patch
deleted file mode 100644 (file)
index 0798f2e..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-From 8f8f73265b281b0a01f1b6bfe8ec189b24fe75c0 Mon Sep 17 00:00:00 2001
-From: Romain Naour <romain.naour@openwide.fr>
-Date: Sun, 18 May 2014 20:44:26 +0200
-Subject: [PATCH 1/1] Remove magick-install-data-local target.
-
-The magick-baseconfig.h is already installed by install-magickincarchHEADERS target.
-This cause a race condition by calling install command twice to copy the same file at the same location at the same time.
-
-Fixes:
-http://autobuild.buildroot.net/results/d34/d34077ce582866c50bbd90de10bbe593e39463f1/build-end.log
-
-Signed-off-by: Romain Naour <romain.naour@openwide.fr>
----
- Makefile.am        |  4 ++--
- magick/Makefile.am | 12 ------------
- 2 files changed, 2 insertions(+), 14 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 0741336..f9598b6 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -184,9 +184,9 @@ all-local: $(MAGICKPP_LOCAL_TARGETS) $(PERLMAGICK_ALL_LOCAL_TARGETS) $(MAINTAINE
- install-exec-local: $(PERLMAGICK_INSTALL_EXEC_LOCAL_TARGETS)
--install-data-local: $(MAGICK_INSTALL_DATA_LOCAL_TARGETS) $(PERLMAGICK_INSTALL_DATA_LOCAL_TARGETS) $(HTML_INSTALL_DATA_TARGETS)
-+install-data-local: $(PERLMAGICK_INSTALL_DATA_LOCAL_TARGETS) $(HTML_INSTALL_DATA_TARGETS)
--uninstall-local: $(MAGICK_UNINSTALL_LOCAL_TARGETS) $(PERLMAGICK_UNINSTALL_LOCAL_TARGETS) $(HTML_UNINSTALL_DATA_TARGETS)
-+uninstall-local: $(PERLMAGICK_UNINSTALL_LOCAL_TARGETS) $(HTML_UNINSTALL_DATA_TARGETS)
- clean-local: $(PERLMAGICK_CLEAN_LOCAL_TARGETS)
-diff --git a/magick/Makefile.am b/magick/Makefile.am
-index 4c6360b..2e389f2 100644
---- a/magick/Makefile.am
-+++ b/magick/Makefile.am
-@@ -471,15 +471,3 @@ MAGICK_EXTRA_DIST = \
-       magick/nt-feature.c \
-       magick/vms.c \
-       magick/xwdfile.h_vms 
--
--# Install magick-baseconfig.h
--MAGICK_INSTALL_DATA_LOCAL_TARGETS = magick-install-data-local
--magick-install-data-local:
--      $(mkinstalldirs) $(DESTDIR)$(magickincarchdir)
--      $(INSTALL_HEADER) magick/magick-baseconfig.h $(DESTDIR)$(magickincarchdir)/magick-baseconfig.h
--
--# Uninstall magick-config.h
--MAGICK_UNINSTALL_LOCAL_TARGETS = magick-uninstall-local
--magick-uninstall-local:
--      rm -f $(DESTDIR)$(magickincarchdir)/magick-baseconfig.h
--
--- 
-1.9.0
-