diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-05-27 20:12:05 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-07-26 07:43:46 -0700 |
| commit | d4647380e6e62440a39f9d931a6dde69031455bb (patch) | |
| tree | de382fb9587fbf4d07e61150bf5a69464f514cbf | |
| parent | f7f1422865a399f7fed122c20fb1095969c8ce32 (diff) | |
| download | poky-d4647380e6e62440a39f9d931a6dde69031455bb.tar.gz | |
mobile-broadband-provider-info: upgrade 20230416 -> 20240407
Convert to meson.
(From OE-Core rev: 081aa8f9e709314bf6a644a43674d8b44e04d894)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 643c7c2219886253857fdc7618d5db12ddc0e9de)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb | 6 |
1 files changed, 3 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 a4030b7b32..06ded45934 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 | |||
| @@ -5,13 +5,13 @@ 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 | 7 | ||
| 8 | SRCREV = "aae7c68671d225e6d35224613d5b98192b9b2ffe" | 8 | SRCREV = "55ba955d53305df96123534488fd160ea882b4dd" |
| 9 | PV = "20230416" | 9 | PV = "20240407" |
| 10 | PE = "1" | 10 | PE = "1" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main" | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit autotools | 15 | inherit meson |
| 16 | 16 | ||
| 17 | DEPENDS += "libxslt-native" | 17 | DEPENDS += "libxslt-native" |
