From: Alexander Kanavin Date: Wed, 4 Dec 2024 06:48:45 +0000 (+0100) Subject: mtd-utils: set PV directly in the recipe filename X-Git-Tag: yocto-5.2~1094 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37abc4db6a038e3ee49bc711f288f507ea3e5558;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mtd-utils: set PV directly in the recipe filename Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb similarity index 99% rename from meta/recipes-devtools/mtd/mtd-utils_git.bb rename to meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb index 3545f8e4262..5ab5f6c7298 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 DEPENDS = "zlib e2fsprogs util-linux" RDEPENDS:mtd-utils-tests += "bash" -PV = "2.2.1" - SRCREV = "13ec33609213c1dbd75852a09560a707a7f19a5c" SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master"