summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/indent
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* indent: Remove dead code using count_parens functionKhem Raj2021-06-052-0/+80
| | | | | | | clang static analyser finds it as dead code, and it indeed is dead code so remove it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: delete meaningless line referring to "/usr/doc"Robert P. J. Day2020-03-181-2/+0
| | | | | | | | Remove what appears to be historical line referencing HTML docs under /usr/doc -- building indent generates no such file. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: Do not build docsKhem Raj2020-01-282-4/+14
| | | | | | | | | | | | | | 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>
* recipes: Inherit missing texinfo for makeinfo programKhem Raj2020-01-281-2/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* enscript/indent/sharutils: fix build with gettext 0.20.xAlexander Kanavin2019-12-202-1/+26
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: Upgrade to 2.2.12Mingli Yu2019-04-293-3/+115
| | | | | | | | | | | | | | | | | | Add two patches to fix the build error. Add -Wno-error=unused-value for native build to silence below error: | In file included from ../../indent-2.2.12/src/indent.h:60:0, from ../../indent-2.2.12/src/indent.c:77: | ../../indent-2.2.12/src/indent.c: In function 'main': | ../../indent-2.2.12/src/libgettext.h:88:5: error: statement with no effect [-Werror=unused-value] ((void) (Domainname), (const char *) (Dirname)) ^ | ../../indent-2.2.12/src/indent.c:1064:5: note: in expansion of macro 'bindtextdomain' bindtextdomain(PACKAGE, LOCALEDIR); Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: license should be GPLv3Bian Naimeng2015-04-131-1/+1
| | | | | | | | The license of indent should be GPLv3 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Acked-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* indent: Add new recipeQian Lei2014-11-281-0/+22
Indent is a GNU program for beautifying C code, so that it is easier to read. Indent can also convert from one C writing style to a different one. Indent understands correct C syntax and tries to handle incorrect C syntax. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>