diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-25 12:36:35 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-26 14:23:37 -0300 |
commit | 700abd5d1b9ce55de5c62a8d0a82c08aa6cd6897 (patch) | |
tree | b56a14f9d2fc59362a3252816db97de1b01b0b7a /recipes-multimedia | |
parent | 46510a17de3c39610bda348293d98aa84dc89ea2 (diff) | |
download | meta-freescale-700abd5d1b9ce55de5c62a8d0a82c08aa6cd6897.tar.gz |
imx-gst1.0-plugin: Replace kernel dependence with linux-imx-headers
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.2.bb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.2.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.2.bb index 07a52c67..55275ab9 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.2.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.2.bb | |||
@@ -7,7 +7,7 @@ DESCRIPTION = "Gstreamer freescale plugins" | |||
7 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | 7 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" |
8 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
9 | 9 | ||
10 | DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 10 | DEPENDS = "imx-codec imx-parser linux-imx-headers gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
11 | DEPENDS_append_mx6 = " imx-lib" | 11 | DEPENDS_append_mx6 = " imx-lib" |
12 | DEPENDS_append_mx7 = " imx-lib" | 12 | DEPENDS_append_mx7 = " imx-lib" |
13 | DEPENDS_append_imxvpu = " imx-vpuwrap libdrm" | 13 | DEPENDS_append_imxvpu = " imx-vpuwrap libdrm" |
@@ -23,18 +23,13 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | |||
23 | IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https" | 23 | IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https" |
24 | SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA" | 24 | SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA" |
25 | 25 | ||
26 | SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH} \ | 26 | SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" |
27 | file://0001-imx-gst1.0-plugin-Fix-ion.h-header-inclusion-to-be-s.patch \ | ||
28 | " | ||
29 | SRCREV = "23dd0315c7087e1c8eba836b9a458d7906187c7e" | 27 | SRCREV = "23dd0315c7087e1c8eba836b9a458d7906187c7e" |
30 | 28 | ||
31 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
32 | 30 | ||
33 | inherit autotools pkgconfig | 31 | inherit autotools pkgconfig |
34 | 32 | ||
35 | # Make sure kernel sources are available | ||
36 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
37 | |||
38 | PLATFORM_mx6 = "MX6" | 33 | PLATFORM_mx6 = "MX6" |
39 | PLATFORM_mx6sl = "MX6SL" | 34 | PLATFORM_mx6sl = "MX6SL" |
40 | PLATFORM_mx6sx = "MX6SX" | 35 | PLATFORM_mx6sx = "MX6SX" |
@@ -46,7 +41,7 @@ PLATFORM_mx8 = "MX8" | |||
46 | 41 | ||
47 | # Todo add a mechanism to map possible build targets | 42 | # Todo add a mechanism to map possible build targets |
48 | EXTRA_OECONF = "PLATFORM=${PLATFORM} \ | 43 | EXTRA_OECONF = "PLATFORM=${PLATFORM} \ |
49 | CPPFLAGS="-I${STAGING_KERNEL_BUILDDIR}/include/generated/uapi -I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include -I${STAGING_KERNEL_DIR}/drivers/staging/android/uapi" \ | 44 | CPPFLAGS="-I${STAGING_INCDIR}/imx" \ |
50 | CROSS_ROOT=${PKG_CONFIG_SYSROOT_DIR} \ | 45 | CROSS_ROOT=${PKG_CONFIG_SYSROOT_DIR} \ |
51 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', bb.utils.contains('DISTRO_FEATURES', 'x11', '--disable-x11', '', d), '', d)}" | 46 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', bb.utils.contains('DISTRO_FEATURES', 'x11', '--disable-x11', '', d), '', d)}" |
52 | 47 | ||