Skip to content

Commit

Permalink
mesa-etnaviv-env: prevent warning
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
MaxKrummenacher committed Oct 17, 2024
1 parent 54d87ff commit cbf6b68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-graphics/mesa/mesa-etnaviv-env_0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ SRC_URI = "\
file://mesa-etnaviv.sh \
"

S = "${UNPACKDIR}"

do_configure[noexec] = "1"
do_compile[noexec] = "1"

Expand Down

0 comments on commit cbf6b68

Please sign in to comment.