From a985fc3d1366e34aca9e4f985b5e55abfbbadd78 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 6 Jun 2022 20:19:09 +0800 Subject: function2: upgrade 4.2.0 -> 4.2.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/function2/function2_4.2.0.bb | 21 --------------------- .../recipes-support/function2/function2_4.2.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/function2/function2_4.2.0.bb create mode 100644 meta-oe/recipes-support/function2/function2_4.2.1.bb diff --git a/meta-oe/recipes-support/function2/function2_4.2.0.bb b/meta-oe/recipes-support/function2/function2_4.2.0.bb deleted file mode 100644 index 2843939ee8..0000000000 --- a/meta-oe/recipes-support/function2/function2_4.2.0.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 = "02ca99831de59c7c3a4b834789260253cace0ced" -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.1.bb b/meta-oe/recipes-support/function2/function2_4.2.1.bb new file mode 100644 index 0000000000..8e3718102e --- /dev/null +++ b/meta-oe/recipes-support/function2/function2_4.2.1.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 = "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/ +} -- cgit v1.2.3-54-g00ecf