summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb
blob: 2057caff781f101060d088cbf77bbde8538811ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "skeleton main.c generator"
DESCRIPTION = "Gengetopt is a tool to write command line option parsing code for C programs."
SECTION = "utils"
HOMEPAGE = "https://www.gnu.org/software/gengetopt/gengetopt.html"

LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=ff95bfe019feaf92f524b73dd79e76eb"

SRC_URI = "${GNU_MIRROR}/gengetopt/${BPN}-${PV}.tar.xz"

SRC_URI[sha256sum] = "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac"

inherit autotools texinfo

CXXFLAGS += "-std=c++14"

BBCLASSEXTEND = "native nativesdk"