aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glib-2.0/glib-2.0_2.24.0.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-18 06:38:28 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-18 07:29:23 -0700
commitc63403cb9c02641476f9e275fb2e63bb54f5e46d (patch)
tree9fe67428f0650a32a6ec036a8464014ec8be90c5 /recipes/glib-2.0/glib-2.0_2.24.0.bb
parente01784b74841d142a1cfbc61a6af86e8069bd0ed (diff)
downloadopenembedded-c63403cb9c02641476f9e275fb2e63bb54f5e46d.tar.gz
glib-2.0: Fix glib-mkenums to use /usr/bin/env perl
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.24.0.bb')
-rw-r--r--recipes/glib-2.0/glib-2.0_2.24.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.24.0.bb b/recipes/glib-2.0/glib-2.0_2.24.0.bb
index b0755a48b1..5bb79015e2 100644
--- a/recipes/glib-2.0/glib-2.0_2.24.0.bb
+++ b/recipes/glib-2.0/glib-2.0_2.24.0.bb
@@ -8,7 +8,7 @@ SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0-native gtk-doc zlib"
-PR = "r5"
+PR = "r6"
SRC_URI = "\
http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${PV}.tar.bz2;name=archive \
@@ -20,6 +20,7 @@ SRC_URI = "\
file://gvariant.patch \
file://gasync.patch \
file://60_wait-longer-for-threads-to-die.patch \
+ file://glib-mkenums-interpreter.patch \
"
SRC_URI[archive.md5sum] = "45a8bc697d07f859566c0b64c40382a8"