]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
ffmpeg: fix configure failure on noexec /tmp host
authorChen Qi <Qi.Chen@windriver.com>
Wed, 8 Feb 2023 09:22:36 +0000 (01:22 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Feb 2023 09:50:42 +0000 (09:50 +0000)
commit6099b88c4decb285fd3519d5565909c15d935030
tree6e51853ebf94a6d6e08dbdbb5f6a22e365ef9461
parent7d7821cdb98570b5a2ad82fbb1b81a435159412c
ffmpeg: fix configure failure on noexec /tmp host

The configure scripts uses /tmp to execute some generated files.
If /tmp is noexec, then we meet the following error.

  | Unable to create and execute files in /tmp.  Set the TMPDIR environment
  | variable to another directory and make sure that it is not mounted noexec.
  | Sanity test failed.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/ffmpeg/ffmpeg_5.1.2.bb