Two patches to fix configure failures that resulted from the glib-2.0 2.48.1 update. In both cases the AM_GLIB_GNU_GETTEXT macro is updated to match the one provided by glib (the change is that the macro is now marked deprecated).
I've pushed these on top of the original branch since these patches should only be used with new GLib. - Jussi The following changes since commit cb405da51da0413d5ac5999330a4e49cb7be262f: weston: Upgrade 1.9.0 -> 1.10.0 (2016-05-16 14:20:26 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/upgrades http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/upgrades Jussi Kukkonen (2): gnome-doc-utils: Update AM_GLIB_GNU_GETTEXT macro pkgconfig: Update AM_GLIB_GNU_GETTEXT macro ...t.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch | 41 ++++++++++++++++++++++ meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 1 + ...t.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch | 40 +++++++++++++++++++++ .../recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | 1 + 4 files changed, 83 insertions(+) create mode 100644 meta/recipes-devtools/pkgconfig/pkgconfig/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch create mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
