From 8f844f14c7a67f0d1bd82dca66425d58cfd93fa5 Mon Sep 17 00:00:00 2001 From: zangrc Date: Thu, 24 Jun 2021 14:05:09 +0800 Subject: [PATCH] function2: upgrade 4.1.0 -> 4.2.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../function2/{function2_4.1.0.bb => function2_4.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/function2/{function2_4.1.0.bb => function2_4.2.0.bb} (92%) diff --git a/meta-oe/recipes-support/function2/function2_4.1.0.bb b/meta-oe/recipes-support/function2/function2_4.2.0.bb similarity index 92% rename from meta-oe/recipes-support/function2/function2_4.1.0.bb rename to meta-oe/recipes-support/function2/function2_4.2.0.bb index 56dc30acdc..14b9883373 100644 --- a/meta-oe/recipes-support/function2/function2_4.1.0.bb +++ b/meta-oe/recipes-support/function2/function2_4.2.0.bb @@ -3,7 +3,7 @@ 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 = "3a0746bf5f601dfed05330aefcb6854354fce07d" +SRCREV = "02ca99831de59c7c3a4b834789260253cace0ced" PV .= "+git${SRCPV}" SRC_URI += "gitsm://github.com/Naios/function2"