diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-25 14:56:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-25 08:57:47 -0700 |
| commit | 8a1f8395c94e29c3a780ce234968954d7f06dd15 (patch) | |
| tree | bec5b43a19ff3f7f607fe530274a23abfac4ceab | |
| parent | 4fc602bf38cae9c6bfbc48f2e14c43eb697cdff6 (diff) | |
| download | meta-openembedded-8a1f8395c94e29c3a780ce234968954d7f06dd15.tar.gz | |
gnome-terminal: upgrade 3.48.0 -> 3.48.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.1.bb (renamed from meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.0.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.0.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.1.bb index 75e609d155..13b440dfec 100644 --- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.0.bb +++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.1.bb | |||
| @@ -20,9 +20,10 @@ DEPENDS = " \ | |||
| 20 | libpcre2 \ | 20 | libpcre2 \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-terminal.git;protocol=https;nobranch=1" | 23 | SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-terminal.git;protocol=https;nobranch=1 \ |
| 24 | SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" | 24 | file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ |
| 25 | SRCREV = "a85ecc959344ee2e0d345f7dd081dc781d95d364" | 25 | " |
| 26 | SRCREV = "1446ff0abc478bdd03c6665b718214d075729024" | ||
| 26 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
| 27 | 28 | ||
| 28 | PACKAGECONFIG ?= "" | 29 | PACKAGECONFIG ?= "" |
