mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
Builds with the recently-introduced make 4.4 are broken, with a race between building and using the internal libraries (particularly libnvtexfont2.a). The makefile rules don't look completely race-proof, which is probably the root cause, although it's possible there's a bug in make. For now, we'll just disable parallel builds of this recipe. Signed-off-by: Matt Madison <matt@madison.systems>