diff options
| author | Ricardo Simoes <ricardo.simoes@pt.bosch.com> | 2024-08-28 09:21:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-28 01:25:41 -0700 |
| commit | 83d9607ba5d96419db9d1d2f81d0c1c0afb72fb5 (patch) | |
| tree | 7f3ec2e7e408dc984b495a5a660e495ed8a7fdc8 | |
| parent | 48e257b4c7c8990c9afba90d5b3fcc957a1d8e73 (diff) | |
| download | meta-openembedded-83d9607ba5d96419db9d1d2f81d0c1c0afb72fb5.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-extended/magic-enum/magic-enum_0.9.6.bb (renamed from meta-oe/recipes-extended/magic-enum/magic-enum_0.9.5.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
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 index ee547f6348..01a134a5bc 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" | |||
| 9 | HOMEPAGE = "https://github.com/Neargye/magic_enum" | 9 | HOMEPAGE = "https://github.com/Neargye/magic_enum" |
| 10 | 10 | ||
| 11 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b15f48588464ec8ef87d2b560aad2caa" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7e7717cf723eb72f57e80fdb651cb318" |
| 13 | 13 | ||
| 14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
| 15 | git://github.com/Neargye/magic_enum.git;protocol=https;branch=master \ | 15 | git://github.com/Neargye/magic_enum.git;protocol=https;branch=master \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | SRCREV = "e55b9b54d5cf61f8e117cafb17846d7d742dd3b4" | 19 | SRCREV = "dd6a39d0ba1852cf06907e0f0573a2a10d23c2ad" |
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | inherit cmake ptest | 22 | inherit cmake ptest |
| @@ -30,9 +30,6 @@ do_install_ptest () { | |||
| 30 | install -m 0755 ${B}/test/test_* ${D}${PTEST_PATH}/tests | 30 | install -m 0755 ${B}/test/test_* ${D}${PTEST_PATH}/tests |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | # Workaround for bug 114970 reported for gcc 14.1.0 | ||
| 34 | CXXFLAGS += "-Wno-error=unused-value" | ||
| 35 | |||
| 36 | # Add catkin and colcon (ROS build system) support | 33 | # Add catkin and colcon (ROS build system) support |
| 37 | FILES:${PN}-dev += "\ | 34 | FILES:${PN}-dev += "\ |
| 38 | ${datadir}/magic_enum/package.xml \ | 35 | ${datadir}/magic_enum/package.xml \ |
