diff options
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.22.1.bb')
-rw-r--r-- | recipes/glib-2.0/glib-2.0_2.22.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.22.1.bb b/recipes/glib-2.0/glib-2.0_2.22.1.bb index 533116b825..95fa07bbce 100644 --- a/recipes/glib-2.0/glib-2.0_2.22.1.bb +++ b/recipes/glib-2.0/glib-2.0_2.22.1.bb @@ -1,5 +1,5 @@ require glib.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI = "\ http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-${PV}.tar.bz2 \ @@ -7,6 +7,7 @@ SRC_URI = "\ file://configure-libtool.patch;patch=1 \ file://bug-556515.patch;patch=1 \ file://g_once_init_enter.patch;patch=1 \ + file://uclibc-res_query.patch;patch=1 \ " |