diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2022-03-15 23:16:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 13:39:12 +0000 |
commit | e4795393c4882cf38273521539cc255a4ffcb34a (patch) | |
tree | 91d1bf192fd724e1e65328019774adebc3ffeffa /meta/recipes-connectivity/mobile-broadband-provider-info | |
parent | 10c24d7b663b2cce76f4489b11a3607af82c4e88 (diff) | |
download | poky-e4795393c4882cf38273521539cc255a4ffcb34a.tar.gz |
mobile-broadband-provider-info: upgrade 20210805 -> 20220315
(From OE-Core rev: ed02ee8f20094f598448d58875cb7be8a24a019f)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/mobile-broadband-provider-info')
-rw-r--r-- | meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb | 7 |
1 files changed, 4 insertions, 3 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 4246f4dcbd..781b9216c5 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 | |||
@@ -4,11 +4,12 @@ DESCRIPTION = "Mobile Broadband Service Provider Database stores service provide | |||
4 | SECTION = "network" | 4 | SECTION = "network" |
5 | LICENSE = "PD" | 5 | LICENSE = "PD" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" |
7 | SRCREV = "11f2247eccd3c161b8fd9b41143862e9fb81193c" | 7 | |
8 | PV = "20210805" | 8 | SRCREV = "4cbb44a9fe26aa6f0b28beb79f9488b37c097b5e" |
9 | PV = "20220315" | ||
9 | PE = "1" | 10 | PE = "1" |
10 | 11 | ||
11 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master" | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main" |
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
13 | 14 | ||
14 | inherit autotools | 15 | inherit autotools |