diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-15 14:06:01 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-15 14:06:01 +0400 |
commit | a210c4ac3cfccacb34381171dc1d9080653d9c6c (patch) | |
tree | 87d84094e102d58aafbf398411d16eed84ef1bb0 /recipes/gtk-webcore/files/wscript-fix.patch | |
parent | c10e9906a2ecea7e9c04bf967a8882d6b4cd1077 (diff) | |
parent | 3ab9b8af4363fe9029e134268b47c3b34cc54baf (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gtk-webcore/files/wscript-fix.patch')
-rw-r--r-- | recipes/gtk-webcore/files/wscript-fix.patch | 14 |
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): |