aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-08-25 11:04:43 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-08-31 05:07:57 +0000
commit987194e53d75bfdd927c7a3de2e06cd95d3b0eda (patch)
tree137bf32dca954a7cdd7aaad18236da6028e2705a
parent8713d50be8ad02c742d99327321e5b45ae579717 (diff)
Fix dependency issue of weston for m3ulcb
There is missing dependency to gstreamer for weston on which the gst-recorder pathces applied. This sometimes caused error while configuration to build. Bug-AGL: SPEC-788 Change-Id: I602185e95e8085ceccfb3259534b88a72fcfc5bf Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
-rw-r--r--recipes-graphics/wayland/weston_1.11.0.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_1.11.0.bbappend b/recipes-graphics/wayland/weston_1.11.0.bbappend
index df792495..c6979e08 100644
--- a/recipes-graphics/wayland/weston_1.11.0.bbappend
+++ b/recipes-graphics/wayland/weston_1.11.0.bbappend
@@ -7,3 +7,5 @@ SRC_URI_append_m3ulcb = " \
file://0004-gst-record-Specify-bytesused-and-length-of-VSP-input.patch \
file://0005-gst-record-switch-to-gettime-function-to-CLOCK_MONOT.patch \
"
+
+DEPENDS_append_m3ulcb = " gstreamer1.0-plugins-base"