summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb')
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb15
1 files changed, 14 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
index cdd5d848..33b8e918 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
@@ -25,7 +25,18 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
25 25
26PV = "4.7.2+git${SRCPV}" 26PV = "4.7.2+git${SRCPV}"
27 27
28SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}" 28SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \
29 file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \
30 file://0002-aiurdemux.h-Include-glib-gprintf.h-for-g_printf-prot.patch \
31 file://0003-grecorder-Fix-build-with-clang.patch \
32 file://0004-gstimxcommon-Return-0-instead-of-NULL-for-a-function.patch \
33 file://0005-aiurstreamcache-Include-gst-gstinfo.h.patch \
34 file://0006-Fix-typecast-warnings-found-with-clang.patch \
35 file://0007-gstimxv4l2-Fix-typecasting-errors.patch \
36 file://0008-beepdec-Declare-beep_register_external_typefinders.patch \
37 file://0009-gstimxv4l2.c-Fix-incompatible-integer-to-pointer-con.patch \
38 file://0010-provide-declaration-for-aiur_register_external_typef.patch \
39 "
29SRCBRANCH = "MM_04.07.02_2210_L5.15.y" 40SRCBRANCH = "MM_04.07.02_2210_L5.15.y"
30SRCREV = "3a0250b983f2610e6936d10c63b45e2d39eadd7e" 41SRCREV = "3a0250b983f2610e6936d10c63b45e2d39eadd7e"
31 42
@@ -43,6 +54,8 @@ PLATFORM:mx7ulp-nxp-bsp= "MX7ULP"
43PLATFORM:mx8-nxp-bsp = "MX8" 54PLATFORM:mx8-nxp-bsp = "MX8"
44PLATFORM:mx9-nxp-bsp = "MX9" 55PLATFORM:mx9-nxp-bsp = "MX9"
45 56
57CFLAGS:append:toolchain-clang = " -Wno-implicit-int -Wno-int-conversion -Wno-incompatible-function-pointer-types"
58
46# Todo add a mechanism to map possible build targets 59# Todo add a mechanism to map possible build targets
47EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ 60EXTRA_OEMESON = "-Dplatform=${PLATFORM} \
48 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ 61 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \