From bff4185f62720f8316f51ab66d2a311313abb7fe Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 27 Mar 2026 00:03:02 +1300 Subject: [PATCH] e2tools: include tag in SRC_URI Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb index 06f0c28d6d..6581ac96d2 100644 --- a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb +++ b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS += "coreutils e2fsprogs" SRC_URI = " \ - git://github.com/e2tools/e2tools;protocol=https;branch=master \ + git://github.com/e2tools/e2tools;protocol=https;branch=master;tag=v${PV} \ file://run-ptest \ "