Fix dependency issue of weston for m3ulcb 95/10695/3
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Fri, 25 Aug 2017 11:04:43 +0000 (11:04 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 31 Aug 2017 05:08:03 +0000 (05:08 +0000)
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>
recipes-graphics/wayland/weston_1.11.0.bbappend

index df79249..c6979e0 100644 (file)
@@ -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"