diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-13 15:57:20 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-15 10:20:16 +0200 |
commit | 7717e9caa41250c30f3a4d9bf768fcb84aeaf4d4 (patch) | |
tree | 671d74f5c0c8182796892fbf94ebeed525466892 | |
parent | c60384cd154c0f38a10b0930e68936114e69a1e1 (diff) |
[COMMUNITY] gstreamer1.0-plugins-base: disable ivorbis
Backport YP 2.3 Poky Meta change to disable ivorbis.
It is not expected to be required by default and removes
a dependency on tremor which is no longer in oe-core.
Fixes:
ERROR: Nothing PROVIDES 'tremor' (but meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb DEPENDS on or otherwise requires it)
Change-Id: If94cbdf38106e36ec4c7c60b9251994607e1775e
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bbappend new file mode 100644 index 0000000..1912ac1 --- /dev/null +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_remove = "ivorbis" |