diff options
author | wangmy <wangmy@fujitsu.com> | 2022-01-25 21:12:44 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-25 09:29:29 -0800 |
commit | f6f00bac33a9f57f2a29b975144a57d469eebde2 (patch) | |
tree | b9a5cb4c769d9d13b3928d3f89f3ef2b9f55639c | |
parent | fbfb73d20162055fe9154beb142919a0d17ed1a4 (diff) | |
download | meta-openembedded-f6f00bac33a9f57f2a29b975144a57d469eebde2.tar.gz |
fatcat: upgrade 1.1.0 -> 1.1.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb (renamed from meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb index c90a7ecc2b..e344eda154 100644 --- a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb +++ b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \ | |||
11 | file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ | 11 | file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV = "b923172d97c578297964c062e3a92799e2a9eca4" | 14 | SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||