diff options
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 8bd82223f2..ed6b1446f3 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -4949,8 +4949,7 @@ the x32 psABI. Here is an example:: | |||
4949 | Enabling GObject Introspection Support | 4949 | Enabling GObject Introspection Support |
4950 | ====================================== | 4950 | ====================================== |
4951 | 4951 | ||
4952 | `GObject | 4952 | `GObject introspection <https://gi.readthedocs.io/en/latest/>`__ |
4953 | introspection <https://wiki.gnome.org/Projects/GObjectIntrospection>`__ | ||
4954 | is the standard mechanism for accessing GObject-based software from | 4953 | is the standard mechanism for accessing GObject-based software from |
4955 | runtime environments. GObject is a feature of the GLib library that | 4954 | runtime environments. GObject is a feature of the GLib library that |
4956 | provides an object framework for the GNOME desktop and related software. | 4955 | provides an object framework for the GNOME desktop and related software. |
@@ -4962,7 +4961,7 @@ introspection is the only way to do it. | |||
4962 | 4961 | ||
4963 | This section describes the Yocto Project support for generating and | 4962 | This section describes the Yocto Project support for generating and |
4964 | packaging GObject introspection data. GObject introspection data is a | 4963 | packaging GObject introspection data. GObject introspection data is a |
4965 | description of the API provided by libraries built on top of GLib | 4964 | description of the API provided by libraries built on top of the GLib |
4966 | framework, and, in particular, that framework's GObject mechanism. | 4965 | framework, and, in particular, that framework's GObject mechanism. |
4967 | GObject Introspection Repository (GIR) files go to ``-dev`` packages, | 4966 | GObject Introspection Repository (GIR) files go to ``-dev`` packages, |
4968 | ``typelib`` files go to main packages as they are packaged together with | 4967 | ``typelib`` files go to main packages as they are packaged together with |
@@ -5008,7 +5007,7 @@ library package involves the following: | |||
5008 | .. note:: | 5007 | .. note:: |
5009 | 5008 | ||
5010 | See recipes in the ``oe-core`` repository that use that | 5009 | See recipes in the ``oe-core`` repository that use that |
5011 | ``GIR_EXTRA_LIBS_PATH`` variable as an example. | 5010 | :term:`GIR_EXTRA_LIBS_PATH` variable as an example. |
5012 | 5011 | ||
5013 | 4. Look for any other errors, which probably mean that introspection | 5012 | 4. Look for any other errors, which probably mean that introspection |
5014 | support in a package is not entirely standard, and thus breaks down | 5013 | support in a package is not entirely standard, and thus breaks down |