diff options
| author | Michael Wyraz <mw@brick4u.de> | 2025-11-04 20:32:34 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-04 23:15:08 -0800 |
| commit | abbbaf2ef84e7ebff2a7657d6ce58792934cfbd0 (patch) | |
| tree | b84f0093febde6140e1aa2362c64dd4b6b87aec4 | |
| parent | 9e825eccc933db6912a7a527a015bc708965beee (diff) | |
| download | meta-openembedded-abbbaf2ef84e7ebff2a7657d6ce58792934cfbd0.tar.gz | |
gpp: Add recipe
gpp is a general-purpose preprocessor
Signed-off-by: Michael Wyraz <mw@brick4u.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/gpp/gpp_2.28.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/gpp/gpp_2.28.bb b/meta-oe/recipes-devtools/gpp/gpp_2.28.bb new file mode 100644 index 0000000000..7c6c386bc6 --- /dev/null +++ b/meta-oe/recipes-devtools/gpp/gpp_2.28.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Generic Preprocessor" | ||
| 2 | DESCRIPTION = "GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks" | ||
| 3 | HOMEPAGE = "https://logological.org/gpp" | ||
| 4 | BUGTRACKER = "https://github.com/logological/gpp/issues" | ||
| 5 | LICENSE = "LGPL-3.0-only" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 7 | |||
| 8 | SRC_URI = "https://github.com/logological/gpp/releases/download/${PV}/gpp-${PV}.tar.bz2" | ||
| 9 | SRC_URI[sha256sum] = "343d33d562e2492ca9b51ff2cc4b06968a17a85fdc59d5d4e78eed3b1d854b70" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native" | ||
