diff mbox series

[meta-filesystems,5/13] e2tools: include tag in SRC_URI

Message ID 20260326110310.1809866-5-ankur.tyagi85@gmail.com
State Under Review
Headers show
Series [meta-multimedia,1/13] mpd: upgrade 0.24.6 -> 0.24.9 | expand

Commit Message

Ankur Tyagi March 26, 2026, 11:03 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \
 "