diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-15 13:41:13 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-16 12:21:07 -0700 |
| commit | e488423e25024d6eee2eb5dd56e765330052cac9 (patch) | |
| tree | a58f315cc481dc200ae8689d56d9890372c0ab26 /meta-oe | |
| parent | 0581dcc49b60a0e049fc2641465e11d93cd81c97 (diff) | |
| download | meta-openembedded-e488423e25024d6eee2eb5dd56e765330052cac9.tar.gz | |
audiofile: disable C23 support to fix configure check
Set ac_cv_prog_cc_c23=no to prevent autoconf from detecting C23
compiler support, avoiding potential build failures as the package
is not yet fully ported to support C23 standard.
Drop enforcing -std=c++14 as thats no longer needed
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb b/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb index 6ebb54e261..c837dad87c 100644 --- a/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb +++ b/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb | |||
| @@ -30,7 +30,7 @@ SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8c | |||
| 30 | 30 | ||
| 31 | inherit autotools lib_package pkgconfig ptest | 31 | inherit autotools lib_package pkgconfig ptest |
| 32 | 32 | ||
| 33 | CXXFLAGS += "-std=c++14" | 33 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" |
| 34 | 34 | ||
| 35 | DEPENDS = " \ | 35 | DEPENDS = " \ |
| 36 | asciidoc-native \ | 36 | asciidoc-native \ |
