diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-10-17 08:37:49 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 08:37:49 -0300 |
commit | 3147b14c221ac5541a581d54c75c1766e5c6f957 (patch) | |
tree | 3e5837f498499276290de279c8fd05acb32712aa | |
parent | 54d87ffa1e9caad766aee746def81f2c7b80b8a2 (diff) | |
parent | cbf6b68be91b1b07533b4b4339bce0c71bcd2618 (diff) | |
download | meta-freescale-3147b14c221ac5541a581d54c75c1766e5c6f957.tar.gz |
Merge pull request #1975 from MaxKrummenacher/mesa-etnaviv-env
mesa-etnaviv-env: prevent warning
-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 | ||