diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-04-05 08:37:36 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-11 21:15:56 +0100 |
| commit | 129418053319add3bb7f106f7082160be4ad34a7 (patch) | |
| tree | bb91ac25f4615f6f0c186f59250c3d2ed7555d37 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb | |
| parent | e6ae22e597b1cd43466488174893b361b8d92cd4 (diff) | |
| download | poky-129418053319add3bb7f106f7082160be4ad34a7.tar.gz | |
gst-plugins: move 'inherit gobject-introspection' to recipes supporting GI
Now that whitelisting for unknown configure options was removed in
gobject-introspection.bbclass gstreamer1.0-plugins-ugly/-good start complaining
| ERROR: gstreamer1.0-plugins-ugly-1.14.4-r0 do_configure: QA Issue: gstreamer1.0-plugins-ugly: configure was passed unrecognised options: --enable-introspection [unknown-configure-option]
| ERROR: gstreamer1.0-plugins-good-1.14.4-r0 do_configure: QA Issue: gstreamer1.0-plugins-good: configure was passed unrecognised options: --enable-introspection [unknown-configure-option]
So let only those gst-plugin recipes inherit gobject-introspection whose sources
support GI.
(From OE-Core rev: b6138d28f750f4306bc8b9c9baa047d9971dcb17)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb index 4987be865b..23d093d47c 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb | |||
| @@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ | |||
| 20 | 20 | ||
| 21 | DEPENDS += "gstreamer1.0-plugins-base" | 21 | DEPENDS += "gstreamer1.0-plugins-base" |
| 22 | 22 | ||
| 23 | inherit gettext bluetooth | 23 | inherit gettext bluetooth gobject-introspection |
| 24 | 24 | ||
| 25 | PACKAGECONFIG ??= " \ | 25 | PACKAGECONFIG ??= " \ |
| 26 | ${GSTREAMER_ORC} \ | 26 | ${GSTREAMER_ORC} \ |
