summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-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"
9HOMEPAGE = "https://github.com/Neargye/magic_enum" 9HOMEPAGE = "https://github.com/Neargye/magic_enum"
10 10
11LICENSE = "MIT" 11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=b15f48588464ec8ef87d2b560aad2caa" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=7e7717cf723eb72f57e80fdb651cb318"
13 13
14SRC_URI = " \ 14SRC_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
19SRCREV = "e55b9b54d5cf61f8e117cafb17846d7d742dd3b4" 19SRCREV = "dd6a39d0ba1852cf06907e0f0573a2a10d23c2ad"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22inherit cmake ptest 22inherit 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
34CXXFLAGS += "-Wno-error=unused-value"
35
36# Add catkin and colcon (ROS build system) support 33# Add catkin and colcon (ROS build system) support
37FILES:${PN}-dev += "\ 34FILES:${PN}-dev += "\
38 ${datadir}/magic_enum/package.xml \ 35 ${datadir}/magic_enum/package.xml \