diff options
author | Marek Belisko <marek.belisko@open-nandra.com> | 2020-01-28 20:51:59 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-28 12:23:12 -0800 |
commit | 969299460bef9eae079ca6ebb18eeb7fb32d0762 (patch) | |
tree | 513fb212971fa46cea1e2b4d6eebfd14ac03f391 /meta-oe/recipes-support/gengetopt | |
parent | 8f8ff99bc00b2754493991c31039471b69413459 (diff) | |
download | meta-openembedded-969299460bef9eae079ca6ebb18eeb7fb32d0762.tar.gz |
recipes-support: Added recipe for gengetopt package
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gengetopt')
-rw-r--r-- | meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb b/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb new file mode 100644 index 000000000..a31ad0d67 --- /dev/null +++ b/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "skeleton main.c generator" | ||
2 | DESCRIPTION = "Gengetopt is a tool to write command line option parsing code for C programs." | ||
3 | SECTION = "utils" | ||
4 | HOMEPAGE = "https://www.gnu.org/software/gengetopt/gengetopt.html" | ||
5 | |||
6 | LICENSE = "GPLv3+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ff95bfe019feaf92f524b73dd79e76eb" | ||
8 | |||
9 | SRC_URI = "${GNU_MIRROR}/gengetopt/${BPN}-${PV}.tar.xz" | ||
10 | |||
11 | SRC_URI[md5sum] = "ea165d618640dbdecb42ae4491337965" | ||
12 | SRC_URI[sha256sum] = "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac" | ||
13 | |||
14 | inherit autotools | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||