| Message ID | 20260115095552.566834-1-f_l_k@t-online.de |
|---|---|
| State | New |
| Headers | show |
| Series | [RFC,meta-oe] libtoml11: build with CMAKE_CXX_STANDARD 20 | expand |
On Thu, Jan 15, 2026 at 1:56 AM Markus Volk via lists.openembedded.org <f_l_k=t-online.de@lists.openembedded.org> wrote: > Signed-off-by: Markus Volk <f_l_k@t-online.de> > --- > meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb > b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb > index 38786b79ed..973a39fc21 100644 > --- a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb > +++ b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb > @@ -28,6 +28,7 @@ inherit cmake ptest > > EXTRA_OECMAKE += "-DTOML11_PRECOMPILE=ON \ > > -DTOML11_BUILD_TESTS=${@bb.utils.contains("DISTRO_FEATURES", "ptest", > "ON", "OFF", d)} \ > + -DCMAKE_CXX_STANDARD=20 \ > Why is this needed ? > " > > ALLOW_EMPTY:${PN} = "1" > -- > 2.52.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#123498): > https://lists.openembedded.org/g/openembedded-devel/message/123498 > Mute This Topic: https://lists.openembedded.org/mt/117276714/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb index 38786b79ed..973a39fc21 100644 --- a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb +++ b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb @@ -28,6 +28,7 @@ inherit cmake ptest EXTRA_OECMAKE += "-DTOML11_PRECOMPILE=ON \ -DTOML11_BUILD_TESTS=${@bb.utils.contains("DISTRO_FEATURES", "ptest", "ON", "OFF", d)} \ + -DCMAKE_CXX_STANDARD=20 \ " ALLOW_EMPTY:${PN} = "1"
Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb | 1 + 1 file changed, 1 insertion(+)