summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch
diff options
context:
space:
mode:
authorPhil Blundell <philb@brightsign.biz>2019-11-26 11:55:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-04 12:30:59 +0000
commit91153457342c6419953cb0becbe92ee7b3904b46 (patch)
treea41d23d4a10068b9b17845f3fbf0031c95a00d25 /meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch
parente05e4b5b4ba7fd6be13b3be151e27d3eafc0b5d8 (diff)
downloadpoky-91153457342c6419953cb0becbe92ee7b3904b46.tar.gz
lrzsz: Update autotools infrastructure and make it work with new gettext
Run gettextize and autoreconf and fix up the resulting problem so that it builds more-or-less cleanly and "make dist" works. Some of the existing patches that contained particular point fixes are now rolled into a single big patch. (From OE-Core rev: b045f83519807d645a22f74c590c037a4ebc4fbe) Signed-off-by: Phil Blundell <pb@pbcl.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch')
-rw-r--r--meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch b/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch
deleted file mode 100644
index 682cf416e2..0000000000
--- a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Add a description to the AC_DEFINE for LOCALEDIR so that it appears in config.h
2and silences a fatal warning.
3
4Upstream-Status:Pending
5Signed-off-by: Ross Burton <ross.burton@intel.com>
6
7diff --git a/configure.in b/configure.in
8index c10460c..aa20263 100644
9--- a/configure.in
10+++ b/configure.in
11@@ -258,7 +258,7 @@ AC_SUBST(LIBS)
12
13 AM_GNU_GETTEXT
14
15-AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/$DATADIRNAME")
16+AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/$DATADIRNAME",[locale directory])
17
18 AC_OUTPUT([Makefile intl/Makefile lib/Makefile testsuite/Makefile m4/Makefile \
19 man/Makefile po/Makefile.in src/Makefile debian/rules Specfile systype \