diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:48:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
commit | 2bab5ec648660e359d883dde2b4fd34ed095008a (patch) | |
tree | 58cf8f9a1d72da7485794750c4e19e84d35ef8d9 /meta | |
parent | d08104ba147ecf00bfc42ec47b819cdc336c1ede (diff) | |
download | poky-2bab5ec648660e359d883dde2b4fd34ed095008a.tar.gz |
mtd-utils: set PV directly in the recipe filename
(From OE-Core rev: 37abc4db6a038e3ee49bc711f288f507ea3e5558)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb (renamed from meta/recipes-devtools/mtd/mtd-utils_git.bb) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb index 3545f8e426..5ab5f6c729 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb | |||
@@ -11,8 +11,6 @@ inherit autotools pkgconfig update-alternatives | |||
11 | DEPENDS = "zlib e2fsprogs util-linux" | 11 | DEPENDS = "zlib e2fsprogs util-linux" |
12 | RDEPENDS:mtd-utils-tests += "bash" | 12 | RDEPENDS:mtd-utils-tests += "bash" |
13 | 13 | ||
14 | PV = "2.2.1" | ||
15 | |||
16 | SRCREV = "13ec33609213c1dbd75852a09560a707a7f19a5c" | 14 | SRCREV = "13ec33609213c1dbd75852a09560a707a7f19a5c" |
17 | SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master" | 15 | SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master" |
18 | 16 | ||