From 75d8524a54f839fc5db6280a622a37ea4159ed3f Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Fri, 10 Mar 2023 22:39:21 +0000 Subject: libmbim: upgrade 1.28.2 -> 1.28.4 Changelog: https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/1.28.4/NEWS Signed-off-by: Petr Gotthard Signed-off-by: Khem Raj --- .../recipes-connectivity/libmbim/libmbim_1.28.2.bb | 22 ---------------------- .../recipes-connectivity/libmbim/libmbim_1.28.4.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.28.2.bb create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.28.4.bb diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.28.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.28.2.bb deleted file mode 100644 index a549bded8f..0000000000 --- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.28.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "libmbim is library for talking to WWAN devices by MBIM protocol" -DESCRIPTION = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol" -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/" -LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" -LIC_FILES_CHKSUM = " \ - file://LICENSES/GPL-2.0-or-later.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c \ -" - -DEPENDS = "glib-2.0 glib-2.0-native libgudev" - -inherit meson pkgconfig bash-completion gobject-introspection - -SRCREV = "c94b858d1c5a98238adf0e6006e453c984c8e5d5" -SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-28" - -S = "${WORKDIR}/git" - -EXTRA_OEMESON = " \ - -Dgtk_doc=false \ - -Dman=false \ -" diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.28.4.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.28.4.bb new file mode 100644 index 0000000000..a35d9898ec --- /dev/null +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.28.4.bb @@ -0,0 +1,22 @@ +SUMMARY = "libmbim is library for talking to WWAN devices by MBIM protocol" +DESCRIPTION = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol" +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/" +LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" +LIC_FILES_CHKSUM = " \ + file://LICENSES/GPL-2.0-or-later.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c \ +" + +DEPENDS = "glib-2.0 glib-2.0-native libgudev" + +inherit meson pkgconfig bash-completion gobject-introspection + +SRCREV = "7f1c7907c4654ba5c619a635cef5475ca161d027" +SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-28" + +S = "${WORKDIR}/git" + +EXTRA_OEMESON = " \ + -Dgtk_doc=false \ + -Dman=false \ +" -- cgit v1.2.3-54-g00ecf