diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-05-17 15:18:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-17 21:18:44 +0100 |
commit | 7cfaf9f6799f75a5b967a549c31f990539583577 (patch) | |
tree | 66703cc3840222b5b54da0300772617f5e361e46 /meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | |
parent | d972c6239eb0d7153940ebecb5e3301d51a33110 (diff) | |
download | poky-7cfaf9f6799f75a5b967a549c31f990539583577.tar.gz |
gnome-doc-utils: Update AM_GLIB_GNU_GETTEXT macro
This fixes
error: m4_copy: won't overwrite defined macro: glib_DEFUN
with glib-2.0 >= 2.48.
(From OE-Core rev: ce508c68bbea40d7f51c1975566ca70fcaa743a3)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb index 78cc005f99..ed01ea7b53 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | |||
5 | SRC_URI += "file://xsltproc_nonet.patch \ | 5 | SRC_URI += "file://xsltproc_nonet.patch \ |
6 | file://use-usr-bin-env-for-python-in-xml2po.patch \ | 6 | file://use-usr-bin-env-for-python-in-xml2po.patch \ |
7 | file://sysrooted-pkg-config.patch \ | 7 | file://sysrooted-pkg-config.patch \ |
8 | file://0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch \ | ||
8 | " | 9 | " |
9 | 10 | ||
10 | SRC_URI[archive.md5sum] = "3c64ad7bacd617b04999e4a168afaac5" | 11 | SRC_URI[archive.md5sum] = "3c64ad7bacd617b04999e4a168afaac5" |