diff options
Diffstat (limited to 'meta-oe/recipes-support/glaze/glaze_7.3.3.bb')
| -rw-r--r-- | meta-oe/recipes-support/glaze/glaze_7.3.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/glaze/glaze_7.3.3.bb b/meta-oe/recipes-support/glaze/glaze_7.3.3.bb new file mode 100644 index 0000000000..e733d166b2 --- /dev/null +++ b/meta-oe/recipes-support/glaze/glaze_7.3.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF " | ||
| 2 | HOMEPAGE = "https://stephenberry.github.io/glaze/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}" | ||
| 7 | |||
| 8 | SRCREV = "dbf6caec935b768546587a413e45d033480c4483" | ||
| 9 | |||
| 10 | inherit cmake | ||
| 11 | |||
| 12 | EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF -Dglaze_DEVELOPER_MODE=OFF" | ||
| 13 | |||
| 14 | FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake" | ||
| 15 | |||
| 16 | # Glaze is a header-only C++ library, so the main package will be empty. | ||
| 17 | ALLOW_EMPTY:${PN} = "1" | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native" | ||
