diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-09-22 04:40:41 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-11 00:25:45 -0700 |
| commit | b7c473c94df6c061b30ba0e237018882609a6a09 (patch) | |
| tree | 7ebeb9be02fffd68d593da5d2a38066022699b90 /meta-gnome/recipes-gnome/grilo | |
| parent | 1d27c33850b0b3996b3eedb86bf012153e2cfb56 (diff) | |
| download | meta-openembedded-b7c473c94df6c061b30ba0e237018882609a6a09.tar.gz | |
grilo: fix gir install
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/grilo')
| -rw-r--r-- | meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb index b6ac75dd8a..f6ea21eb52 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb | |||
| @@ -7,7 +7,6 @@ DEPENDS = " \ | |||
| 7 | glib-2.0 \ | 7 | glib-2.0 \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | |||
| 11 | inherit gnomebase gobject-introspection gtk-doc gettext vala | 10 | inherit gnomebase gobject-introspection gtk-doc gettext vala |
| 12 | 11 | ||
| 13 | SRC_URI[archive.sha256sum] = "884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfccd1e77b473bd96" | 12 | SRC_URI[archive.sha256sum] = "884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfccd1e77b473bd96" |
| @@ -37,3 +36,5 @@ do_compile:append() { | |||
| 37 | ${B}/src/grl-type-builtins.c | 36 | ${B}/src/grl-type-builtins.c |
| 38 | done | 37 | done |
| 39 | } | 38 | } |
| 39 | |||
| 40 | FILES:${PN} += "${libdir}/girepository-1.0" | ||
