All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] glaze: add recipe
@ 2026-01-19 11:32 Frede Hoey Braendstrup
  2026-01-19 11:38 ` [PATCH v2] " Frede Hoey Braendstrup
  2026-01-26 12:21 ` [meta-oe][PATCH v2] glaze: add recipe at 7.0.1 Frede Hoey Braendstrup
  0 siblings, 2 replies; 8+ messages in thread
From: Frede Hoey Braendstrup @ 2026-01-19 11:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Frede Hoey Braendstrup

---
 meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-support/glaze/glaze_7.0.1.bb

diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
new file mode 100644
index 0000000000..48fc3ab081
--- /dev/null
+++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
@@ -0,0 +1,11 @@
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
+
+SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main"
+
+SRCREV = "ddea99c503ac4578cf556e2f6ac0b64e0d9d470f"
+
+inherit cmake
+
+EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF"
+
-- 



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v2] glaze: add recipe
  2026-01-19 11:32 [PATCH v1] glaze: add recipe Frede Hoey Braendstrup
@ 2026-01-19 11:38 ` Frede Hoey Braendstrup
  2026-01-19 11:38   ` [PATCH] " Frede Hoey Braendstrup
  2026-01-26 12:21 ` [meta-oe][PATCH v2] glaze: add recipe at 7.0.1 Frede Hoey Braendstrup
  1 sibling, 1 reply; 8+ messages in thread
From: Frede Hoey Braendstrup @ 2026-01-19 11:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Frede Hoey Braendstrup

---
 meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-support/glaze/glaze_7.0.1.bb

diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
new file mode 100644
index 0000000000..f92777a25f
--- /dev/null
+++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
+HOMEPAGE = "https://stephenberry.github.io/glaze/"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
+
+SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=${PV}"
+
+SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
+
+inherit cmake
+
+EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF"
+
-- 



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] glaze: add recipe
  2026-01-19 11:38 ` [PATCH v2] " Frede Hoey Braendstrup
@ 2026-01-19 11:38   ` Frede Hoey Braendstrup
  2026-01-19 12:29     ` [PATCH v3] " Frede Hoey Braendstrup
  0 siblings, 1 reply; 8+ messages in thread
From: Frede Hoey Braendstrup @ 2026-01-19 11:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Frede Hoey Braendstrup

---
 meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-support/glaze/glaze_7.0.1.bb

diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
new file mode 100644
index 0000000000..f92777a25f
--- /dev/null
+++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
+HOMEPAGE = "https://stephenberry.github.io/glaze/"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
+
+SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=${PV}"
+
+SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
+
+inherit cmake
+
+EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF"
+
-- 



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v3] glaze: add recipe
  2026-01-19 11:38   ` [PATCH] " Frede Hoey Braendstrup
@ 2026-01-19 12:29     ` Frede Hoey Braendstrup
  2026-01-20 13:57       ` [oe] " Peter Kjellerstedt
  0 siblings, 1 reply; 8+ messages in thread
From: Frede Hoey Braendstrup @ 2026-01-19 12:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Frede Hoey Braendstrup

---
 meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-support/glaze/glaze_7.0.1.bb

diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
new file mode 100644
index 0000000000..6526b1d8a3
--- /dev/null
+++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
+HOMEPAGE = "https://stephenberry.github.io/glaze/"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
+
+SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
+
+SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
+
+inherit cmake
+
+EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF"
+
-- 



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* RE: [oe] [PATCH v3] glaze: add recipe
  2026-01-19 12:29     ` [PATCH v3] " Frede Hoey Braendstrup
@ 2026-01-20 13:57       ` Peter Kjellerstedt
  2026-01-20 18:39         ` Frede Hoey Braendstrup
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Kjellerstedt @ 2026-01-20 13:57 UTC (permalink / raw)
  To: frederikbraendstrup@gmail.com,
	openembedded-devel@lists.openembedded.org

> -----Original Message-----
> From: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> On Behalf Of Frederik Brændstrup via lists.openembedded.org
> Sent: den 19 januari 2026 13:30
> To: openembedded-devel@lists.openembedded.org
> Cc: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
> Subject: [oe] [PATCH v3] glaze: add recipe
> 
> ---
>  meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 meta-oe/recipes-support/glaze/glaze_7.0.1.bb
> 
> diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
> new file mode 100644
> index 0000000000..6526b1d8a3
> --- /dev/null
> +++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
> +HOMEPAGE = "https://stephenberry.github.io/glaze/"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
> +
> +SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
> +
> +SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
> +
> +inherit cmake
> +
> +EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF"
> +
> --

We use the following recipe for glaze:

SUMMARY = "Header-only C++23 JSON library with compile time reflection"
HOMEPAGE = "https://github.com/stephenberry/glaze"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"

SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"

SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main"

inherit cmake

EXTRA_OECMAKE += "-Dglaze_BUILD_EXAMPLES=OFF -Dglaze_DEVELOPER_MODE=OFF"

do_install:append() {
    install -d ${D}${datadir}/cmake/${BPN}
    mv -f ${D}${datadir}/${BPN}/*.cmake ${D}${datadir}/cmake/${BPN}
    rmdir -p --ignore-fail-on-non-empty ${D}${datadir}/${BPN}
}

# Glaze is a header-only C++ library, so the main package will be empty.
ALLOW_EMPTY:${PN} = "1"

BBCLASSEXTEND = "native"

I believe there a some pieces that you may want to pick up.

//Peter



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [oe] [PATCH v3] glaze: add recipe
  2026-01-20 13:57       ` [oe] " Peter Kjellerstedt
@ 2026-01-20 18:39         ` Frede Hoey Braendstrup
  2026-01-20 19:16           ` Peter Kjellerstedt
  0 siblings, 1 reply; 8+ messages in thread
From: Frede Hoey Braendstrup @ 2026-01-20 18:39 UTC (permalink / raw)
  To: Peter Kjellerstedt, frederikbraendstrup@gmail.com,
	openembedded-devel@lists.openembedded.org

Hi Peter

Thanks for your input!

Sorry for the noise in in sending multiple mails for the same inital recipe

On Tue Jan 20, 2026 at 2:57 PM CET, Peter Kjellerstedt wrote:
>> -----Original Message-----
>> From: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> On Behalf Of Frederik Brændstrup via lists.openembedded.org
>> Sent: den 19 januari 2026 13:30
>> To: openembedded-devel@lists.openembedded.org
>> Cc: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
>> Subject: [oe] [PATCH v3] glaze: add recipe
>> 
>> ---
>>  meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 13 +++++++++++++
>>  1 file changed, 13 insertions(+)
>>  create mode 100644 meta-oe/recipes-support/glaze/glaze_7.0.1.bb
>> 
>> diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
>> new file mode 100644
>> index 0000000000..6526b1d8a3
>> --- /dev/null
>> +++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
>> @@ -0,0 +1,13 @@
>> +DESCRIPTION = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
>> +HOMEPAGE = "https://stephenberry.github.io/glaze/"
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
>> +
>> +SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
>> +
>> +SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
>> +
>> +inherit cmake
>> +
>> +EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF"
>> +
>> --
>
> We use the following recipe for glaze:
>
> SUMMARY = "Header-only C++23 JSON library with compile time reflection"
> HOMEPAGE = "https://github.com/stephenberry/glaze"
>
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
>
> SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
>
> SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main"

Should we add the `;tag=v${PV}` here?

>
> inherit cmake
>
> EXTRA_OECMAKE += "-Dglaze_BUILD_EXAMPLES=OFF -Dglaze_DEVELOPER_MODE=OFF"
>
> do_install:append() {
>     install -d ${D}${datadir}/cmake/${BPN}
>     mv -f ${D}${datadir}/${BPN}/*.cmake ${D}${datadir}/cmake/${BPN}
>     rmdir -p --ignore-fail-on-non-empty ${D}${datadir}/${BPN}
> }
>
> # Glaze is a header-only C++ library, so the main package will be empty.
> ALLOW_EMPTY:${PN} = "1"
>
> BBCLASSEXTEND = "native"
>
> I believe there a some pieces that you may want to pick up.
>
> //Peter

/Frede


^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [oe] [PATCH v3] glaze: add recipe
  2026-01-20 18:39         ` Frede Hoey Braendstrup
@ 2026-01-20 19:16           ` Peter Kjellerstedt
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Kjellerstedt @ 2026-01-20 19:16 UTC (permalink / raw)
  To: Frede Hoey Braendstrup, openembedded-devel@lists.openembedded.org

> -----Original Message-----
> From: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
> Sent: den 20 januari 2026 19:40
> To: Peter Kjellerstedt <peter.kjellerstedt@axis.com>; frederikbraendstrup@gmail.com; openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [PATCH v3] glaze: add recipe
> 
> Hi Peter
> 
> Thanks for your input!
> 
> Sorry for the noise in in sending multiple mails for the same inital
> recipe
> 
> On Tue Jan 20, 2026 at 2:57 PM CET, Peter Kjellerstedt wrote:
> >> -----Original Message-----
> >> From: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> On Behalf Of Frederik Brændstrup via lists.openembedded.org
> >> Sent: den 19 januari 2026 13:30
> >> To: openembedded-devel@lists.openembedded.org
> >> Cc: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
> >> Subject: [oe] [PATCH v3] glaze: add recipe
> >>
> >> ---
> >>  meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 13 +++++++++++++
> >>  1 file changed, 13 insertions(+)
> >>  create mode 100644 meta-oe/recipes-support/glaze/glaze_7.0.1.bb
> >>
> >> diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
> >> new file mode 100644
> >> index 0000000000..6526b1d8a3
> >> --- /dev/null
> >> +++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
> >> @@ -0,0 +1,13 @@
> >> +DESCRIPTION = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
> >> +HOMEPAGE = "https://stephenberry.github.io/glaze/"
> >> +LICENSE = "MIT"
> >> +LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
> >> +
> >> +SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
> >> +
> >> +SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
> >> +
> >> +inherit cmake
> >> +
> >> +EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF"
> >> +
> >> --
> >
> > We use the following recipe for glaze:
> >
> > SUMMARY = "Header-only C++23 JSON library with compile time reflection"
> > HOMEPAGE = "https://github.com/stephenberry/glaze"
> >
> > LICENSE = "MIT"
> > LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
> >
> > SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
> >
> > SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main"
> 
> Should we add the `;tag=v${PV}` here?

Yes.

> 
> >
> > inherit cmake
> >
> > EXTRA_OECMAKE += "-Dglaze_BUILD_EXAMPLES=OFF -Dglaze_DEVELOPER_MODE=OFF"
> >
> > do_install:append() {
> >     install -d ${D}${datadir}/cmake/${BPN}
> >     mv -f ${D}${datadir}/${BPN}/*.cmake ${D}${datadir}/cmake/${BPN}
> >     rmdir -p --ignore-fail-on-non-empty ${D}${datadir}/${BPN}
> > }
> >
> > # Glaze is a header-only C++ library, so the main package will be empty.
> > ALLOW_EMPTY:${PN} = "1"
> >
> > BBCLASSEXTEND = "native"
> >
> > I believe there a some pieces that you may want to pick up.
> >
> > //Peter
> 
> /Frede

//Peter


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [meta-oe][PATCH v2] glaze: add recipe at 7.0.1
  2026-01-19 11:32 [PATCH v1] glaze: add recipe Frede Hoey Braendstrup
  2026-01-19 11:38 ` [PATCH v2] " Frede Hoey Braendstrup
@ 2026-01-26 12:21 ` Frede Hoey Braendstrup
  1 sibling, 0 replies; 8+ messages in thread
From: Frede Hoey Braendstrup @ 2026-01-26 12:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Frede Hoey Braendstrup

---
 meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta-oe/recipes-support/glaze/glaze_7.0.1.bb

diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
new file mode 100644
index 0000000000..e481290b9c
--- /dev/null
+++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF "
+HOMEPAGE = "https://stephenberry.github.io/glaze/"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8"
+
+SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
+
+SRCREV = "a4af950700b8af2659f0d4a37a18a1b9c5300593"
+
+inherit cmake
+
+EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF -Dglaze_DEVELOPER_MODE=OFF"
+
+do_install:append() {
+    install -d ${D}${datadir}/cmake/${BPN}
+    mv -f ${D}${datadir}/${BPN}/*.cmake ${D}${datadir}/cmake/${BPN}
+    rmdir -p --ignore-fail-on-non-empty ${D}${datadir}/${BPN}
+}
+
+# Glaze is a header-only C++ library, so the main package will be empty.
+ALLOW_EMPTY:${PN} = "1"
+
+BBCLASSEXTEND = "native"
-- 
2.52.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-26 12:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-19 11:32 [PATCH v1] glaze: add recipe Frede Hoey Braendstrup
2026-01-19 11:38 ` [PATCH v2] " Frede Hoey Braendstrup
2026-01-19 11:38   ` [PATCH] " Frede Hoey Braendstrup
2026-01-19 12:29     ` [PATCH v3] " Frede Hoey Braendstrup
2026-01-20 13:57       ` [oe] " Peter Kjellerstedt
2026-01-20 18:39         ` Frede Hoey Braendstrup
2026-01-20 19:16           ` Peter Kjellerstedt
2026-01-26 12:21 ` [meta-oe][PATCH v2] glaze: add recipe at 7.0.1 Frede Hoey Braendstrup

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.