From: Tadao Tanikawa Date: Fri, 25 Aug 2017 11:04:43 +0000 (+0000) Subject: Fix dependency issue of weston for m3ulcb X-Git-Tag: 4.99.1~32 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=822f68be2dc5b79dfad77eda3f4b0245778036ac 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 --- diff --git a/recipes-graphics/wayland/weston_1.11.0.bbappend b/recipes-graphics/wayland/weston_1.11.0.bbappend index df7924953..c6979e08e 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"