diff options
| author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-02-12 18:04:06 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-12 21:48:33 -0800 |
| commit | 32824df3b5dcc9bc5a2ead79e622cd7f17ee7fc4 (patch) | |
| tree | 0888afc83db73ae00ada7bf550be07875476092d | |
| parent | b51792bb581a606d531978f5a120bff21548e0d4 (diff) | |
| download | meta-openembedded-32824df3b5dcc9bc5a2ead79e622cd7f17ee7fc4.tar.gz | |
modemmanager: upgrade 1.18.12 -> 1.20.4
Changelog:
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/blob/mm-1-20/NEWS
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/modemmanager/files/0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch | 70 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/modemmanager/modemmanager_1.20.4.bb (renamed from meta-oe/recipes-connectivity/modemmanager/modemmanager_1.18.12.bb) | 9 |
2 files changed, 2 insertions, 77 deletions
diff --git a/meta-oe/recipes-connectivity/modemmanager/files/0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch b/meta-oe/recipes-connectivity/modemmanager/files/0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch deleted file mode 100644 index 914760512a..0000000000 --- a/meta-oe/recipes-connectivity/modemmanager/files/0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch +++ /dev/null | |||
| @@ -1,70 +0,0 @@ | |||
| 1 | From 35173fa04d0116ba30a86dc1a19f859f2be14a24 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: "Bruce A. Johnson" <waterfordtrack@gmail.com> | ||
| 3 | Date: Wed, 22 Dec 2021 14:24:02 -0500 | ||
| 4 | Subject: [PATCH] core: switch bash shell scripts to use /bin/sh for use | ||
| 5 | w/Busybox. | ||
| 6 | |||
| 7 | Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/483 | ||
| 8 | |||
| 9 | %% original patch: 0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch | ||
| 10 | --- | ||
| 11 | data/dispatcher-fcc-unlock/105b | 2 +- | ||
| 12 | data/dispatcher-fcc-unlock/1199 | 2 +- | ||
| 13 | data/dispatcher-fcc-unlock/1eac | 2 +- | ||
| 14 | test/mmcli-test-sms | 2 +- | ||
| 15 | tools/tests/test-wrapper.sh.in | 2 +- | ||
| 16 | 5 files changed, 5 insertions(+), 5 deletions(-) | ||
| 17 | |||
| 18 | diff --git a/data/dispatcher-fcc-unlock/105b b/data/dispatcher-fcc-unlock/105b | ||
| 19 | index 444bd51f..772c90f4 100644 | ||
| 20 | --- a/data/dispatcher-fcc-unlock/105b | ||
| 21 | +++ b/data/dispatcher-fcc-unlock/105b | ||
| 22 | @@ -1,4 +1,4 @@ | ||
| 23 | -#!/bin/bash | ||
| 24 | +#!/bin/sh | ||
| 25 | |||
| 26 | # SPDX-License-Identifier: CC0-1.0 | ||
| 27 | # 2021 Aleksander Morgado <aleksander@aleksander.es> | ||
| 28 | diff --git a/data/dispatcher-fcc-unlock/1199 b/data/dispatcher-fcc-unlock/1199 | ||
| 29 | index 83ab2c9e..6dbf8d1b 100644 | ||
| 30 | --- a/data/dispatcher-fcc-unlock/1199 | ||
| 31 | +++ b/data/dispatcher-fcc-unlock/1199 | ||
| 32 | @@ -1,4 +1,4 @@ | ||
| 33 | -#!/bin/bash | ||
| 34 | +#!/bin/sh | ||
| 35 | |||
| 36 | # SPDX-License-Identifier: CC0-1.0 | ||
| 37 | # 2021 Aleksander Morgado <aleksander@aleksander.es> | ||
| 38 | diff --git a/data/dispatcher-fcc-unlock/1eac b/data/dispatcher-fcc-unlock/1eac | ||
| 39 | index 1a048dc8..44ce46d7 100644 | ||
| 40 | --- a/data/dispatcher-fcc-unlock/1eac | ||
| 41 | +++ b/data/dispatcher-fcc-unlock/1eac | ||
| 42 | @@ -1,4 +1,4 @@ | ||
| 43 | -#!/bin/bash | ||
| 44 | +#!/bin/sh | ||
| 45 | |||
| 46 | # SPDX-License-Identifier: CC0-1.0 | ||
| 47 | # 2021 Aleksander Morgado <aleksander@aleksander.es> | ||
| 48 | diff --git a/test/mmcli-test-sms b/test/mmcli-test-sms | ||
| 49 | index 18e0a7b4..7136ee0d 100755 | ||
| 50 | --- a/test/mmcli-test-sms | ||
| 51 | +++ b/test/mmcli-test-sms | ||
| 52 | @@ -1,4 +1,4 @@ | ||
| 53 | -#!/bin/bash | ||
| 54 | +#!/bin/sh | ||
| 55 | |||
| 56 | print_usage () { | ||
| 57 | echo "usage: $0 [MODEM INDEX] [all|ucs2|gsm7|data] [NUMBER]" | ||
| 58 | diff --git a/tools/tests/test-wrapper.sh.in b/tools/tests/test-wrapper.sh.in | ||
| 59 | index d64ea4cb..fcdb56de 100644 | ||
| 60 | --- a/tools/tests/test-wrapper.sh.in | ||
| 61 | +++ b/tools/tests/test-wrapper.sh.in | ||
| 62 | @@ -1,4 +1,4 @@ | ||
| 63 | -#!/bin/bash | ||
| 64 | +#!/bin/sh | ||
| 65 | |||
| 66 | # For debugging behavior of test-modemmanager-service.py, you can modify | ||
| 67 | # this line to add --log-file option | ||
| 68 | -- | ||
| 69 | 2.35.3 | ||
| 70 | |||
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.18.12.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.20.4.bb index b06e3ebdab..fe44ef965e 100644 --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.18.12.bb +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.20.4.bb | |||
| @@ -12,13 +12,8 @@ inherit gnomebase gettext systemd gobject-introspection bash-completion | |||
| 12 | 12 | ||
| 13 | DEPENDS = "glib-2.0 libgudev libxslt-native dbus" | 13 | DEPENDS = "glib-2.0 libgudev libxslt-native dbus" |
| 14 | 14 | ||
| 15 | SRCREV ?= "c234bd55c9d9618c1478b5e80aaf4b8f965be181" | 15 | SRCREV = "6926459500fd927e7cceb589a9e4113d4edb04e6" |
| 16 | 16 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/ModemManager.git;protocol=https;branch=mm-1-20" | |
| 17 | # Patch 0001 will be in ModemManager > 1.19 | ||
| 18 | SRC_URI = " \ | ||
| 19 | git://gitlab.freedesktop.org/mobile-broadband/ModemManager.git;protocol=https;branch=mm-1-18 \ | ||
| 20 | file://0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch \ | ||
| 21 | " | ||
| 22 | 17 | ||
| 23 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 24 | 19 | ||
