summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2025-11-03 08:27:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-06 15:09:32 +0000
commit7e499966f5cab42ea475042f6bfa4626be653812 (patch)
tree950abedb622233c5de91b50e5c76e20a99aea6b9 /meta
parentbb16fb0aab983545496eb8b983f8edd4c878341e (diff)
downloadpoky-7e499966f5cab42ea475042f6bfa4626be653812.tar.gz
gobject-introspection: Convert to gnomebase
Replace HOMEPAGE, because wiki.gnome.org ‘has been retiredʼ (said on the site). (From OE-Core rev: b501eeaafde639b6da4f9bfeaeb76b40c7e92633) Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> 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/gobject-introspection/gobject-introspection_1.84.0.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb
index f6797cd2e5..dfdb1eaa03 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "GObject Introspection is a project for providing machine \
3readable introspection data of the API of C libraries. This introspection \ 3readable introspection data of the API of C libraries. This introspection \
4data can be used in several different use cases, for example automatic code \ 4data can be used in several different use cases, for example automatic code \
5generation for bindings, API verification and documentation generation." 5generation for bindings, API verification and documentation generation."
6HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" 6HOMEPAGE = "https://gitlab.gnome.org/GNOME/gobject-introspection"
7BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues"
8SECTION = "libs" 8SECTION = "libs"
9LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later & MIT" 9LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later & MIT"
@@ -13,14 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c434e8128a68bedd59b80b2ac1eb1c4a \
13 file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27 \ 13 file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27 \
14 " 14 "
15 15
16SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-${PV}.tar.xz \ 16SRC_URI[archive.sha256sum] = "945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779"
17 "
18
19SRC_URI[sha256sum] = "945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779"
20 17
21SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch" 18SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch"
22 19
23inherit meson pkgconfig gtk-doc python3targetconfig qemu gobject-introspection-data upstream-version-is-even multilib_script 20inherit gnomebase gtk-doc python3targetconfig qemu gobject-introspection-data upstream-version-is-even multilib_script
24 21
25GTKDOC_MESON_OPTION = "gtk_doc" 22GTKDOC_MESON_OPTION = "gtk_doc"
26 23