From 4218eaf6f1220dda6adc0b67f781028895e3032b Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 27 Mar 2026 00:03:03 +1300 Subject: [PATCH] f2fs-tools: include tag in SRC_URI Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb index 68727b008e..78a71359cf 100644 --- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb +++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" DEPENDS = "util-linux" SRCREV = "06c027abc6153c4a97cba5317844e8dcaaee3cf7" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \ +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master;tag=v${PV} \ file://0001-f2fs-tools-use-stdbool.h-instead-of-bool.patch \ file://0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch \ "