aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glib-2.0
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-17 12:29:42 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-17 12:29:42 -0700
commitb3ad287d0f5e1dcbf262412c3ef9499793dbeeef (patch)
treeb16ceff6067e217c96fc7e4bc33f95ecfea04a0f /recipes/glib-2.0
parent2471584764deb2384512a767f5c6439b0b8aac37 (diff)
downloadopenembedded-b3ad287d0f5e1dcbf262412c3ef9499793dbeeef.tar.gz
glib-2.0 2.28.0: Bring back glib-mkenums-interpreter.patch
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/glib-2.0')
-rw-r--r--recipes/glib-2.0/glib-2.0-2.28.0/glib-mkenums-interpreter.patch10
-rw-r--r--recipes/glib-2.0/glib-2.0_2.28.0.bb2
2 files changed, 12 insertions, 0 deletions
diff --git a/recipes/glib-2.0/glib-2.0-2.28.0/glib-mkenums-interpreter.patch b/recipes/glib-2.0/glib-2.0-2.28.0/glib-mkenums-interpreter.patch
new file mode 100644
index 0000000000..d8407b81f8
--- /dev/null
+++ b/recipes/glib-2.0/glib-2.0-2.28.0/glib-mkenums-interpreter.patch
@@ -0,0 +1,10 @@
+Index: glib-2.28.0/gobject/glib-mkenums.in
+===================================================================
+--- glib-2.28.0.orig/gobject/glib-mkenums.in
++++ glib-2.28.0/gobject/glib-mkenums.in
+@@ -1,4 +1,4 @@
+-#! @PERL_PATH@
++#! /usr/bin/env perl
+
+ use warnings;
+ use File::Basename;
diff --git a/recipes/glib-2.0/glib-2.0_2.28.0.bb b/recipes/glib-2.0/glib-2.0_2.28.0.bb
index efc09c367a..07e72d3a80 100644
--- a/recipes/glib-2.0/glib-2.0_2.28.0.bb
+++ b/recipes/glib-2.0/glib-2.0_2.28.0.bb
@@ -6,6 +6,7 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
LICENSE = "LGPLv2+"
SECTION = "libs"
PRIORITY = "optional"
+PR = "r1"
DEPENDS = "glib-2.0-native gtk-doc zlib"
DEPENDS_virtclass-native = "gettext-native gtk-doc-native \
pkgconfig-native"
@@ -17,6 +18,7 @@ SRC_URI = "\
file://g_once_init_enter.patch \
file://gatomic-proper-pointer-get-cast.patch \
file://60_wait-longer-for-threads-to-die.patch \
+ file://glib-mkenums-interpreter.patch \
file://libglib2-fix-compilation-with-no-builtin-atomic.patch \
file://configure-ipv6.patch \
"