diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-06-28 15:24:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-30 22:40:52 +0100 |
commit | fa65c61b3df826d722df0981a0d2fb82e1e99ba4 (patch) | |
tree | 583cabaf7202a0d393087bd8390b6648221a0a02 | |
parent | 538e2f430e4126487adcf9336edee35e2cca4eca (diff) | |
download | poky-fa65c61b3df826d722df0981a0d2fb82e1e99ba4.tar.gz |
mobile-broadband-provider-info: upgrade 20190116 -> 20190618
The new version is using xsltproc utility
(From OE-Core rev: a8c370a9ff2c6f7d7d516ef69cc2c4c8b8279f61)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
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 index 77adcebbae..0b0bbab168 100644 --- 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 | |||
@@ -3,11 +3,13 @@ HOMEPAGE = "http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProvider | |||
3 | SECTION = "network" | 3 | SECTION = "network" |
4 | LICENSE = "PD" | 4 | LICENSE = "PD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" |
6 | SRCREV = "c7def60ba50d9cc30a90f69f89d7e82243501e86" | 6 | SRCREV = "22b49d86fb7aded2c195a9d49e5924da696b3228" |
7 | PV = "20190116" | 7 | PV = "20190618" |
8 | PE = "1" | 8 | PE = "1" |
9 | 9 | ||
10 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https" | 10 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |
14 | |||
15 | DEPENDS += "libxslt-native" | ||