Skip to content

Commit

Permalink
magic-enum: Upgrade v0.9.5 -> v0.9.6
Browse files Browse the repository at this point in the history
In version 0.9.6 issue openembedded#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>
  • Loading branch information
rugsi authored and kraj committed Aug 28, 2024
1 parent 48e257b commit 83d9607
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 83d9607

Please sign in to comment.