From f6f00bac33a9f57f2a29b975144a57d469eebde2 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 25 Jan 2022 21:12:44 +0800 Subject: [PATCH] fatcat: upgrade 1.1.0 -> 1.1.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-utils/fatcat/{fatcat_1.1.0.bb => fatcat_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/fatcat/{fatcat_1.1.0.bb => fatcat_1.1.1.bb} (92%) diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb similarity index 92% rename from meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb rename to 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 \ file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ " -SRCREV = "b923172d97c578297964c062e3a92799e2a9eca4" +SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543" S = "${WORKDIR}/git"