diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-23 14:33:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-28 05:31:42 +0000 |
commit | deb2aea4eb8e3ffc9e72b09789d053b29d0cdf9e (patch) | |
tree | b131df24b8fc4ff0abd7d39a374870fba5c578e5 /meta/recipes-gnome/gobject-introspection/gobject-introspection_1.62.0.bb | |
parent | e7bf9c976cc07b687f1ac7636f9f5a595948dfe7 (diff) | |
download | poky-deb2aea4eb8e3ffc9e72b09789d053b29d0cdf9e.tar.gz |
meta: add missing description in recipes-gnome
Remove some trailing whitespace
(From OE-Core rev: 5714e4fb5e35454f2f3e523b1161a6451fcd3427)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb | 8 |
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 @@ | |||
1 | SUMMARY = "Middleware layer between GObject-using C libraries and language bindings" | 1 | SUMMARY = "Middleware layer between GObject-using C libraries and language bindings" |
2 | DESCRIPTION = "GObject Introspection is a project for providing machine \ | ||
3 | readable introspection data of the API of C libraries. This introspection \ | ||
4 | data can be used in several different use cases, for example automatic code \ | ||
5 | generation for bindings, API verification and documentation generation." | ||
2 | HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" | 6 | HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" |
3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" |
4 | SECTION = "libs" | 8 | SECTION = "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 |
137 | do_install_append_class-target() { | 141 | do_install_append_class-target() { |
138 | install -d ${D}${bindir}/ | 142 | install -d ${D}${bindir}/ |