diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-09 18:47:01 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | e409288a850a761db99d37ff623c45fa37b66454 (patch) | |
tree | 3573f5bee6ea9d31c1dfa7205fbb23f7aa8b7270 | |
parent | 386e0f7b67bc0364db09a23c3abc958a75ece667 (diff) |
rcar-gen3: gstreamer1.0-plugins-bad: Fix build warnings
This commit modifies recipe to fix build warnings below:
|WARNING: ../poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bb:
|Variable key RDEPENDS_${PN} ( libwayland-egl) replaces original key RDEPENDS_gstreamer1.0-plugins-bad (libwayland-egl)
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend index 65ac292..0094b08 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend @@ -26,4 +26,4 @@ do_configure_prepend() { cd ${B} } -RDEPENDS_${PN}_append = " libwayland-egl" +RDEPENDS_gstreamer1.0-plugins-bad += "libwayland-egl" |