diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-10-30 13:39:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-02 09:00:52 -0800 |
commit | 3751ace056d7132f87993ba825b248d42f3dbda2 (patch) | |
tree | f1b1785f516e0edf1fb6433a151ad7bee87c789e /meta-oe/recipes-support/fmt | |
parent | 917142fab580bed453a8307b814f4f1bb446c76c (diff) | |
download | meta-openembedded-3751ace056d7132f87993ba825b248d42f3dbda2.tar.gz |
fmt: upgrade 7.0.3 -> 7.1.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fmt')
-rw-r--r-- | meta-oe/recipes-support/fmt/fmt_7.1.0.bb (renamed from meta-oe/recipes-support/fmt/fmt_7.0.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fmt/fmt_7.0.3.bb b/meta-oe/recipes-support/fmt/fmt_7.1.0.bb index d52731161..8add37aa6 100644 --- a/meta-oe/recipes-support/fmt/fmt_7.0.3.bb +++ b/meta-oe/recipes-support/fmt/fmt_7.1.0.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" |
6 | 6 | ||
7 | SRC_URI += "git://github.com/fmtlib/fmt" | 7 | SRC_URI += "git://github.com/fmtlib/fmt" |
8 | SRCREV = "cd4af11efc9c622896a3e4cb599fa28668ca3d05" | 8 | SRCREV = "4fe0b11195b7cd71f39253c44db2c9dddf6b82d4" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||