diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-16 03:05:19 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-16 03:05:19 +0200 |
commit | c527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch) | |
tree | bb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch | |
download | poky-c527fd1f14c27855a37f2e8ac5346ce8d940ced2.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch')
-rw-r--r-- | meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch b/meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch new file mode 100644 index 0000000000..b5b2ec4534 --- /dev/null +++ b/meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | Using @PYTHON@ for this path would result in the build system python being | ||
2 | referred to. Instead we want to locate python from the environment. | ||
3 | |||
4 | Upstream-Status: Inappropriate [configuration] | ||
5 | |||
6 | diff -ruN libglade-2.6.4-orig//libglade-convert.in libglade-2.6.4/libglade-convert.in | ||
7 | --- libglade-2.6.4-orig//libglade-convert.in 2011-09-22 10:18:28.991164003 +0800 | ||
8 | +++ libglade-2.6.4/libglade-convert.in 2011-09-22 10:18:55.431164003 +0800 | ||
9 | @@ -1,4 +1,4 @@ | ||
10 | -#!@PYTHON@ | ||
11 | +#!/usr/bin/env python | ||
12 | # -*- mode: python -*- | ||
13 | |||
14 | # yes, this requires python 2.x and an XML parser module (eg. PyExpat) | ||