diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-05 11:49:12 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-06 11:16:47 +0000 |
| commit | 5aaf06fc7a6dbf62612213df59873885766f5419 (patch) | |
| tree | 1dca23ab16a1a3fb41be556e4f4d3ea4c5033ff7 /meta | |
| parent | 073caf0dd86746feb343935da439b33ed7aafea0 (diff) | |
| download | poky-5aaf06fc7a6dbf62612213df59873885766f5419.tar.gz | |
gi-docgen: upgrade 2024.1 -> 2025.3
Changelog:
=========
Added
------
Add layout for tablet portrait mode
Support static virtual methods
Changed
-------
Don't generate classes hierarchy if not needed
Improve copy buttons on narrow layouts
Fixed
-------
Only consider dot data processing fail if dot returns non-zero
Show non-standard instance parameters
Fix C declaration of structure fields
(From OE-Core rev: 96527a7463b4266cfdf6a401959ae5537a15f41b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb (renamed from meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb index 12c2b8ed21..a16574955f 100644 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb | |||
| @@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f0120247 | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" | 11 | SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" |
| 12 | 12 | ||
| 13 | SRCREV = "eff4ec3d21df38c9d857bcf58aa98437c6610489" | 13 | SRCREV = "9ab2ab8fa3f4a04f5d2cc24b0c8e91e73bc57b51" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit setuptools3 | 17 | inherit python_setuptools_build_meta |
| 18 | 18 | ||
| 19 | RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-typogrify python3-xml" | 19 | RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-typogrify python3-xml" |
| 20 | 20 | ||
