diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-06-05 17:29:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-09 13:13:59 +0100 |
commit | ff1b5a7cb053885131a1bc14db0fa2ba53600373 (patch) | |
tree | 43a3a869e42213b58abe5048202b46c15cbe2718 /meta | |
parent | b1bb39c6e2517472771b018c46f40a636658a078 (diff) | |
download | poky-ff1b5a7cb053885131a1bc14db0fa2ba53600373.tar.gz |
vte: tiny cleanup / renumber patch
(From OE-Core rev: 37db61a5194d1695b1d8a85db57a3a5e3b48b843)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch (renamed from meta/recipes-support/vte/vte/0002-Add-W_EXITCODE-macro-for-non-glibc-systems.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.60.2.bb | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/vte/vte/0002-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 0ffd92b4ba..0ffd92b4ba 100644 --- a/meta/recipes-support/vte/vte/0002-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 | |||
diff --git a/meta/recipes-support/vte/vte_0.60.2.bb b/meta/recipes-support/vte/vte_0.60.2.bb index 8c7054913f..571fdeba9e 100644 --- a/meta/recipes-support/vte/vte_0.60.2.bb +++ b/meta/recipes-support/vte/vte_0.60.2.bb | |||
@@ -17,9 +17,7 @@ GIR_MESON_OPTION = 'gir' | |||
17 | inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection | 17 | inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection |
18 | 18 | ||
19 | # vapigen.m4 is required when vala is not present (but the one from vala should be used normally) | 19 | # vapigen.m4 is required when vala is not present (but the one from vala should be used normally) |
20 | SRC_URI += " \ | 20 | SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" |
21 | file://0002-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ | ||
22 | " | ||
23 | SRC_URI[archive.md5sum] = "1a0b5395915d2f3c88484511b38cc584" | 21 | SRC_URI[archive.md5sum] = "1a0b5395915d2f3c88484511b38cc584" |
24 | SRC_URI[archive.sha256sum] = "35a0280e3f12feeb3096da05699191373c47a4a20c55cb7081e828e6015f8ca5" | 22 | SRC_URI[archive.sha256sum] = "35a0280e3f12feeb3096da05699191373c47a4a20c55cb7081e828e6015f8ca5" |
25 | 23 | ||