diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2021-08-18 08:40:03 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 08:40:03 -0300 |
| commit | 54acfda4c5b3c1cb8a0e905044df4b1db1333fb2 (patch) | |
| tree | 0e6a86035055073884b2a79703b0ad1814dfba25 | |
| parent | 7a928a20d1629fea8814a27442a1817c17296417 (diff) | |
| parent | 90dd530ca78ec9819586212f0789df9208dd3b8a (diff) | |
| download | meta-freescale-54acfda4c5b3c1cb8a0e905044df4b1db1333fb2.tar.gz | |
Merge pull request #844 from zandrey/master
imx-gpu-apitrace: exclude from builds with glibc 2.34+
| -rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb index 58eb5f447..a6de94d20 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | |||
| @@ -44,3 +44,6 @@ FILES:${PN} += " \ | |||
| 44 | 44 | ||
| 45 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 45 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 46 | COMPATIBLE_MACHINE = "(imxgpu)" | 46 | COMPATIBLE_MACHINE = "(imxgpu)" |
| 47 | |||
| 48 | # see https://github.com/apitrace/apitrace/issues/756 | ||
| 49 | PNBLACKLIST[imx-gpu-apitrace] ?= "Upstream needs porting to glibc 2.34+" | ||
