blob: 1a7d61abc09775e1ac6c20c0cee4ab5281a8b512 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "A GNU program for formatting C code"
2HOMEPAGE = "http://www.gnu.org/software/indent/"
3SECTION = "Applications/Text"
4DESCRIPTION = "Indent is a GNU program for beautifying C code, so that \
5it is easier to read. Indent can also convert from one C writing style \
6to a different one. Indent understands correct C syntax and tries to handle \
7incorrect C syntax. \
8Install the indent package if you are developing applications in C and \
9you want a program to format your code."
Andrew Geissler9aee5002022-03-30 16:27:02 +000010LICENSE = "GPL-3.0-only"
Brad Bishopc342db32019-05-15 21:57:59 -040011LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
Brad Bishopc342db32019-05-15 21:57:59 -040013DEPENDS = "virtual/gettext"
14
15SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
16 file://0001-src-indent.c-correct-the-check-for-locale.h.patch \
17 file://0001-Makefile.am-remove-regression-dir.patch \
Brad Bishope42b3e32020-01-15 22:08:42 -050018 file://0001-Fix-builds-with-recent-gettext.patch \
Andrew Geissler69721092021-07-23 12:57:00 -040019 file://0001-Remove-dead-paren_level-code.patch \
Brad Bishope42b3e32020-01-15 22:08:42 -050020 "
Brad Bishopc342db32019-05-15 21:57:59 -040021SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14"
22SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b"
23
Andrew Geissler82c905d2020-04-13 13:39:40 -050024inherit autotools gettext texinfo
Brad Bishopc342db32019-05-15 21:57:59 -040025
Patrick Williams213cb262021-08-07 19:21:33 -050026CFLAGS:append:class-native = " -Wno-error=unused-value"
Brad Bishopc342db32019-05-15 21:57:59 -040027
28BBCLASSEXTEND = "native"