summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/glaze/glaze_7.3.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-14 18:38:18 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-14 08:59:30 -0700
commitcb7da084bc7a13814573cac00abbd30c72938b81 (patch)
tree6ba4d353fc249c5eedda86799460aecd7250d9d8 /meta-oe/recipes-support/glaze/glaze_7.3.3.bb
parentf2df8812c4565d7aa2d566530c9df73ea41f8d53 (diff)
downloadmeta-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.bb19
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 @@
1SUMMARY = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
2HOMEPAGE = "https://stephenberry.github.io/glaze/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
5
6SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
7
8SRCREV = "dbf6caec935b768546587a413e45d033480c4483"
9
10inherit cmake
11
12EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF -Dglaze_DEVELOPER_MODE=OFF"
13
14FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake"
15
16# Glaze is a header-only C++ library, so the main package will be empty.
17ALLOW_EMPTY:${PN} = "1"
18
19BBCLASSEXTEND = "native"