]> code.ossystems Code Review - openembedded-core.git/commitdiff
mobile-broadband-provider-info: upgrade 20190116 -> 20190618
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 28 Jun 2019 13:24:53 +0000 (15:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jun 2019 12:51:31 +0000 (13:51 +0100)
The new version is using xsltproc utility

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb

index 77adcebbae75ea2b46336bab77de7c044fc9c154..0b0bbab168e8eefa2e7d7b1a8d819ab2297c04c8 100644 (file)
@@ -3,11 +3,13 @@ HOMEPAGE = "http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProvider
 SECTION = "network"
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
-SRCREV = "c7def60ba50d9cc30a90f69f89d7e82243501e86"
-PV = "20190116"
+SRCREV = "22b49d86fb7aded2c195a9d49e5924da696b3228"
+PV = "20190618"
 PE = "1"
 
 SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https"
 S = "${WORKDIR}/git"
 
 inherit autotools
+
+DEPENDS += "libxslt-native"