aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtjsbackend-5.0.2/0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtjsbackend-5.0.2/0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch')
-rw-r--r--recipes-qt/qt5/qtjsbackend-5.0.2/0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-qt/qt5/qtjsbackend-5.0.2/0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch b/recipes-qt/qt5/qtjsbackend-5.0.2/0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch
deleted file mode 100644
index ec0c22d0..00000000
--- a/recipes-qt/qt5/qtjsbackend-5.0.2/0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 293e982e084661e0caf686737dcdcda9e2e3e083 Mon Sep 17 00:00:00 2001
-From: Mikko Levonmaa <mikko.levonmaa@palm.com>
-Date: Tue, 4 Dec 2012 11:20:13 -0800
-Subject: [PATCH 1/3] Install the mkv8snapshot tool to the native side
-
-Upstream-Status: Inappropriate [configuration]
-
-Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com>
----
- src/tools/mkv8snapshot/mkv8snapshot.pro | 9 +++++++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/src/tools/mkv8snapshot/mkv8snapshot.pro b/src/tools/mkv8snapshot/mkv8snapshot.pro
-index 16beb02..5e327f7 100644
---- a/src/tools/mkv8snapshot/mkv8snapshot.pro
-+++ b/src/tools/mkv8snapshot/mkv8snapshot.pro
-@@ -24,5 +24,10 @@ unix:LIBS += -lpthread
-
- # We don't need to install this tool, it's only used for building v8.
- # However we do have to make sure that 'make install' builds it.
--dummytarget.CONFIG = dummy_install
--INSTALLS += dummytarget
-+#dummytarget.CONFIG = dummy_install
-+#INSTALLS += dummytarget
-+
-+# Install the tool so that during target cross compilation we have access to the native side binary
-+target.path = $$[QT_HOST_BINS]
-+INSTALLS += target
-+
---
-1.8.3.2
-