summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
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.bb
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.bb')
-rw-r--r--meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
index 34556b2c29..4129237c59 100644
--- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
+++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
@@ -13,11 +13,9 @@ DEPENDS = ""
13PR = "r6" 13PR = "r6"
14 14
15SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ 15SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \
16 file://autotools-update.patch \
16 file://autotools.patch \ 17 file://autotools.patch \
17 file://makefile.patch \ 18 file://makefile.patch \
18 file://gettext.patch \
19 file://acdefine.patch \
20 file://lrzsz_fix_for_automake-1.12.patch \
21 file://lrzsz-check-locale.h.patch \ 19 file://lrzsz-check-locale.h.patch \
22 file://cve-2018-10195.patch \ 20 file://cve-2018-10195.patch \
23 file://include.patch \ 21 file://include.patch \