From ed72fea7422cfa08854da3f6d6e0bf2ddc98aa44 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Jul 2023 12:25:15 +0800 Subject: function2: upgrade 4.2.2 -> 4.2.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/function2/function2_4.2.2.bb | 21 --------------------- .../recipes-support/function2/function2_4.2.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/function2/function2_4.2.2.bb create mode 100644 meta-oe/recipes-support/function2/function2_4.2.3.bb (limited to 'meta-oe/recipes-support/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 deleted file mode 100644 index 31cd077d91..0000000000 --- a/meta-oe/recipes-support/function2/function2_4.2.2.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 = "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/ -} diff --git a/meta-oe/recipes-support/function2/function2_4.2.3.bb b/meta-oe/recipes-support/function2/function2_4.2.3.bb new file mode 100644 index 0000000000..599c490359 --- /dev/null +++ b/meta-oe/recipes-support/function2/function2_4.2.3.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 = "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/ +} -- cgit v1.2.3-54-g00ecf