diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-07-16 09:15:33 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-10-17 12:19:14 +0200 |
commit | cbf6b68be91b1b07533b4b4339bce0c71bcd2618 (patch) | |
tree | 3e5837f498499276290de279c8fd05acb32712aa | |
parent | 54d87ffa1e9caad766aee746def81f2c7b80b8a2 (diff) | |
download | meta-freescale-cbf6b68be91b1b07533b4b4339bce0c71bcd2618.tar.gz |
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 <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb b/recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb index 658b28de1..23af68280 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 = "\ | |||
9 | file://mesa-etnaviv.sh \ | 9 | file://mesa-etnaviv.sh \ |
10 | " | 10 | " |
11 | 11 | ||
12 | S = "${UNPACKDIR}" | ||
13 | |||
12 | do_configure[noexec] = "1" | 14 | do_configure[noexec] = "1" |
13 | do_compile[noexec] = "1" | 15 | do_compile[noexec] = "1" |
14 | 16 | ||