diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-03-27 00:03:02 +1300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-26 07:43:35 -0700 |
| commit | bff4185f62720f8316f51ab66d2a311313abb7fe (patch) | |
| tree | a33db9be16495ff7606f5b49365447100bc91486 /meta-filesystems | |
| parent | b75ca7c2b0e4c5ec977b65f5113b0c63ff87522c (diff) | |
| download | meta-openembedded-bff4185f62720f8316f51ab66d2a311313abb7fe.tar.gz | |
e2tools: include tag in SRC_URI
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-filesystems')
| -rw-r--r-- | meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 12 | DEPENDS += "coreutils e2fsprogs" | 12 | DEPENDS += "coreutils e2fsprogs" |
| 13 | 13 | ||
| 14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
| 15 | git://github.com/e2tools/e2tools;protocol=https;branch=master \ | 15 | git://github.com/e2tools/e2tools;protocol=https;branch=master;tag=v${PV} \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
