diff options
| -rw-r--r-- | meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 11 | ||||
| -rw-r--r-- | meta/recipes-support/vte/vte_0.76.3.bb (renamed from meta/recipes-support/vte/vte_0.74.2.bb) | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch index 8934d5f80a..e2cff6cf76 100644 --- a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch +++ b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From de9639baac792327c701e509258b8a13f6959e82 Mon Sep 17 00:00:00 2001 | 1 | From b8795dda629614cd842fcba1c4b50be759c20da4 Mon Sep 17 00:00:00 2001 |
| 2 | From: Danilo Spinella <danyspin97@protonmail.com> | 2 | From: Danilo Spinella <danyspin97@protonmail.com> |
| 3 | Date: Thu, 21 Mar 2019 14:19:26 +0100 | 3 | Date: Thu, 21 Mar 2019 14:19:26 +0100 |
| 4 | Subject: [PATCH] Add W_EXITCODE macro for non-glibc systems | 4 | Subject: [PATCH] Add W_EXITCODE macro for non-glibc systems |
| @@ -12,11 +12,11 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | |||
| 12 | 12 | ||
| 13 | [1] https://gitlab.gnome.org/GNOME/vte/issues/72 | 13 | [1] https://gitlab.gnome.org/GNOME/vte/issues/72 |
| 14 | --- | 14 | --- |
| 15 | src/widget.cc | 4 +++ | 15 | src/widget.cc | 4 ++++ |
| 16 | 1 files changed, 4 insertions(+) | 16 | 1 file changed, 4 insertions(+) |
| 17 | 17 | ||
| 18 | diff --git a/src/widget.cc b/src/widget.cc | 18 | diff --git a/src/widget.cc b/src/widget.cc |
| 19 | index 07f7cabf..31a77f68 100644 | 19 | index b8daa5c..c357960 100644 |
| 20 | --- a/src/widget.cc | 20 | --- a/src/widget.cc |
| 21 | +++ b/src/widget.cc | 21 | +++ b/src/widget.cc |
| 22 | @@ -16,6 +16,10 @@ | 22 | @@ -16,6 +16,10 @@ |
| @@ -30,6 +30,3 @@ index 07f7cabf..31a77f68 100644 | |||
| 30 | #include "config.h" | 30 | #include "config.h" |
| 31 | 31 | ||
| 32 | #include "widget.hh" | 32 | #include "widget.hh" |
| 33 | -- | ||
| 34 | 2.42.0 | ||
| 35 | |||
diff --git a/meta/recipes-support/vte/vte_0.74.2.bb b/meta/recipes-support/vte/vte_0.76.3.bb index d8eafde2fb..515ff228fd 100644 --- a/meta/recipes-support/vte/vte_0.74.2.bb +++ b/meta/recipes-support/vte/vte_0.76.3.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 11 | file://COPYING.XTERM;md5=d7fc3a23c16c039afafe2e042030f057 \ | 11 | file://COPYING.XTERM;md5=d7fc3a23c16c039afafe2e042030f057 \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | DEPENDS = "glib-2.0 glib-2.0-native gtk+3 libpcre2 libxml2-native gperf-native icu" | 14 | DEPENDS = "glib-2.0 glib-2.0-native gtk+3 libpcre2 libxml2-native gperf-native icu lz4" |
| 15 | 15 | ||
| 16 | GIR_MESON_OPTION = 'gir' | 16 | GIR_MESON_OPTION = 'gir' |
| 17 | GIDOCGEN_MESON_OPTION = "docs" | 17 | GIDOCGEN_MESON_OPTION = "docs" |
| @@ -19,7 +19,7 @@ GIDOCGEN_MESON_OPTION = "docs" | |||
| 19 | inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-introspection systemd vala | 19 | inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-introspection systemd vala |
| 20 | 20 | ||
| 21 | SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" | 21 | SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" |
| 22 | SRC_URI[archive.sha256sum] = "a535fb2a98fea8a2449cd1a02cccf5190131dddff52e715afdace3feb536eae7" | 22 | SRC_URI[archive.sha256sum] = "f678e94c056f377fd0021214adff5450cb172e9a08b160911181ddff7b7d5d60" |
| 23 | 23 | ||
| 24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 25 | 25 | ||
