blob: 837490f15f86c1432eef1643385c36ac9af6650f [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 Geisslerd159c7f2021-09-02 21:05:58 -05007SRCREV = "11f2247eccd3c161b8fd9b41143862e9fb81193c"
8PV = "20210805"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009PE = "1"
10
Brad Bishop19323692019-04-05 15:28:33 -040011SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012S = "${WORKDIR}/git"
13
14inherit autotools
Brad Bishop96ff1982019-08-19 13:50:42 -040015
16DEPENDS += "libxslt-native"