blob: f170cf46505c744fd11b6159c273fa5544b4c760 [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 Geisslerd1e89492021-02-12 15:35:20 -06007SRCREV = "90f3fe28aa25135b7e4a54a7816388913bfd4a2a"
8PV = "20201225"
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"