summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-10-05 14:44:08 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-10-26 14:23:37 -0300
commit8007991b9dfff4e548e48c949a53b5f74e56b12d (patch)
treedf81e24074fced0340dbdfb719088bec27ab9104
parenta5d7e15cf0a9fdf4812723768b06843de41f71bb (diff)
downloadmeta-freescale-8007991b9dfff4e548e48c949a53b5f74e56b12d.tar.gz
gstreamer1.0-plugins-base: Use linux-imx-headers instead of kernel
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb14
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
index a9259946..21807911 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
5 file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \ 5 file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \
6 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607" 6 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607"
7 7
8DEPENDS += "iso-codes util-linux linux-imx-headers"
9
8GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https" 10GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https"
9SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA" 11SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA"
10 12
@@ -16,7 +18,6 @@ SRC_URI = " \
16 file://0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch \ 18 file://0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch \
17 file://0003-riff-add-missing-include-directories-when-calling-in.patch \ 19 file://0003-riff-add-missing-include-directories-when-calling-in.patch \
18 file://0004-rtsp-drop-incorrect-reference-to-gstreamer-sdp-in-Ma.patch \ 20 file://0004-rtsp-drop-incorrect-reference-to-gstreamer-sdp-in-Ma.patch \
19 file://0001-gstreamer1.0-plugins-base-Fix-ion.h-header-inclusion.patch \
20" 21"
21SRCREV = "e1f90437939b147658efed4d86c3f99d5e606968" 22SRCREV = "e1f90437939b147658efed4d86c3f99d5e606968"
22 23
@@ -32,10 +33,6 @@ PACKAGECONFIG_append = " pango "
32# Disable introspection to fix [GstGL-1.0.gir] Error 33# Disable introspection to fix [GstGL-1.0.gir] Error
33EXTRA_OECONF_append = " --disable-introspection --disable-opengl --enable-wayland" 34EXTRA_OECONF_append = " --disable-introspection --disable-opengl --enable-wayland"
34 35
35# ion allocator will be enabled only when detecting the ion.h exists, which is built out from kernel.
36# Now, ion allocator can be supported on all i.MX platform
37DEPENDS_append = " iso-codes util-linux virtual/kernel"
38
39inherit gettext 36inherit gettext
40 37
41PACKAGES_DYNAMIC =+ "^libgst.*" 38PACKAGES_DYNAMIC =+ "^libgst.*"
@@ -63,12 +60,7 @@ PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}"
63 60
64EXTRA_OECONF += " \ 61EXTRA_OECONF += " \
65 --enable-zlib \ 62 --enable-zlib \
66 CPPFLAGS=" \ 63 CPPFLAGS="-I${STAGING_INCDIR}/imx" \
67 -I${STAGING_KERNEL_DIR}/include/uapi \
68 -I${STAGING_KERNEL_DIR}/include \
69 -I${STAGING_KERNEL_DIR}/drivers/staging/android/uapi \
70 -I${STAGING_KERNEL_BUILDDIR}/include/generated/uapi \
71 " \
72" 64"
73 65
74CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no" 66CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no"