29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
# Copyright (C) 2013 Digi International.
|
|
|
|
PRINC := "${@int(PRINC) + 1}"
|
|
PR_append = "+${DISTRO}"
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
SRC_URI += " \
|
|
file://0001-gplay_fullscreen.patch \
|
|
file://0002-add-fb-dev.patch \
|
|
file://0003-mfw_v4lsrc_uyvy.patch \
|
|
file://0004-mfw_v4lsec_def_sizes.patch \
|
|
file://0005-mfw_v4lsrc_create_segfault.patch \
|
|
file://0006-gplay_rotate.patch \
|
|
file://0007-mfw_isink-Set-defaults-if-no-vssconfig-found.patch \
|
|
file://0008-gst-fsl-plugin-Clear-framebuffer-of-spurious-content.patch \
|
|
file://0009-mfw_v4lsink-Do-not-ignore-cropping-dimensions.patch \
|
|
file://0010-gplay_next_file.patch \
|
|
file://0011-gplay_repeat.patch \
|
|
file://0012-gst-fsl-plugin-Only-call-MXCFB_SET_OVERLAY_POS-with-.patch \
|
|
file://0013-gst-fsl-plugin-Do-not-blank-the-display-on-device-cl.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*
|
|
}
|