From: Khem Raj Date: Tue, 3 Aug 2021 05:56:41 +0000 (-0700) Subject: mesa: Define a fallback for DRIDRIVERS X-Git-Tag: uninative-3.3~100 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b68790713fee4de4fa81762526b941ba76b66866;p=openembedded-core.git mesa: Define a fallback for DRIDRIVERS Some machines may not define this variable, in such cases bitbake fails to parse run.do_configure.3766843: line 164: -Ddri-drivers=${@strip_comma('${DRIDRIVERS}')}: bad substitution Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa_21.1.5.bb b/meta/recipes-graphics/mesa/mesa_21.1.5.bb index 3f62990b29..951fe8333b 100644 --- a/meta/recipes-graphics/mesa/mesa_21.1.5.bb +++ b/meta/recipes-graphics/mesa/mesa_21.1.5.bb @@ -1,5 +1,4 @@ require ${BPN}.inc - +DRIDRIVERS ??= "" DRIDRIVERS:append:x86:class-target = ",r100,r200,nouveau,i965" DRIDRIVERS:append:x86-64:class-target = ",r100,r200,nouveau,i965" -