diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-14 18:38:18 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-14 08:59:30 -0700 |
| commit | cb7da084bc7a13814573cac00abbd30c72938b81 (patch) | |
| tree | 6ba4d353fc249c5eedda86799460aecd7250d9d8 /meta-oe/recipes-support/glaze/glaze_7.3.3.bb | |
| parent | f2df8812c4565d7aa2d566530c9df73ea41f8d53 (diff) | |
| download | meta-openembedded-cb7da084bc7a13814573cac00abbd30c72938b81.tar.gz | |
glaze: upgrade 7.3.0 -> 7.3.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
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" | ||
