diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-06-09 08:36:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-11 23:50:59 +0100 |
commit | 729f07fa6ec0fbcbadd8e35aa664c4248d643c46 (patch) | |
tree | 0b48cf45815c34efcce664797b7574846c099f30 /meta/recipes-devtools/vala/vala_0.52.4.bb | |
parent | 0f332fbcc2a9eafb3881ae9d68fc3791fab23f75 (diff) | |
download | poky-729f07fa6ec0fbcbadd8e35aa664c4248d643c46.tar.gz |
vala: upgrade 0.52.3 -> 0.52.4
Vala 0.52.4
===========
* Various improvements and bug fixes:
- codegen:
+ GArray, GByteArray and GPtrArray are reference counted
+ Replace wrongly hard coded usage of G_OBJECT_GET_CLASS
+ Don't add errornous cast for unknown type_symbol
+ Mark entry point method implementation "_vala_main" as static
+ Improve check for GLib.Source derived classes
- vala: Parameter following params-array parameter is not allowed
- doc: Update man page to include more information on profiles
* Bindings:
- glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates
- gstreamer: Update from 1.19.0+ git master
- gtk+-3.0: Update to 3.24.29+f9fe28ce
- gtk4: Update to 4.3.0+24f0ae1d
- pango: Mark language parameter of AttrIterator.get_font() as out
- vapi: Update GIR-based bindings
(From OE-Core rev: 9f0f6ef0daf913057af69a834f3607e567d2e54d)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/vala/vala_0.52.4.bb')
-rw-r--r-- | meta/recipes-devtools/vala/vala_0.52.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/vala/vala_0.52.4.bb b/meta/recipes-devtools/vala/vala_0.52.4.bb new file mode 100644 index 0000000000..8e2869d408 --- /dev/null +++ b/meta/recipes-devtools/vala/vala_0.52.4.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI += " file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch" | ||
4 | |||
5 | SRC_URI[sha256sum] = "ecde520e5160e659ee699f8b1cdc96065edbd44bbd08eb48ef5f2506751fdf31" | ||