gst-player: disable 'glimagesink' patch for ccimx6ul

The ccimx6ul does not have a GPU, so opengl based gstreamer sink will
not work. Thus apply the patch only for the CCIMX6.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-09-23 15:59:28 +02:00
parent 11ce6f30b7
commit a4c45ecd2d
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append = " file://0001-gstplayer-force-use-glimagesink.patch" SRC_URI_append_ccimx6 = " file://0001-gstplayer-force-use-glimagesink.patch"
PACKAGE_ARCH = "${MACHINE_ARCH}"