summaryrefslogtreecommitdiff
path: root/meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-11-15 12:58:47 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-16 17:29:28 +0000
commit04e4b3757b7ee6ed0a11e9feaee7c971a46f88ee (patch)
treecebedec8a872830d9c2c74a541c383b2f3b8ec3a /meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch
parent5423d2fabade45974f20948a6d90a663eead209a (diff)
downloadopenembedded-core-04e4b3757b7ee6ed0a11e9feaee7c971a46f88ee.tar.gz
openembedded-core-04e4b3757b7ee6ed0a11e9feaee7c971a46f88ee.tar.bz2
openembedded-core-04e4b3757b7ee6ed0a11e9feaee7c971a46f88ee.tar.xz
openembedded-core-04e4b3757b7ee6ed0a11e9feaee7c971a46f88ee.zip
gobject-introspection: update frome meta-oe
OE-Core uses very old version of gobject-introspection. The recipe says 0.10.8, but in reality it's GOBJECT_INTROSPECTION_0_6_3-41-gefa7266. That version e.g. doesn't compile with python 2.7 (default in some versions), etc. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch')
-rw-r--r--meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch20
1 files changed, 20 insertions, 0 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
new file mode 100644
index 000000000..67b85470d
--- /dev/null
+++ b/meta/recipes-gnome/gnome/gobject-introspection/use-usr-bin-env-for-python.patch
@@ -0,0 +1,20 @@
+Index: gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in
+===================================================================
+--- gobject-introspection-0.9.10.orig/tools/g-ir-annotation-tool.in
++++ gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in
+@@ -1,4 +1,4 @@
+-#!@PYTHON@
++#!/usr/bin/env python
+ # -*- Mode: Python -*-
+ # GObject-Introspection - a framework for introspecting GObject libraries
+ # Copyright (C) 2008 Johan Dahlin
+Index: gobject-introspection-0.9.10/tools/g-ir-scanner.in
+===================================================================
+--- gobject-introspection-0.9.10.orig/tools/g-ir-scanner.in
++++ gobject-introspection-0.9.10/tools/g-ir-scanner.in
+@@ -1,4 +1,4 @@
+-#!@PYTHON@
++#!/usr/bin/env python
+ # -*- Mode: Python -*-
+ # GObject-Introspection - a framework for introspecting GObject libraries
+ # Copyright (C) 2008 Johan Dahlin