From 87a7e8c2447f006404a44a7b40d6c49373aff15c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Jun 2025 12:19:39 +0100 Subject: mobile-broadband-provider-info: put version in recipe filename 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. (From OE-Core rev: 9ffe55ae643fb606a8bec7e6ec7d15ca95cf9e2d) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../mobile-broadband-provider-info_20240407.bb | 17 +++++++++++++++++ .../mobile-broadband-provider-info_git.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb delete mode 100644 meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb new file mode 100644 index 0000000000..e07b93d695 --- /dev/null +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb @@ -0,0 +1,17 @@ +SUMMARY = "Mobile Broadband Service Provider Database" +HOMEPAGE = "http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders" +DESCRIPTION = "Mobile Broadband Service Provider Database stores service provider specific information. When this Database is available the information can be fetched there" +SECTION = "network" +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" + +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 + +DEPENDS += "libxslt-native" diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb deleted file mode 100644 index 06ded45934..0000000000 --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Mobile Broadband Service Provider Database" -HOMEPAGE = "http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders" -DESCRIPTION = "Mobile Broadband Service Provider Database stores service provider specific information. When this Database is available the information can be fetched there" -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" -S = "${WORKDIR}/git" - -inherit meson - -DEPENDS += "libxslt-native" -- cgit v1.2.3-54-g00ecf