summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-28 23:10:19 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-28 23:11:30 -0800
commit8c65264690726203ab8e28bdf5f4e5893eca8f82 (patch)
tree8654b590096fa3ef071cbe6ba9701eda05b6b9cb
parent4078a203e8de353d61f42c72fd82d9acba58c198 (diff)
downloadmeta-openembedded-8c65264690726203ab8e28bdf5f4e5893eca8f82.tar.gz
indent: Do not build docs
It fails to build currently, with texinfo-dummy | File "/mnt/a/tmp-yoe/work/riscv64-yoe-linux-musl/indent/2.2.12-r0/recipe-sysroot-native/usr/bin/makeinfo", line 100, in <module> | stub_msg | AssertionError: Don't know how to get default output file name from input file ! | This stand-in version of makeinfo is not yet fully capable of emulating | the real version from the GNU texinfo suite. If you see this message, file a | bug report with details on the recipe that failed. | | make[2]: *** [Makefile:814: indent.html] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/indent/indent/0001-Fix-builds-with-recent-gettext.patch14
-rw-r--r--meta-oe/recipes-extended/indent/indent_2.2.12.bb4
2 files changed, 14 insertions, 4 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
index e48dfb33c0..e9dadace02 100644
--- 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
@@ -9,8 +9,6 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9 Makefile.am | 2 +- 9 Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-) 10 1 file changed, 1 insertion(+), 1 deletion(-)
11 11
12diff --git a/Makefile.am b/Makefile.am
13index 548fea7..cf01c5e 100644
14--- a/Makefile.am 12--- a/Makefile.am
15+++ b/Makefile.am 13+++ b/Makefile.am
16@@ -1,7 +1,7 @@ 14@@ -1,7 +1,7 @@
@@ -18,7 +16,17 @@ index 548fea7..cf01c5e 100644
18 AUTOMAKE_OPTIONS = no-texinfo.tex 16 AUTOMAKE_OPTIONS = no-texinfo.tex
19 17
20-SUBDIRS = intl src doc po man 18-SUBDIRS = intl src doc po man
21+SUBDIRS = src doc po man 19+SUBDIRS = src po man
22 20
23 BUILT_SOURCES = 21 BUILT_SOURCES =
24 22
23--- a/configure.ac
24+++ b/configure.ac
25@@ -58,7 +58,6 @@ fi
26 AC_HEADER_DIRENT
27
28 AC_OUTPUT([
29- intl/Makefile
30 po/Makefile.in
31 Makefile
32 src/Makefile
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 0a866574bd..0f4f4c2206 100644
--- a/meta-oe/recipes-extended/indent/indent_2.2.12.bb
+++ b/meta-oe/recipes-extended/indent/indent_2.2.12.bb
@@ -10,6 +10,8 @@ you want a program to format your code."
10LICENSE = "GPLv3" 10LICENSE = "GPLv3"
11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
12 12
13DEPENDS = "virtual/gettext"
14
13SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 15SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
14 file://0001-src-indent.c-correct-the-check-for-locale.h.patch \ 16 file://0001-src-indent.c-correct-the-check-for-locale.h.patch \
15 file://0001-Makefile.am-remove-regression-dir.patch \ 17 file://0001-Makefile.am-remove-regression-dir.patch \
@@ -20,7 +22,7 @@ SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb34726642
20 22
21inherit autotools gettext texinfo 23inherit autotools gettext texinfo
22 24
23CFLAGS_class-native += " -Wno-error=unused-value" 25CFLAGS_append_class-native = " -Wno-error=unused-value"
24 26
25FILES_${PN}-doc += "/usr/doc/indent/indent.html" 27FILES_${PN}-doc += "/usr/doc/indent/indent.html"
26 28