blob: 4d97b1a4198af18fd3aa4c79ac68a8100c6877da [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "skeleton main.c generator"
2DESCRIPTION = "Gengetopt is a tool to write command line option parsing code for C programs."
3SECTION = "utils"
4HOMEPAGE = "https://www.gnu.org/software/gengetopt/gengetopt.html"
5
Andrew Geissler9aee5002022-03-30 16:27:02 +00006LICENSE = "GPL-3.0-or-later"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007LIC_FILES_CHKSUM = "file://COPYING;md5=ff95bfe019feaf92f524b73dd79e76eb"
8
9SRC_URI = "${GNU_MIRROR}/gengetopt/${BPN}-${PV}.tar.xz"
10
11SRC_URI[md5sum] = "ea165d618640dbdecb42ae4491337965"
12SRC_URI[sha256sum] = "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac"
13
14inherit autotools texinfo
15
Andrew Geisslerc5535c92023-01-27 16:10:19 -060016CXXFLAGS += "-std=c++14"
17
Andrew Geissler82c905d2020-04-13 13:39:40 -050018BBCLASSEXTEND = "native nativesdk"