summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
index 5462159..8a1777f 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
@@ -32,7 +32,7 @@ EGLVIVSINK_PLATFORM = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayla
32 'fb', d),d)}" 32 'fb', d),d)}"
33 33
34EGL_PLATFORM_CONF = "--egl-platform=${EGLVIVSINK_PLATFORM}" 34EGL_PLATFORM_CONF = "--egl-platform=${EGLVIVSINK_PLATFORM}"
35EXTRA_OECONF = "--kernel-headers=${STAGING_KERNEL_DIR}/include" 35EXTRA_OECONF = "--kernel-headers=${STAGING_KERNEL_DIR}/include ${PACKAGECONFIG_CONFARGS}"
36 36
37EGLVIVSINK_DEPENDS = " \ 37EGLVIVSINK_DEPENDS = " \
38 virtual/egl virtual/libgles2 \ 38 virtual/egl virtual/libgles2 \
@@ -64,8 +64,3 @@ require recipes-multimedia/gstreamer/gst-plugins-package.inc
64PACKAGES_DYNAMIC = "^${PN}-.*" 64PACKAGES_DYNAMIC = "^${PN}-.*"
65 65
66COMPATIBLE_MACHINE = "(mx6|mx7)" 66COMPATIBLE_MACHINE = "(mx6|mx7)"
67
68# disable the false alarm (the "it isn't a build dependency" QA warning)
69INSANE_SKIP_gstreamer1.0-plugins-imx-imxaudio = "build-deps"
70INSANE_SKIP_gstreamer1.0-plugins-imx-imxvpu = "build-deps"
71INSANE_SKIP_gstreamer1.0-plugins-imx-imxg2d = "build-deps"