30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
# Copyright (C) 2013 Digi International.
|
|
|
|
PRINC := "${@int(PRINC) + 1}"
|
|
PR_append = "+${DISTRO}"
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
|
|
SRC_URI += " \
|
|
file://gst-fsl-plugin-2.0.3-0001-ltmain.patch \
|
|
file://gst-fsl-plugin-2.0.3-0002-gplay_fullscreen.patch \
|
|
file://gst-fsl-plugin-2.0.3-0003-add-fb-dev.patch \
|
|
file://gst-fsl-plugin-2.0.3-0004-mfw_v4lsrc_uyvy.patch \
|
|
file://gst-fsl-plugin-2.0.3-0005-mfw_v4lsec_def_sizes.patch \
|
|
file://gst-fsl-plugin-2.0.3-0006-mfw_v4lsrc_create_segfault.patch \
|
|
file://gst-fsl-plugin-2.0.3-0007-gplay_rotate.patch \
|
|
file://gst-fsl-plugin-2.0.3-0008-mfw_isink-set-defaults-if-no-vssconfig-found.patch \
|
|
file://gst-fsl-plugin-2.0.3-0009-mfw_isink-clear-framebuffer-of-spurious-content.patch \
|
|
file://gst-fsl-plugin-2.0.3-0010-mfw_v4lsink-Do-not-ignore-cropping-dimensions.patch \
|
|
file://gst-fsl-plugin-2.0.3-0011-gplay_next_file.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 \
|
|
"
|
|
|
|
do_install_append() {
|
|
# Remove 'vssconfig' config files as we have a patch that configures
|
|
# the displays on the fly.
|
|
rm -f ${D}${datadir}/vssconfig*
|
|
}
|