magic-enum: Upgrade v0.9.5 -> v0.9.6

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ricardo Simoes 2024-08-28 09:21:38 +02:00 committed by Khem Raj
parent 48e257b4c7
commit 83d9607ba5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 \