From 30444c8a59f6adb050349ae069d176db83c54d3a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 31 Oct 2022 16:39:45 +0800 Subject: function2: upgrade 4.2.1 -> 4.2.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/function2/function2_4.2.1.bb | 21 --------------------- .../recipes-support/function2/function2_4.2.2.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/function2/function2_4.2.1.bb create mode 100644 meta-oe/recipes-support/function2/function2_4.2.2.bb diff --git a/meta-oe/recipes-support/function2/function2_4.2.1.bb b/meta-oe/recipes-support/function2/function2_4.2.1.bb deleted file mode 100644 index 8e3718102e..0000000000 --- a/meta-oe/recipes-support/function2/function2_4.2.1.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 = "f569a63cfe369df867a1a4d17aaa12269156536c" -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.2.bb b/meta-oe/recipes-support/function2/function2_4.2.2.bb new file mode 100644 index 0000000000..31cd077d91 --- /dev/null +++ b/meta-oe/recipes-support/function2/function2_4.2.2.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 = "2d3a878ef19dd5d2fb188898513610fac0a48621" +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