mobile-broadband-provider-info_20250613.bb 640 B

123456789101112131415
  1. SUMMARY = "Mobile Broadband Service Provider Database"
  2. HOMEPAGE = "http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
  3. DESCRIPTION = "Mobile Broadband Service Provider Database stores service provider specific information. When this Database is available the information can be fetched there"
  4. SECTION = "network"
  5. LICENSE = "PD"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
  7. PE = "1"
  8. SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main;tag=${PV}"
  9. SRCREV = "2a1b409491a531aedcf3eb3ba907929d96bd181a"
  10. inherit meson
  11. DEPENDS += "libxslt-native"