summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-08-19 22:34:36 +0200
committerHiago De Franco <hiago.franco@toradex.com>2024-08-27 14:21:18 -0300
commit65b9fd2f4aeb2721408ce2ab1038581bb1cc665b (patch)
treea3767d5385a7916b060c0b469b9e8df3044f2c4b
parentaf63551e94d74644a775f9dd0678dd00561b76a3 (diff)
downloadmeta-freescale-65b9fd2f4aeb2721408ce2ab1038581bb1cc665b.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> (cherry picked from commit fc8a552046654900e65bff8848af66d21be70f3f)
-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 = ""