summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/enscript/enscript/0001-Fix-builds-with-recent-gettext.patch24
-rw-r--r--meta-oe/recipes-extended/enscript/enscript_1.6.6.bb3
-rw-r--r--meta-oe/recipes-extended/indent/indent/0001-Fix-builds-with-recent-gettext.patch24
-rw-r--r--meta-oe/recipes-extended/indent/indent_2.2.12.bb3
-rw-r--r--meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch22
-rw-r--r--meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb3
6 files changed, 76 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/enscript/enscript/0001-Fix-builds-with-recent-gettext.patch b/meta-oe/recipes-extended/enscript/enscript/0001-Fix-builds-with-recent-gettext.patch
new file mode 100644
index 000000000..ecfafce1a
--- /dev/null
+++ b/meta-oe/recipes-extended/enscript/enscript/0001-Fix-builds-with-recent-gettext.patch
@@ -0,0 +1,24 @@
1From 771cd2a12db8b8c9a558f1a04958df8ed614f2e0 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 20 Dec 2019 14:06:50 +0100
4Subject: [PATCH] Fix builds with recent gettext
5
6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Makefile.am b/Makefile.am
13index dedabd6..8833ac9 100644
14--- a/Makefile.am
15+++ b/Makefile.am
16@@ -22,7 +22,7 @@
17 # along with Enscript. If not, see <http://www.gnu.org/licenses/>.
18 #
19
20-SUBDIRS = intl compat afm afmlib lib scripts src po states docs w32
21+SUBDIRS = compat afm afmlib lib scripts src po states docs w32
22
23 EXTRA_DIST = README.ESCAPES README.DOS ascii.txt \
24 asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt \
diff --git a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
index 2b6d14e6c..82791f579 100644
--- a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
+++ b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
@@ -12,7 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
12 12
13SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 13SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
14 file://enscript-autoconf.patch \ 14 file://enscript-autoconf.patch \
15" 15 file://0001-Fix-builds-with-recent-gettext.patch \
16 "
16 17
17inherit autotools gettext 18inherit autotools gettext
18 19
diff --git a/meta-oe/recipes-extended/indent/indent/0001-Fix-builds-with-recent-gettext.patch b/meta-oe/recipes-extended/indent/indent/0001-Fix-builds-with-recent-gettext.patch
new file mode 100644
index 000000000..e48dfb33c
--- /dev/null
+++ b/meta-oe/recipes-extended/indent/indent/0001-Fix-builds-with-recent-gettext.patch
@@ -0,0 +1,24 @@
1From 3349812de0598ca7722e0b7c7b7e5d48bd79bea9 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 20 Dec 2019 14:01:18 +0100
4Subject: [PATCH] Fix builds with recent gettext
5
6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Makefile.am b/Makefile.am
13index 548fea7..cf01c5e 100644
14--- a/Makefile.am
15+++ b/Makefile.am
16@@ -1,7 +1,7 @@
17 ## Process this file with automake to produce Makefile.in
18 AUTOMAKE_OPTIONS = no-texinfo.tex
19
20-SUBDIRS = intl src doc po man
21+SUBDIRS = src doc po man
22
23 BUILT_SOURCES =
24
diff --git a/meta-oe/recipes-extended/indent/indent_2.2.12.bb b/meta-oe/recipes-extended/indent/indent_2.2.12.bb
index f2891df50..f8d63d43c 100644
--- a/meta-oe/recipes-extended/indent/indent_2.2.12.bb
+++ b/meta-oe/recipes-extended/indent/indent_2.2.12.bb
@@ -14,7 +14,8 @@ DEPENDS = "virtual/gettext"
14SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 14SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
15 file://0001-src-indent.c-correct-the-check-for-locale.h.patch \ 15 file://0001-src-indent.c-correct-the-check-for-locale.h.patch \
16 file://0001-Makefile.am-remove-regression-dir.patch \ 16 file://0001-Makefile.am-remove-regression-dir.patch \
17" 17 file://0001-Fix-builds-with-recent-gettext.patch \
18 "
18SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14" 19SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14"
19SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b" 20SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b"
20 21
diff --git a/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch b/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch
new file mode 100644
index 000000000..7924fa55e
--- /dev/null
+++ b/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch
@@ -0,0 +1,22 @@
1From 7a2fe915dded27630a345762628cdd542ea5d58a Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 20 Dec 2019 13:56:16 +0100
4Subject: [PATCH] Fix build with recent gettext
5
6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Makefile.am b/Makefile.am
13index 03d1131..65609e7 100644
14--- a/Makefile.am
15+++ b/Makefile.am
16@@ -17,5 +17,5 @@
17 ## Process this file with automake to produce Makefile.in.
18
19 EXTRA_DIST = config.rpath m4 $(DIST_ALPHA)
20-SUBDIRS = intl lib libopts src doc po tests
21+SUBDIRS = lib libopts src doc po tests
22 ACLOCAL_AMFLAGS = -I m4
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
index 8f39fde82..930922ed4 100644
--- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
+++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
@@ -9,7 +9,8 @@ inherit gettext autotools
9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
10 file://0001-Fix-build-with-clang.patch \ 10 file://0001-Fix-build-with-clang.patch \
11 file://CVE-2018-1000097.patch \ 11 file://CVE-2018-1000097.patch \
12" 12 file://0001-Fix-build-with-recent-gettext.patch \
13 "
13SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800" 14SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800"
14SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637" 15SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637"
15 16