diff options
Diffstat (limited to 'meta-oe/recipes-extended/indent')
-rw-r--r-- | meta-oe/recipes-extended/indent/indent/0001-Fix-builds-with-recent-gettext.patch | 24 | ||||
-rw-r--r-- | meta-oe/recipes-extended/indent/indent_2.2.12.bb | 3 |
2 files changed, 26 insertions, 1 deletions
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 @@ | |||
1 | From 3349812de0598ca7722e0b7c7b7e5d48bd79bea9 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Fri, 20 Dec 2019 14:01:18 +0100 | ||
4 | Subject: [PATCH] Fix builds with recent gettext | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | --- | ||
9 | Makefile.am | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/Makefile.am b/Makefile.am | ||
13 | index 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" | |||
14 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | 14 | SRC_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 | " | ||
18 | SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14" | 19 | SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14" |
19 | SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b" | 20 | SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b" |
20 | 21 | ||