diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer/mpv/python3.patch')
| -rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mpv/python3.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv/python3.patch b/meta-oe/recipes-multimedia/mplayer/mpv/python3.patch new file mode 100644 index 0000000000..df208cf878 --- /dev/null +++ b/meta-oe/recipes-multimedia/mplayer/mpv/python3.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Use Python 3 instead of Python 2. | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
| 5 | |||
| 6 | diff --git a/waf b/waf | ||
| 7 | index 6ce2a24..de3c898 100755 | ||
| 8 | --- a/waf | ||
| 9 | +++ b/waf | ||
| 10 | @@ -1 +1 @@ | ||
| 11 | -#!/usr/bin/env python | ||
| 12 | +#!/usr/bin/env python3 | ||
