diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-09-05 17:06:22 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-08 14:59:39 +0100 |
| commit | bc5fc9a096671d7f71ec6f2ba9f4f91187a89f1e (patch) | |
| tree | 3a0d9b1ea6b8aa1e42827f0cdd4f9ceb7ef72f24 /meta/recipes-devtools/vala | |
| parent | d308248e9493e1e2b2c517ac49618b7241f5e002 (diff) | |
| download | poky-bc5fc9a096671d7f71ec6f2ba9f4f91187a89f1e.tar.gz | |
vala: upgrade 0.56.2 -> 0.56.3
Changelog:
==========
* Various improvements and bug fixes:
- vala: Don't unconditionally expect ObjectType of Class [#1341]
- vala: Make try-statement parsing more resilient [#1304]
- vala: Avoid problems with '\' in #line directives on Windows [#1353]
- gidlparser: Set source reference of parameters
* Bindings:
- atspi-2: Fix a few binding errors
- glib-2.0: Use g_abort for GLib.Process.abort() beginning with 2.50 [#1350]
- gtk+-3.0: Correctly unhide BindingSet.by_class to avoid Version attribute
(From OE-Core rev: 29d2f8241312a7f0bda39805d41cd6789d369ce9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/vala')
| -rw-r--r-- | meta/recipes-devtools/vala/vala_0.56.2.bb | 3 | ||||
| -rw-r--r-- | meta/recipes-devtools/vala/vala_0.56.3.bb | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/vala/vala_0.56.2.bb b/meta/recipes-devtools/vala/vala_0.56.2.bb deleted file mode 100644 index 08c8ccca1d..0000000000 --- a/meta/recipes-devtools/vala/vala_0.56.2.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRC_URI[sha256sum] = "66c9619bb17859fd1ac3aba0a57970613e38fd2a1ee30541174260c9fb90124c" | ||
diff --git a/meta/recipes-devtools/vala/vala_0.56.3.bb b/meta/recipes-devtools/vala/vala_0.56.3.bb new file mode 100644 index 0000000000..83f61e5b2f --- /dev/null +++ b/meta/recipes-devtools/vala/vala_0.56.3.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRC_URI[sha256sum] = "e1066221bf7b89cb1fa7327a3888645cb33b604de3bf45aa81132fd040b699bf" | ||
