diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-27 11:40:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-28 09:20:53 +0100 |
| commit | 17a07be20e7f322cca1673e3c5c45c66f8c65cb9 (patch) | |
| tree | b301363324b01e6f987311901ecee958f4ec5aa4 /meta/recipes-gnome/gnome/gobject-introspection | |
| parent | e496e3df23d2488f7ccee2f2856286c5db286f29 (diff) | |
| download | poky-17a07be20e7f322cca1673e3c5c45c66f8c65cb9.tar.gz | |
gobject-introspection: Drop the recipe, it has never worked and if it does cross compile, we can add it back
(From OE-Core rev: cc95d5472936f24f8375f4366062606595dd8124)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gobject-introspection')
| -rw-r--r-- | meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch b/meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch deleted file mode 100644 index ea00157d46..0000000000 --- a/meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Index: gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in | ||
| 4 | =================================================================== | ||
| 5 | --- gobject-introspection-0.9.10.orig/tools/g-ir-annotation-tool.in | ||
| 6 | +++ gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in | ||
| 7 | @@ -1,4 +1,4 @@ | ||
| 8 | -#!@PYTHON@ | ||
| 9 | +#!/usr/bin/env python | ||
| 10 | # -*- Mode: Python -*- | ||
| 11 | # GObject-Introspection - a framework for introspecting GObject libraries | ||
| 12 | # Copyright (C) 2008 Johan Dahlin | ||
| 13 | Index: gobject-introspection-0.9.10/tools/g-ir-scanner.in | ||
| 14 | =================================================================== | ||
| 15 | --- gobject-introspection-0.9.10.orig/tools/g-ir-scanner.in | ||
| 16 | +++ gobject-introspection-0.9.10/tools/g-ir-scanner.in | ||
| 17 | @@ -1,4 +1,4 @@ | ||
| 18 | -#!@PYTHON@ | ||
| 19 | +#!/usr/bin/env python | ||
| 20 | # -*- Mode: Python -*- | ||
| 21 | # GObject-Introspection - a framework for introspecting GObject libraries | ||
| 22 | # Copyright (C) 2008 Johan Dahlin | ||
