diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-22 14:02:30 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-22 14:02:30 +0200 |
commit | 4914d6f9f448f5762d0f9596f325cc8e8b70d00a (patch) | |
tree | 8957f9739780100a9760079eba8341d061570fe0 /recipes/glib-2.0/glib-2.0_2.24.0.bb | |
parent | ac81f608727d7a72ac0f3713a5de61f463dc3752 (diff) |
glib-2.0 2.24.0: apply two patches from release branch and one from ubuntu
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.bb | 5 |
1 files changed, 4 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 0f2123b840..ad94111863 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 virtual/libiconv virtual/libintl zlib" -PR = "r3" +PR = "r4" SRC_URI = "\ http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${PV}.tar.bz2;name=archive \ @@ -17,6 +17,9 @@ SRC_URI = "\ file://g_once_init_enter.patch;patch=1 \ file://gatomic-proper-pointer-get-cast.patch;patch=1 \ file://gio.patch;patch=1 \ + file://gvariant.patch;patch=1 \ + file://gasync.patch;patch=1 \ + file://60_wait-longer-for-threads-to-die.patch;patch=1 \ " SRC_URI[archive.md5sum] = "45a8bc697d07f859566c0b64c40382a8" |