From: Ricardo Simoes <[email protected]> In version 0.9.6 issue #362 was fixed. Thus, the tweak in the compile flags is no longer needed.
The checksum of the LICENSE file changed because the copyright range was updated. Changelog: https://github.com/Neargye/magic_enum/releases/tag/v0.9.6 Signed-off-by: Ricardo Simoes <[email protected]> Signed-off-by: Mark Jonas <[email protected]> --- .../{magic-enum_0.9.5.bb => magic-enum_0.9.6.bb} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta-oe/recipes-extended/magic-enum/{magic-enum_0.9.5.bb => magic-enum_0.9.6.bb} (83%) diff --git a/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.5.bb b/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.6.bb similarity index 83% rename from meta-oe/recipes-extended/magic-enum/magic-enum_0.9.5.bb rename to meta-oe/recipes-extended/magic-enum/magic-enum_0.9.6.bb index ee547f634..01a134a5b 100644 --- a/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.5.bb +++ b/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.6.bb @@ -9,14 +9,14 @@ BUGTRACKER = "https://github.com/Neargye/magic_enum/issues" HOMEPAGE = "https://github.com/Neargye/magic_enum" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b15f48588464ec8ef87d2b560aad2caa" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7e7717cf723eb72f57e80fdb651cb318" SRC_URI = " \ git://github.com/Neargye/magic_enum.git;protocol=https;branch=master \ file://run-ptest \ " -SRCREV = "e55b9b54d5cf61f8e117cafb17846d7d742dd3b4" +SRCREV = "dd6a39d0ba1852cf06907e0f0573a2a10d23c2ad" S = "${WORKDIR}/git" inherit cmake ptest @@ -30,9 +30,6 @@ do_install_ptest () { install -m 0755 ${B}/test/test_* ${D}${PTEST_PATH}/tests } -# Workaround for bug 114970 reported for gcc 14.1.0 -CXXFLAGS += "-Wno-error=unused-value" - # Add catkin and colcon (ROS build system) support FILES:${PN}-dev += "\ ${datadir}/magic_enum/package.xml \ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111978): https://lists.openembedded.org/g/openembedded-devel/message/111978 Mute This Topic: https://lists.openembedded.org/mt/108138005/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
