l4t-graphics-demos: disable parallel make

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>
This commit is contained in:
Matt Madison
2022-11-25 05:07:41 -08:00
parent e754f97f79
commit ec7bdfb72e

View File

@@ -22,6 +22,8 @@ PACKAGECONFIG[wayland] = ",,libxkbcommon wayland wayland-native weston libffi vi
CONFIGURESTAMPFILE = "${WORKDIR}/configure.sstate"
PARALLEL_MAKE = ""
do_configure() {
if [ -n "${CONFIGURESTAMPFILE}" ]; then
if [ -e "${CONFIGURESTAMPFILE}" ]; then