summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-08-19 22:34:36 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-08-19 23:17:48 +0200
commitfc8a552046654900e65bff8848af66d21be70f3f (patch)
treeca3f687431676a9d668dbfe3ff67e1d44a76ec4b /recipes-multimedia
parent1686f9bdce57abb22f47d1376e976e6c2922b7ad (diff)
downloadmeta-freescale-fc8a552046654900e65bff8848af66d21be70f3f.tar.gz
imx-alsa-plugins_git: fix buildpath error
Do not drop the OE provided settings of CFLAGS. While at it, drop the additional indirection through the INCLUDE_DIR variable. Fixes: | WARNING: imx-alsa-plugins-1.0.26+-r0 do_package_qa: QA Issue: File ...libasound_module_pcm_cicFilter.so in package imx-alsa-plugins-dbg contains reference to TMPDIR Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/alsa/imx-alsa-plugins_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
index faa41768..b05c3a48 100644
--- a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
+++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
@@ -25,9 +25,7 @@ SRCREV = "b2ba082e70333f187972ee4e85f63f9d2f608331"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
28INCLUDE_DIR = "-I${STAGING_INCDIR_IMX}" 28CFLAGS:append = " -I${STAGING_INCDIR_IMX}"
29
30EXTRA_OECONF = "CFLAGS="${INCLUDE_DIR}""
31 29
32PACKAGECONFIG ??= "${PACKAGECONFIG_SWPDM}" 30PACKAGECONFIG ??= "${PACKAGECONFIG_SWPDM}"
33PACKAGECONFIG_SWPDM = "" 31PACKAGECONFIG_SWPDM = ""