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 ee547f63481..01a134a5bc7 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 \