diff mbox series

[meta-oe] magic-enum: Upgrade v0.9.5 -> v0.9.6

Message ID 20240828072138.3032-1-mark.jonas@de.bosch.com
State Accepted
Headers show
Series [meta-oe] magic-enum: Upgrade v0.9.5 -> v0.9.6 | expand

Commit Message

Jonas Mark (BT-FS/ENG1-GRB) Aug. 28, 2024, 7:21 a.m. UTC
From: Ricardo Simoes <ricardo.simoes@pt.bosch.com>

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 <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
---
 .../{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 mbox series

Patch

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 \