diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-25 12:34:32 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-26 14:23:37 -0300 |
commit | 46510a17de3c39610bda348293d98aa84dc89ea2 (patch) | |
tree | 97776da2ccc69c107fede7ed26a096c9ac30f082 | |
parent | f257d8f10968c7e9f4a73fd50a84d32723a3ba9b (diff) | |
download | meta-freescale-46510a17de3c39610bda348293d98aa84dc89ea2.tar.gz |
gstreamer1.0-plugins-imx: Replace kernel dependence with linux-imx-headers
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb index 050dd94b..45016618 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" | |||
5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
6 | # gstreamer1.0-plugins-bad is in DEPENDS because the build script scans for the | 6 | # gstreamer1.0-plugins-bad is in DEPENDS because the build script scans for the |
7 | # GstPhotography headers and libraries | 7 | # GstPhotography headers and libraries |
8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad virtual/kernel" | 8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad linux-imx-headers" |
9 | # add the audioparsers and the videoparsersbad plugins as RDEPENDS ; audioparsers | 9 | # add the audioparsers and the videoparsersbad plugins as RDEPENDS ; audioparsers |
10 | # for the uniaudio decoder, videoparsersbad for the VPU video decoder | 10 | # for the uniaudio decoder, videoparsersbad for the VPU video decoder |
11 | # the gstreamer1.0-plugins-imx RDEPENDS is necessary to ensure the -good recipe is | 11 | # the gstreamer1.0-plugins-imx RDEPENDS is necessary to ensure the -good recipe is |
@@ -24,8 +24,6 @@ S = "${WORKDIR}/git" | |||
24 | 24 | ||
25 | inherit pkgconfig waf | 25 | inherit pkgconfig waf |
26 | 26 | ||
27 | do_compile[depends] += "virtual/kernel:do_shared_workdir" | ||
28 | |||
29 | # configure the eglvivsink element to use the appropriate EGL platform code | 27 | # configure the eglvivsink element to use the appropriate EGL platform code |
30 | # Wayland if 'wayland' is present in DISTRO_FEATURES, if not, | 28 | # Wayland if 'wayland' is present in DISTRO_FEATURES, if not, |
31 | # X11 if x11 is present in DISTRO_FEATURES, | 29 | # X11 if x11 is present in DISTRO_FEATURES, |
@@ -35,7 +33,8 @@ EGLVIVSINK_PLATFORM = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayla | |||
35 | 'fb', d),d)}" | 33 | 'fb', d),d)}" |
36 | 34 | ||
37 | EGL_PLATFORM_CONF = "--egl-platform=${EGLVIVSINK_PLATFORM}" | 35 | EGL_PLATFORM_CONF = "--egl-platform=${EGLVIVSINK_PLATFORM}" |
38 | EXTRA_OECONF = "--kernel-headers=${STAGING_KERNEL_DIR}/include ${PACKAGECONFIG_CONFARGS}" | 36 | |
37 | EXTRA_OECONF = "--kernel-headers=${STAGING_INCDIR}/imx ${PACKAGECONFIG_CONFARGS}" | ||
39 | 38 | ||
40 | EGLVIVSINK_DEPENDS = " \ | 39 | EGLVIVSINK_DEPENDS = " \ |
41 | virtual/egl virtual/libgles2 \ | 40 | virtual/egl virtual/libgles2 \ |