aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-webcore/files
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-07-13 21:25:15 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-07-13 21:25:15 +0000
commit7babd08c434f8d1dda59b34201e68f26a4f99f14 (patch)
tree8c0e576cde1079dff7217701dda507968109b76e /recipes/gtk-webcore/files
parent8b633e67eeac66d972589c2016791a4860ad5f65 (diff)
downloadopenembedded-7babd08c434f8d1dda59b34201e68f26a4f99f14.tar.gz
midori: Updated to the latest git snapshot.
Diffstat (limited to 'recipes/gtk-webcore/files')
-rw-r--r--recipes/gtk-webcore/files/wscript-fix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gtk-webcore/files/wscript-fix.patch b/recipes/gtk-webcore/files/wscript-fix.patch
new file mode 100644
index 0000000000..58a0cbff46
--- /dev/null
+++ b/recipes/gtk-webcore/files/wscript-fix.patch
@@ -0,0 +1,14 @@
+Index: git/wscript
+===================================================================
+--- git.orig/wscript
++++ git/wscript
+@@ -62,8 +62,7 @@ def rc_file(self, node):
+ rctask.set_inputs (node)
+ rctask.set_outputs (node.change_ext ('.rc.o'))
+ self.compiled_tasks.append (rctask)
+-Task.simple_task_type ('winrc', '${WINRC} -o${TGT} ${SRC}', color='BLUE',
+- before='cc cxx', shell=False)
++ Task.simple_task_type ('winrc', '${WINRC} -o${TGT} ${SRC}', color='BLUE', before='cc cxx', shell=False)
+
+ def configure (conf):
+ def option_checkfatal (option, desc):