summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb
index 1c3697b23d..a9739cc552 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb
@@ -1,4 +1,8 @@
1SUMMARY = "Middleware layer between GObject-using C libraries and language bindings" 1SUMMARY = "Middleware layer between GObject-using C libraries and language bindings"
2DESCRIPTION = "GObject Introspection is a project for providing machine \
3readable introspection data of the API of C libraries. This introspection \
4data can be used in several different use cases, for example automatic code \
5generation for bindings, API verification and documentation generation."
2HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" 6HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues"
4SECTION = "libs" 8SECTION = "libs"
@@ -92,7 +96,7 @@ EOF
92 96
93 # Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files 97 # Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files
94 # for glib-based packages. This wrapper calls the native version of the scanner, and tells it to use 98 # for glib-based packages. This wrapper calls the native version of the scanner, and tells it to use
95 # a qemu wrapper for running transient target binaries produced by the scanner, and an include directory 99 # a qemu wrapper for running transient target binaries produced by the scanner, and an include directory
96 # from the target sysroot. 100 # from the target sysroot.
97 cat > ${B}/g-ir-scanner-wrapper << EOF 101 cat > ${B}/g-ir-scanner-wrapper << EOF
98#!/bin/sh 102#!/bin/sh
@@ -132,7 +136,7 @@ do_compile_prepend() {
132 export GIR_EXTRA_LIBS_PATH=$B/.libs 136 export GIR_EXTRA_LIBS_PATH=$B/.libs
133} 137}
134 138
135# Our wrappers need to be available system-wide, because they will be used 139# Our wrappers need to be available system-wide, because they will be used
136# to build introspection files for all other gobject-based packages 140# to build introspection files for all other gobject-based packages
137do_install_append_class-target() { 141do_install_append_class-target() {
138 install -d ${D}${bindir}/ 142 install -d ${D}${bindir}/