From cbf6b68be91b1b07533b4b4339bce0c71bcd2618 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 16 Jul 2024 09:15:33 +0200 Subject: [PATCH] mesa-etnaviv-env: prevent warning Prevent the following warning by setting S to an existing directory. (no real problem was seen but the warning) | WARNING: mesa-etnaviv-env-0.1-r0 do_unpack: mesa-etnaviv-env: | the directory ${WORKDIR}/${BP} (.../mesa-etnaviv-env/0.1/mesa-etnaviv-env-0.1) | pointed to by the S variable doesn't exist - please set S within | the recipe to point to where source has been unpacked to Signed-off-by: Max Krummenacher --- recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb index 658b28de14..23af68280c 100644 --- a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb +++ b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb @@ -9,6 +9,8 @@ SRC_URI = "\ file://mesa-etnaviv.sh \ " +S = "${UNPACKDIR}" + do_configure[noexec] = "1" do_compile[noexec] = "1"