From 822f68be2dc5b79dfad77eda3f4b0245778036ac Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 25 Aug 2017 11:04:43 +0000 Subject: 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 --- recipes-graphics/wayland/weston_1.11.0.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-graphics/wayland/weston_1.11.0.bbappend') 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" -- cgit 1.2.3-korg