aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2020-07-26 03:27:09 -0700
committerKhem Raj <raj.khem@gmail.com>2020-07-28 12:52:14 -0700
commit343f0c9467c9a16367ba75ef838b62c2aec38a27 (patch)
tree58a93d4fb1a74acb9331f5f1b9f1240f9ded4cf4
parent77469168db506232b8e290964442f437f99f4db7 (diff)
downloadmeta-openembedded-contrib-343f0c9467c9a16367ba75ef838b62c2aec38a27.tar.gz
function2: 4.0.0 -> 4.1.0
Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/function2/function2_4.1.0.bb (renamed from meta-oe/recipes-support/function2/function2_4.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/function2/function2_4.0.0.bb b/meta-oe/recipes-support/function2/function2_4.1.0.bb
index 556a25aa14..56dc30acdc 100644
--- a/meta-oe/recipes-support/function2/function2_4.0.0.bb
+++ b/meta-oe/recipes-support/function2/function2_4.1.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 = "d2acdb6c3c7612a6133cd03464ef941161258f4e"
+SRCREV = "3a0746bf5f601dfed05330aefcb6854354fce07d"
PV .= "+git${SRCPV}"
SRC_URI += "gitsm://github.com/Naios/function2"