diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-08-19 22:34:36 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-08-19 23:17:48 +0200 |
commit | fc8a552046654900e65bff8848af66d21be70f3f (patch) | |
tree | ca3f687431676a9d668dbfe3ff67e1d44a76ec4b /recipes-multimedia | |
parent | 1686f9bdce57abb22f47d1376e976e6c2922b7ad (diff) | |
download | meta-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.bb | 4 |
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 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | INCLUDE_DIR = "-I${STAGING_INCDIR_IMX}" | 28 | CFLAGS:append = " -I${STAGING_INCDIR_IMX}" |
29 | |||
30 | EXTRA_OECONF = "CFLAGS="${INCLUDE_DIR}"" | ||
31 | 29 | ||
32 | PACKAGECONFIG ??= "${PACKAGECONFIG_SWPDM}" | 30 | PACKAGECONFIG ??= "${PACKAGECONFIG_SWPDM}" |
33 | PACKAGECONFIG_SWPDM = "" | 31 | PACKAGECONFIG_SWPDM = "" |