diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-08-08 11:26:47 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-08-08 11:42:40 +0700 |
commit | f5b7f9a6142a2f60c78fa54e7e368164ec583282 (patch) | |
tree | b5808ff9a1a9527a0f0d6a68a8f0f792577a2792 /meta-rcar-gen3/docs/sample/conf/salvator-x | |
parent | 4ed7a177a39b2c03c402edf26da2b6637ca7ed3e (diff) |
rcar-gen3: conf: Drop deprecated fix in GFX configuration
In GFX sample configuration, the gstreamer1.0-plugins-bad is set
RDEPENDS on libwayland-egl to fix a warning, this warning does not
occur in new software versions.
In addition, from Wayland 1.15.0 official announcement:
https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
| libwayland-egl is now part of libwayland, and will presumably be
| removed from mesa in the not too distant future.
The RDEPENDS will cause a dependency error due to the above update.
This commit removes the fix to avoid the error.
Change-Id: I1bd01a2b79cee04c34ac5de2dddc03e86558ecf4
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/docs/sample/conf/salvator-x')
-rw-r--r-- | meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf | 3 | ||||
-rw-r--r-- | meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf index f25e34c..3d79826 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf @@ -275,9 +275,6 @@ BBMASK .= "|kernel-module-uvcs-drv|omx-user-module" # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" -# Fix the Warning of gstreamer plugins -RDEPENDS_gstreamer1.0-plugins-bad = "libwayland-egl" - # Linux ICCOM driver (RCG3ZLIDL4101ZNO) # Linux ICCOM library (RCG3ZLILL4101ZNO) #DISTRO_FEATURES_append = " iccom" diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf index 5d2da41..ea63a57 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf @@ -283,9 +283,6 @@ BBMASK .= "|kernel-module-uvcs-drv|omx-user-module" # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" -# Fix the Warning of gstreamer plugins -RDEPENDS_gstreamer1.0-plugins-bad = "libwayland-egl" - # Linux ICCOM driver (RCG3ZLIDL4101ZNO) # Linux ICCOM library (RCG3ZLILL4101ZNO) #DISTRO_FEATURES_append = " iccom" |