diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-04-26 23:44:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-29 14:16:31 +0100 |
commit | 79a049d73284525028415f36db93992f073f87e1 (patch) | |
tree | 0068dd0b6a63e5359dd51667b23ec626476abe5b /meta/recipes-gnome | |
parent | 3c51973f0390aff5f316d68fdd25e1e9c110a908 (diff) | |
download | poky-79a049d73284525028415f36db93992f073f87e1.tar.gz |
gnome-doc-utils: Remove stale patch
The recipe was removed 3 years ago.
(From OE-Core rev: 090e3cbed407abb7dd74ded56da38e7b2ee9d9d5)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch b/meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch deleted file mode 100644 index 4cfcabd385..0000000000 --- a/meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | From 426e38468463a4abb495cf6a269b9635b2107519 Mon Sep 17 00:00:00 2001 | ||
2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> | ||
3 | Date: Tue, 17 May 2016 13:51:24 +0300 | ||
4 | Subject: [PATCH] glib-gettext.m4: Update AM_GLIB_GNU_GETTEXT to match glib | ||
5 | |||
6 | This avoids | ||
7 | error: m4_copy: won't overwrite defined macro: glib_DEFUN | ||
8 | |||
9 | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> | ||
10 | Upstream-Status: Inappropriate [No upstream] | ||
11 | --- | ||
12 | m4/glib-gettext.m4 | 5 +++-- | ||
13 | 1 file changed, 3 insertions(+), 2 deletions(-) | ||
14 | |||
15 | diff --git a/m4/glib-gettext.m4 b/m4/glib-gettext.m4 | ||
16 | index 81f8fd2..e2b142b 100644 | ||
17 | --- a/m4/glib-gettext.m4 | ||
18 | +++ b/m4/glib-gettext.m4 | ||
19 | @@ -310,7 +310,7 @@ msgstr "" | ||
20 | # on various variables needed by the Makefile.in.in installed by | ||
21 | # glib-gettextize. | ||
22 | dnl | ||
23 | -glib_DEFUN([GLIB_GNU_GETTEXT], | ||
24 | +AU_DEFUN([GLIB_GNU_GETTEXT], | ||
25 | [AC_REQUIRE([AC_PROG_CC])dnl | ||
26 | AC_REQUIRE([AC_HEADER_STDC])dnl | ||
27 | |||
28 | @@ -381,7 +381,8 @@ glib_DEFUN([GLIB_GNU_GETTEXT], | ||
29 | rm -f po/POTFILES | ||
30 | sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ | ||
31 | < $srcdir/po/POTFILES.in > po/POTFILES | ||
32 | - ]) | ||
33 | + ] | ||
34 | + [[$0: This macro is deprecated. You should use upstream gettext instead.]]) | ||
35 | |||
36 | # AX_GLIB_DEFINE_LOCALEDIR(VARIABLE) | ||
37 | # ------------------------------- | ||
38 | -- | ||
39 | 2.1.4 | ||
40 | |||