diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 17:17:57 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 17:21:09 +0200 |
| commit | c35f42970ffe9f49dd1480c8ab279d68e443d000 (patch) | |
| tree | 09b379f84a3845bde50b3bf7f58ca2f5d68eaf01 /meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch | |
| parent | ed365c1c4d3f2f43ccc074b4c9440f0ddd145615 (diff) | |
| download | meta-openembedded-c35f42970ffe9f49dd1480c8ab279d68e443d000.tar.gz | |
move various GNOME recipes to meta-gnome
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch')
| -rw-r--r-- | meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch b/meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch deleted file mode 100644 index 67b85470d3..0000000000 --- a/meta-oe/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | Index: gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in | ||
| 2 | =================================================================== | ||
| 3 | --- gobject-introspection-0.9.10.orig/tools/g-ir-annotation-tool.in | ||
| 4 | +++ gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in | ||
| 5 | @@ -1,4 +1,4 @@ | ||
| 6 | -#!@PYTHON@ | ||
| 7 | +#!/usr/bin/env python | ||
| 8 | # -*- Mode: Python -*- | ||
| 9 | # GObject-Introspection - a framework for introspecting GObject libraries | ||
| 10 | # Copyright (C) 2008 Johan Dahlin | ||
| 11 | Index: gobject-introspection-0.9.10/tools/g-ir-scanner.in | ||
| 12 | =================================================================== | ||
| 13 | --- gobject-introspection-0.9.10.orig/tools/g-ir-scanner.in | ||
| 14 | +++ gobject-introspection-0.9.10/tools/g-ir-scanner.in | ||
| 15 | @@ -1,4 +1,4 @@ | ||
| 16 | -#!@PYTHON@ | ||
| 17 | +#!/usr/bin/env python | ||
| 18 | # -*- Mode: Python -*- | ||
| 19 | # GObject-Introspection - a framework for introspecting GObject libraries | ||
| 20 | # Copyright (C) 2008 Johan Dahlin | ||
