| Message ID | 1744794136-908-12-git-send-email-wangmy@fujitsu.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [meta-oe,01/31] adw-gtk3: upgrade 5.7 -> 5.8 | expand |
it fails ptests =============================================================================== /usr/src/debug/nlohmann-json/3.12.0/tests/src/unit-locale-cpp.cpp:134: TEST CASE: locale-dependent test (LC_NUMERIC=de_DE) check if locale is properly set /usr/src/debug/nlohmann-json/3.12.0/tests/src/unit-locale-cpp.cpp:142: ERROR: CHECK( std::string(buffer.data()) == "12,34" ) is NOT correct! values: CHECK( 12.34 == 12,34 ) =============================================================================== On Wed, Apr 16, 2025 at 2:02 AM wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote: > > From: Wang Mingyu <wangmy@fujitsu.com> > > License-Updata: Copyright year updated to 2025 > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > --- > .../{nlohmann-json_3.11.3.bb => nlohmann-json_3.12.0.bb} | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > rename meta-oe/recipes-devtools/nlohmann-json/{nlohmann-json_3.11.3.bb => nlohmann-json_3.12.0.bb} (84%) > > diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.3.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb > similarity index 84% > rename from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.3.bb > rename to meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb > index 194e80546e..340b314925 100644 > --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.3.bb > +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb > @@ -2,16 +2,16 @@ SUMMARY = "JSON for modern C++" > HOMEPAGE = "https://nlohmann.github.io/json/" > SECTION = "libs" > LICENSE = "MIT" > -LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f969127d7b7ed0a8a63c2bbeae002588" > +LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=3b489645de9825cca5beeb9a7e18b6eb" > > CVE_PRODUCT = "json-for-modern-cpp" > > -SRC_URI = "git://github.com/nlohmann/json.git;branch=develop;protocol=https \ > +SRC_URI = "git://github.com/nlohmann/json.git;branch=master;protocol=https;tag=v${PV} \ > git://github.com/nlohmann/json_test_data.git;destsuffix=git/json_test_data;name=json-test-data;branch=master;protocol=https \ > file://run-ptest \ > -" > + " > > -SRCREV = "9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03" > +SRCREV = "55f93686c01528224f448c19128836e7df245f72" > SRCREV_json-test-data = "a1375cea09d27cc1c4cadb8d00470375b421ac37" > > SRCREV_FORMAT .= "_json-test-data" > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#116884): https://lists.openembedded.org/g/openembedded-devel/message/116884 > Mute This Topic: https://lists.openembedded.org/mt/112291818/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/nlohmann-json/nlohmann-json_3.11.3.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb similarity index 84% rename from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.3.bb rename to meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb index 194e80546e..340b314925 100644 --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.3.bb +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb @@ -2,16 +2,16 @@ SUMMARY = "JSON for modern C++" HOMEPAGE = "https://nlohmann.github.io/json/" SECTION = "libs" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f969127d7b7ed0a8a63c2bbeae002588" +LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=3b489645de9825cca5beeb9a7e18b6eb" CVE_PRODUCT = "json-for-modern-cpp" -SRC_URI = "git://github.com/nlohmann/json.git;branch=develop;protocol=https \ +SRC_URI = "git://github.com/nlohmann/json.git;branch=master;protocol=https;tag=v${PV} \ git://github.com/nlohmann/json_test_data.git;destsuffix=git/json_test_data;name=json-test-data;branch=master;protocol=https \ file://run-ptest \ -" + " -SRCREV = "9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03" +SRCREV = "55f93686c01528224f448c19128836e7df245f72" SRCREV_json-test-data = "a1375cea09d27cc1c4cadb8d00470375b421ac37" SRCREV_FORMAT .= "_json-test-data"