diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2017-03-29 19:19:27 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-03-29 16:13:30 +0000 |
commit | 6c04924df6a57c457ccfdf027da3aa12c2b2c69f (patch) | |
tree | 8a11e3936d05200130a413c8ab68da1c075c23ef /meta-agl-bsp/conf | |
parent | 09fd2eddd43d660e4fb890bdb818021ec7279eba (diff) |
Fix version mismatch of gstreamer for R-Car Gen3
The version of gstreamer and its plugins would be 1.6.3 for
R-Car Gen3 BSP v2.16. Also for OMX would be 1.2.0.
(These are from the versions of poky:krogoth's gstreamer)
Because of missing PREFERRED_VERSION, the wrong version
of gstreamer(1.8) was built.
Bug-AGL: SPEC-471
Change-Id: Ie4bbffa16b549d6f5ea11bfe821eb7db0a9373a9
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_h3ulcb.inc | 1 | ||||
-rw-r--r-- | meta-agl-bsp/conf/include/agl_m3ulcb.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_h3ulcb.inc b/meta-agl-bsp/conf/include/agl_h3ulcb.inc index 8ee7048cf..4176438cb 100644 --- a/meta-agl-bsp/conf/include/agl_h3ulcb.inc +++ b/meta-agl-bsp/conf/include/agl_h3ulcb.inc @@ -22,6 +22,7 @@ BBMASK = "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer" # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" +PREFERRED_VERSION_gstreamer1.0 = "1.6.3" PREFERRED_VERSION_gstreamer1.0-libav = "1.6.3" PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.6.3" PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.6.3" diff --git a/meta-agl-bsp/conf/include/agl_m3ulcb.inc b/meta-agl-bsp/conf/include/agl_m3ulcb.inc index de59df113..eb3a62ad4 100644 --- a/meta-agl-bsp/conf/include/agl_m3ulcb.inc +++ b/meta-agl-bsp/conf/include/agl_m3ulcb.inc @@ -22,6 +22,7 @@ BBMASK = "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer" # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" +PREFERRED_VERSION_gstreamer1.0 = "1.6.3" PREFERRED_VERSION_gstreamer1.0-libav = "1.6.3" PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.6.3" PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.6.3" |