diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 20:52:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:16 +0100 |
commit | f42421f09ec2ab9c588a03d47d57e4ec1fb28ebc (patch) | |
tree | 89f3b480cc166c3b079afb1d15ae7ebb58dcc022 | |
parent | eb59419107236ec3d870e5ab306850180cce5e41 (diff) | |
download | poky-f42421f09ec2ab9c588a03d47d57e4ec1fb28ebc.tar.gz |
gtk: set correct bug tracker
GTK hasn't used bugzilla for many years, switch the bug tracker fields
to gitlab.gnome.org.
(From OE-Core rev: 87e42afb25b3faa8dfae1e37118bf18b9f8b6531)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk4_4.18.6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb index 5892bb3139..5d58c41c6d 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Multi-platform toolkit for creating GUIs" | |||
2 | DESCRIPTION = "GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ | 2 | DESCRIPTION = "GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ |
3 | set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites." | 3 | set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites." |
4 | HOMEPAGE = "http://www.gtk.org" | 4 | HOMEPAGE = "http://www.gtk.org" |
5 | BUGTRACKER = "https://bugzilla.gnome.org/" | 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gtk/-/issues/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
8 | file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \ | 8 | file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \ |
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.18.6.bb b/meta/recipes-gnome/gtk+/gtk4_4.18.6.bb index 397277a815..2d24468dcc 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.18.6.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.18.6.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Multi-platform toolkit for creating GUIs" | |||
2 | DESCRIPTION = "GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ | 2 | DESCRIPTION = "GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ |
3 | set of widgets, GTK is suitable for projects ranging from small one-off projects to complete application suites." | 3 | set of widgets, GTK is suitable for projects ranging from small one-off projects to complete application suites." |
4 | HOMEPAGE = "http://www.gtk.org" | 4 | HOMEPAGE = "http://www.gtk.org" |
5 | BUGTRACKER = "https://bugzilla.gnome.org/" | 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gtk/-/issues/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | DEPENDS = " \ | 8 | DEPENDS = " \ |