gst-fsl-plugin: cosmetic, no functionality change
Follow Yocto coding style: https://wiki.yoctoproject.org/wiki/Recipe_%26_Patch_Style_Guide Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
afbf2cd803
commit
1bb7ddd94f
|
|
@ -4,17 +4,20 @@ PRINC := "${@int(PRINC) + 1}"
|
||||||
PR_append = "+${DISTRO}"
|
PR_append = "+${DISTRO}"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0001-ltmain.patch"
|
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0002-gplay_fullscreen.patch"
|
SRC_URI += " \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0003-add-fb-dev.patch"
|
file://gst-fsl-plugin-2.0.3-0001-ltmain.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0004-mfw_v4lsrc_uyvy.patch"
|
file://gst-fsl-plugin-2.0.3-0002-gplay_fullscreen.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0005-mfw_v4lsec_def_sizes.patch"
|
file://gst-fsl-plugin-2.0.3-0003-add-fb-dev.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0006-mfw_v4lsrc_create_segfault.patch"
|
file://gst-fsl-plugin-2.0.3-0004-mfw_v4lsrc_uyvy.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0007-gplay_rotate.patch"
|
file://gst-fsl-plugin-2.0.3-0005-mfw_v4lsec_def_sizes.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0008-mfw_isink-set-defaults-if-no-vssconfig-found.patch"
|
file://gst-fsl-plugin-2.0.3-0006-mfw_v4lsrc_create_segfault.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0009-mfw_isink-clear-framebuffer-of-spurious-content.patch"
|
file://gst-fsl-plugin-2.0.3-0007-gplay_rotate.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0010-mfw_v4lsink-Do-not-ignore-cropping-dimensions.patch"
|
file://gst-fsl-plugin-2.0.3-0008-mfw_isink-set-defaults-if-no-vssconfig-found.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0011-gplay_next_file.patch"
|
file://gst-fsl-plugin-2.0.3-0009-mfw_isink-clear-framebuffer-of-spurious-content.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0012-gplay_repeat.patch"
|
file://gst-fsl-plugin-2.0.3-0010-mfw_v4lsink-Do-not-ignore-cropping-dimensions.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0013-Only-call-MXCFB_SET_OVERLAY_POS-with-overlay-framebuffer.patch"
|
file://gst-fsl-plugin-2.0.3-0011-gplay_next_file.patch \
|
||||||
SRC_URI_append += "file://gst-fsl-plugin-2.0.3-0014-Do-not-blank-the-display-on-device-close.patch"
|
file://gst-fsl-plugin-2.0.3-0012-gplay_repeat.patch \
|
||||||
|
file://gst-fsl-plugin-2.0.3-0013-Only-call-MXCFB_SET_OVERLAY_POS-with-overlay-framebuffer.patch \
|
||||||
|
file://gst-fsl-plugin-2.0.3-0014-Do-not-blank-the-display-on-device-close.patch \
|
||||||
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue