]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
mobile-broadband-provider-info: put version in recipe filename
authorRoss Burton <ross.burton@arm.com>
Mon, 9 Jun 2025 11:19:39 +0000 (12:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jun 2025 16:43:20 +0000 (17:43 +0100)
A recipe that fetches from git but is otherwise a released version
should not be using _git.bb recipe names.

Put the version in the filename and drop the explicit PV.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb [moved from meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb with 97% similarity]

similarity index 97%
rename from meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
rename to meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb
index 06ded459344a6ded64e41c7103f3dad54f94deb4..e07b93d6955d30ab4ebcb22ae09726847aa720ee 100644 (file)
@@ -5,11 +5,11 @@ SECTION = "network"
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
 
-SRCREV = "55ba955d53305df96123534488fd160ea882b4dd"
-PV = "20240407"
 PE = "1"
 
 SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main"
+SRCREV = "55ba955d53305df96123534488fd160ea882b4dd"
+
 S = "${WORKDIR}/git"
 
 inherit meson