blob: 2cc92b7b47586e86fd3298028cc0992708a834cd [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Mobile Broadband Service Provider Database"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06003DESCRIPTION = "Mobile Broadband Service Provider Database stores service provider specific information. When this Database is available the information can be fetched there"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004SECTION = "network"
5LICENSE = "PD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007
Patrick Williams92b42cb2022-09-03 06:53:57 -05008SRCREV = "fe19892a8168bf19d81e3bc4ee319bf7f9f058f5"
9PV = "20220725"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010PE = "1"
11
Andrew Geissler9aee5002022-03-30 16:27:02 +000012SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013S = "${WORKDIR}/git"
14
15inherit autotools
Brad Bishop96ff1982019-08-19 13:50:42 -040016
17DEPENDS += "libxslt-native"