aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-08-09 15:33:00 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-09 12:12:14 +0100
commit6e5fa40b00039e48709db51c56caf0fa42a83f8e (patch)
tree8da257a7b312f8749b2210f17c7768de1ae089c6 /meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch
parent3fa84900b0a008993dfbf0d5af12416f4bc3980f (diff)
downloadopenembedded-core-contrib-6e5fa40b00039e48709db51c56caf0fa42a83f8e.tar.gz
libglade: remove the recipe
Libglade has been obsolete for several years and is used by nothing in oe-core; it will be moved to meta-oe so that old recipes still present there continue to build. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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.patch14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index b5b2ec4534..0000000000
--- a/meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Using @PYTHON@ for this path would result in the build system python being
-referred to. Instead we want to locate python from the environment.
-
-Upstream-Status: Inappropriate [configuration]
-
-diff -ruN libglade-2.6.4-orig//libglade-convert.in libglade-2.6.4/libglade-convert.in
---- libglade-2.6.4-orig//libglade-convert.in 2011-09-22 10:18:28.991164003 +0800
-+++ libglade-2.6.4/libglade-convert.in 2011-09-22 10:18:55.431164003 +0800
-@@ -1,4 +1,4 @@
--#!@PYTHON@
-+#!/usr/bin/env python
- # -*- mode: python -*-
-
- # yes, this requires python 2.x and an XML parser module (eg. PyExpat)