summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0/0005-glib-mkenums-interpreter.patch.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-30 17:33:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 13:18:07 +0100
commitda0798420ea1b98bd383e4bad7f748bfaa96f18b (patch)
treef1770e7c02d5ec02685994dd7c497f370c80e67a /meta/recipes-core/glib-2.0/glib-2.0/0005-glib-mkenums-interpreter.patch.patch
parent263852e5a27ca2256ff11d72c0c80e963bdbee0a (diff)
downloadpoky-da0798420ea1b98bd383e4bad7f748bfaa96f18b.tar.gz
glib: upgrade to 2.30.0
(From OE-Core rev: 74f43e3b269c01dba7cd5215a8e825229bd5ecff) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0/0005-glib-mkenums-interpreter.patch.patch')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/0005-glib-mkenums-interpreter.patch.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0005-glib-mkenums-interpreter.patch.patch b/meta/recipes-core/glib-2.0/glib-2.0/0005-glib-mkenums-interpreter.patch.patch
deleted file mode 100644
index db9a7993b2..0000000000
--- a/meta/recipes-core/glib-2.0/glib-2.0/0005-glib-mkenums-interpreter.patch.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1From a8e5c4a808e7f8572bd5023645a6cb4386b9aff8 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Sat, 18 Jun 2011 23:52:17 +0200
4Subject: [PATCH 5/7] don't leak buildpaths into perl hashbang
5
6Upstream-Status: Inappropriate [configuration]
7
8Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9---
10 gobject/glib-mkenums.in | 2 +-
11 1 files changed, 1 insertions(+), 1 deletions(-)
12
13diff --git a/gobject/glib-mkenums.in b/gobject/glib-mkenums.in
14index 6372245..b486fe9 100755
15--- a/gobject/glib-mkenums.in
16+++ b/gobject/glib-mkenums.in
17@@ -1,4 +1,4 @@
18-#! @PERL_PATH@
19+#! /usr/bin/env perl
20
21 use warnings;
22 use File::Basename;
23--
241.6.6.1
25