From ed95d90d0b9d3aaf619f69898b3f68fc053c36c2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Nov 2023 12:35:26 +0800 Subject: function2: upgrade 4.2.3 -> 4.2.4 Changelog: Fix warning for windows Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/function2/function2_4.2.3.bb | 21 --------------------- .../recipes-support/function2/function2_4.2.4.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/function2/function2_4.2.3.bb create mode 100644 meta-oe/recipes-support/function2/function2_4.2.4.bb diff --git a/meta-oe/recipes-support/function2/function2_4.2.3.bb b/meta-oe/recipes-support/function2/function2_4.2.3.bb deleted file mode 100644 index 599c490359..0000000000 --- a/meta-oe/recipes-support/function2/function2_4.2.3.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Improved drop-in replacement for std::function" -DESCRIPTION = "Provides improved implementations of std::function." -HOMEPAGE = "https://naios.github.io/function2" -LICENSE = "BSL-1.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" -SRCREV = "9e303865d14f1204f09379e37bbeb30c4375139a" -PV .= "+git${SRCPV}" - -SRC_URI += "gitsm://github.com/Naios/function2;branch=master;protocol=https" - -S = "${WORKDIR}/git" - -inherit cmake -inherit ptest - -# Installs some data to incorrect top-level /usr directory -do_install:append() { - mkdir -p ${D}/${datadir}/function2 - mv ${D}/${prefix}/Readme.md ${D}/${datadir}/function2/ - mv ${D}/${prefix}/LICENSE.txt ${D}/${datadir}/function2/ -} diff --git a/meta-oe/recipes-support/function2/function2_4.2.4.bb b/meta-oe/recipes-support/function2/function2_4.2.4.bb new file mode 100644 index 0000000000..2748b84f7c --- /dev/null +++ b/meta-oe/recipes-support/function2/function2_4.2.4.bb @@ -0,0 +1,21 @@ +SUMMARY = "Improved drop-in replacement for std::function" +DESCRIPTION = "Provides improved implementations of std::function." +HOMEPAGE = "https://naios.github.io/function2" +LICENSE = "BSL-1.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" +SRCREV = "a354bd093d2b6e50c9325dbce84d20b4e77aabc6" +PV .= "+git${SRCPV}" + +SRC_URI += "gitsm://github.com/Naios/function2;branch=master;protocol=https" + +S = "${WORKDIR}/git" + +inherit cmake +inherit ptest + +# Installs some data to incorrect top-level /usr directory +do_install:append() { + mkdir -p ${D}/${datadir}/function2 + mv ${D}/${prefix}/Readme.md ${D}/${datadir}/function2/ + mv ${D}/${prefix}/LICENSE.txt ${D}/${datadir}/function2/ +} -- cgit v1.2.3-54-g00ecf